* {
	margin: 0;
	padding: 0;
}
html {
	min-width: 795px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #d4f4ff;
	text-align: center;
}
img {
    border:0px solid; 
	-behavior: url('images/pngbehavior.htc');
}

input:focus, label { 
    outline: none;
} 
a {
	color: #0072c0;
	outline: none;
}
a:hover {
	color: #0072c0;
	text-decoration: none;
}
h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4ca9e9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 24px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	behavior: url(images/PIE.htc);
	margin-top: 10px;
	margin-bottom: 10px;
}
h2{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0072c0;
	line-height: 30px;
}
.blue {
	color: #0072c0;	
}
h3{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 20px;
	padding-bottom: 10px;
}
#center {
	width: 795px;
	position: relative;
	text-align: left;
	margin: 0px auto;
	background-color: #FFFFFF;
	z-index: 50;
}
.content {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
}
.footer {
	width: 755px;
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #4ca9e9;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #d4f4ff;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #d4f4ff;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.radius {
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	behavior: url(images/PIE.htc);
	border:1px solid #4ca9e9;
	background-color: #ffffff;
	padding: 5px;
	zoom: 1;
	position: relative;
	min-height:27px;
}
.bl {
	color: #666666;
	padding-left: 10px;
}
/*-------------------------- form -----------------------------*/
.product-container {
	padding-right: 6px;
	padding-left: 1px;
	padding-bottom: 10px;
	margin: 5px;
	padding-top: 10px;
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
	_height: 1px;
	border: 1px solid #4ca9e9;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	behavior: url(images/PIE.htc)
}
.hovered label {
	display: block;
	padding: 3px;
}
.hovered label {
    display: block;
}
.hovered input {
	float: left;
	position: relative;
	top: 5px;
	left: 145px;
	text-align: center;
}
.hovered h2 {
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
	_height: 1px;
	border: 1px solid #4ca9e9;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	behavior: url(images/PIE.htc);
	line-height: normal;
}
.hovered h2:hover {
    background-color: #eff5f7;
}
input[type='text'], input[type='file'], select, textarea {
	font-size: 18px;
	color: #5a839f;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width:100%;
	outline:none;
}
a.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(button.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 172px;
	text-decoration: none;
	text-align: center;
	padding-top: 17px;
}
.calendar {
	position: absolute;
	top: 8px;
	right: -33px;
	width: auto;
}

