#contact_box{
	border: 1px solid #aaa;
	padding: 30px;
}

.contact_desc{
	margin-bottom: 15px;
}

.error,
.phpMessage{
	margin-bottom: 15px;
}

.chk_mesg,
.chkCont{
	margin-bottom: 15px;
}

.chkItem{
	font-weight: bold;
}

dt{
	font-size: 14px;
}

input[type=text],
textarea{
	width: 400px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
}

input[type=text]{
	height: 20px;
	margin-bottom: 15px;
}

input[type=text]:focus,
textarea:focus{
	border: 1px solid #3a6;

	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
}

input[type=text], select{
	outline: none;
}

textarea, select{
	outline: none;
}

input[type=submit]{
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	background: #4fb55a;
	border: 1px solid #9cd869;

	color: #fff;
	cursor: pointer;
	margin: 15px 0px;
	font-size: 12px;
	padding: 5px 30px;
}