@charset "utf-8";
/* Contact Form CSS */

form {
	font:14px Arial, Helvetica, sans-serif;
	color:#666;
	}

#Name, #Email, #Phone, #State, #Country, #Question, #Comments, #CheckBox {
	width:auto;
	margin: 0 0 15px;
	}

.labels {
	width:100%;
	margin:0 0 5px;
	}

#Name .inputName, #Email .inputEmail, #Phone .inputPhone, #State .inputState, #Comments .inputComments {
	width:400px;
	padding:5px;
	border:1px solid #CCC;
	background:#FFF;
	}

#CheckBox .labels {
	display:inline;
	margin:10px 0 5px;
	font-size:12px;
	}
	
#CheckBox .box {
	margin:0 3px 0 0;
	}

#Country #cbcountries, #Question #cbquestion{
	width:412px;
	padding:5px;
	border:1px solid #CCC;
	background:#FFF;
	overflow:auto;
	}
	
#Submit .submitButton {
	padding:5px 10px;
	margin:10px 0 30px;
	border:1px solid #CCC;
	background:#DDD;
	}
