@charset "UTF-8";
/* CSS default */


/*Defautl form*/
form { margin: 0; }
form ul { margin: 0; }
form ul li { float: left; clear: both; margin: 0 0 10px 0; list-style: none; }
form ul li p { margin: 0;}
form ul li p input {
	width: 240px;
	margin: 0; 
	padding: 2px 5px 0 5px; 
	border: 0;
	background: #ccc;
}
form ul#checkboxStyle { float: left; margin: 0 0 1em 0; }
form ul#checkboxStyle li { margin: 0;}
form ul#checkboxStyle li p { border: none; }
form ul#checkboxStyle li p input { width: 15px; margin: 0 5px 0 0; }


#frm-contact { 
	margin: 25px 0; 
}
#frm-contact li { 
	margin: 0 0 10px 0; 
	list-style: none;
}
#frm-contact li h5 {
	font-family: Arial, Helvetica, sans-serif;
}
#frm-contact li p {}
#frm-contact li p input {
	width: 278px; 
	height: 22px;
	line-height: 22px;
	margin: 0; 
	padding: 2px 5px 0 5px; 
	border: 1px solid #cdcdcd;
	background: #fff;
}

#frm-contact li p textarea {
	width: 278px; 
	height: 180px;
	margin: 0; 
	padding: 5px; 
	border: 1px solid #cdcdcd;
	background: #fff;
}

#frm-contact-left { 
	float: left; 
	width: 290px; 
}
	#frm-contact-left h5 { text-align: left; width: 240px ; }

#frm-contact-right { 
	float: right; 
	width: 290px; 
	margin: 0; 
}


#secureimage { 
	float: right; 
	clear: both; 
	width: 620px; 
	margin: 0; 
	padding: 1em 0 0 0;
	background: url(../images/template/line-hoz-bg.jpg) left bottom repeat-x;
}
	#captcha { 
		float: right; 
	}
	
	
	#captcha #image { 
		height: 28px;
		float: left;
		border: 1px solid #cdcdcd;
		background: #fff;
	}
	#captcha #arrow { float: left; }
	#captcha #code {
		height: 26px;
		width: 120px;
		float: left;
		border: 1px solid #cdcdcd;
		background: #fff;
	}

.frm-btnSubmit { 
	clear: both; 
	width: 100%;  
	margin-right: 50px !important; 
	margin-right: 40px; 
	text-align: right;
}
	.frm-btnSubmit a {
		display: block;
		float: right;
		width: auto;
		padding: 0 20px 0 20px;
		font: normal normal 12px/30px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	.frm-btnSubmit a:link, .frm-btnSubmit a:visited { background: #9cc12b; color: #fff; }
	.frm-btnSubmit a:hover, .frm-btnSubmit a:active, .frm-btnSubmit a:focus { background: #AAD22F; color: #fff; }


		

