@charset "utf-8";
/* CSS Document */
body { margin:0; padding:0;}

#contact{
background:#066291;
width:500px;
padding-left:27px;
padding-bottom:27px;
padding-top:27px;
margin:3px;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
font-size:11px;
text-height:100%;
font-weight:normal;
}

ul.list{
	margin-top:7px;
	margin-bottom:20px;
		
}
ul.list span{ color:#EBEBEB;}
li{
	list-style:none;
	padding-left:30px;
	margin-bottom:10px;	
	min-height:20px;
}
li.c1{background:url(../images/c1.png) no-repeat;}
li.c2{background:url(../images/c2.png) no-repeat;}
li.c3{background:url(../images/c3.png) no-repeat;}

p{ margin-bottom:27px;
}
h1{color:#ffffff; font-size:14px; margin-bottom:10px; font-weight:normal;}

h3{ margin:0px; margin-right:30px; font-weight:normal;}
.headers {color:#FFFFFF; font-size:11px; font-weight:bold; background:#CCCCCC; padding-left:15px; padding-top:4px; padding-bottom:4px;margin-bottom:10px;}
.sect { position:relative; margin-bottom:15px;  width:100%; height:45px;}
.sect2 { position:relative; margin-bottom:15px;  width:100%; height:65px;}

.box{ display:block;position:relative; float:left; width:230px; height:50px;}
.box2{ display:block;  position:relative;  float:right; width:235px;height:50px;} 


#contact label {}

#contact input { width: 120px; height: 15px; border: #CCCCCC solid thin;  background: #FFF; margin-left:5px; margin-bottom:10px;}
#contact  .radio { width: 20px; height: 15px; margin-bottom:10px; padding:0xp; border:0; background:#4CAF92; margin-left:20px;}
#contact .radions{margin-left:20px; border:none;  background:none;
                       }
#contact textarea  {width: 230px;border: #CCCCCC solid thin; background: #fff; padding:1px; margin-top:5px; height:70px !important;}

.submit{float:right; margin-top:30px; }
#contact  a { -moz-border-radius: 5px 5px 5px 5px / 10px 10px 10px 10px;
border-radius: 5px 5px 5px 5px / 10px 10px 10px 10px;
display: block; font-size: 11px; font-weight: bold; color: #fff; text-decoration: none; background:#CCCCCC ; padding-left:15px; padding-right:15px; padding-top:3px; padding-bottom:3px;}
#contact  a:hover { background: #333333; }

.success{
	padding:30px;
float:left;
color:#CCC;
}
.error{
	padding:30px;
float:left;
color:#F00;
}