@charset "utf-8";

#ccontact {
	background-color:#FFF;
	width: 500px;
	padding-left: 250px;
	}
#ccontact form {
	float: left;
	height: auto;
	width: 400px;
	}

#ccontact p.bu{
	background:url(images/contact-button.gif) no-repeat 0 0; width:352px; height:14px;
	}

.table0{
	color:#39b54a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	display: block;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left:140px;
	} 
#ccontact form label{
	font-size:12px;
	font-weight:bold;
	float:left;
	display:block;
	width:130px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #39b54a;
	padding-right: 10px;
	height: auto;
	}
#ccontact form input{
	width:220px;
	height:20px;
	float:left;
	color:#666;
	padding-left: 3px;
	}
#ccontact form select{
	width:225px;
	height:20px;
	float:left;
	color:#666;
	padding-left: 3px;
	}
#ccontact form textarea{
	width:220px;
	height:83px;
	color:#666;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-left: 3px;
	}
#ccontact form input.submit{
	width:86px;
	height:32px;
	background-image: url(../images/contact-btn.gif);
	background-repeat: no-repeat;
	background-position:top;
	float: right;
	cursor: pointer;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009245;
	font-weight: bold;
	}
#ccontact form input.submit:hover{
	width:86px;
	height:32px;
	background-image: url(../images/contact-btn.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	float: right;
	color: #FFF;
	}
#ccontact form input.reset{
	width:86px;
	height:32px;
	background-image: url(../images/contact-btn.gif);
	background-repeat: no-repeat;
	background-position:top;
	float:right;
	cursor: pointer;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009245;
	font-weight: bold;
	}
#ccontact form input.reset:hover{
	width:86px;
	height:32px;
	background-image: url(../images/contact-btn.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	float: right;
	color: #FFF;
	}
#ccontact form input.tbox{
	border: 1px solid #CCC;	
}
#ccontact form #conbtn{
	width:auto;
	height:30;
	float: right;
	padding-right:60px;
}
#ccontactbg{
	height: 250px;
	width: 700px;
	float: left;
	margin-left: 152px;
	padding-top: 10px;
}

#ccontact form label.btn{
	float: left;
	height: 10px;
	width: 30px;	
	}
		
