@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height: 1;
	color:#000000;
	background:#fff;
	font-family:Tahoma;
	font-size:11px;
	padding:10px 0 0 10px;
	width:750px;
}
body input{
    border:1px solid #CCCCCC;
}
.email{
     width:200px;
}
.city{
     width:150px;
}
.address{
     width:300px;
	 margin:0 200px 0 0 !important;
}
.state{
     width:50px;
	 margin:0 8px 0 0 !important;
	 float:left;
}
.state2{
     width:122px;
	 margin:0 200px 0 0 !important;
	 float:left;
	 border:1px solid #CCCCCC;
}
.zip{
     width:75px;
}

.radio{
	  border:none!important;
}
.check{
      border:none !important;
}
.textarea-check{
     margin:0 0 0 178px;
	 border:none;
	 display:block;
}
.button{
     border:none;
	 width:55px;
	 height:24px;
	 background-color:#999999;
	 color:#FFFFFF;
	 margin:15px 0 0 262px;
	 cursor:pointer;
}      
.radio-content{
      float:left;
	  width:450px;
	  margin:0 0 15px 0;
}
p{ 
	  margin: 0px 0px 10px 0px; 
}
input{
	  float: left; 
}
label{ 
	  margin: 0px 0px 0px 10px; 
	  float: left; 
	  line-height:17px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
.clearfix2{
    float:left;
	margin:0 0 15px 0 !important;
	width:150px;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#main-container{
    width:750px;
	margin: 0 auto;
	text-align:left;
	padding:0 0 0 0;
}
.names{
    width:180px;
	float:left;
	font-size:10pt;
	line-height:13pt;
}
