/* ----------- fancy_content ----------- */

* { padding: 0; margin: 0; }

#contactform { 
 width: 922px;
 font:12px verdana;
}

#xcontactform{
	padding:10px;
}

#contactform .logo{
 background-image:URL(http://www.nexneuro.com/images/nexneurocare_top_logo.png);
 background-repeat:no-repeat;
 width:250px;
 height:120px;
 position:relative;
 left:137px;
}

#contactform .boxtop{
 background-image:URL(../fancybox/img/contact_boxtop.jpg);
 background-repeat:no-repeat;
 height:12px;
 width:660px;
 background-color:#cccccc;
 position:relative;
 left:137px;
}

#contactform .boxbottom{
 background-image:URL(x../fancybox/img/contact_boxtbottom.jpg);
 background-repeat:no-repeat;
 height:12px;
 width:660px;
 background-color:#cccccc;
  position:relative;
 left:137px;
}

#contactform .boxinside{
 width:660px;
 height:450px;
 padding-top:10px;
 background-color:#cccccc;
  position:relative;
 left:137px;
}

#contactform .boxcontent{
 padding:0px;
 color:#000000;
 font:13px verdana;
 font-weight:bold;
  position:relative;
}


.col1{
 text-align:right;
 margin:2px 0 2px 0;
 width:150px;
 height:30px;
 float:left;
}

.col2{
 width:390px;
 margin:2px 0 2px 0;
 height:30px;
 padding-left:20px;
 float:left;
}

.col2box{
 width:390px;
 padding-left:20px;
 float:left;
 margin-bottom:15px;
}

textarea{
 border-width:1px;
}
#fancy_content  .submit{
 padding:5px 10px 5px 10px;
 border:1px solid #333333;
}

.thanksmsg{
 margin-left:30px;
}

input{
 border-width:1px;
 padding:2px;
}

