.form {float:left; padding:0 10px 10px 10px; background:#f3f3f3; border:2px solid #cfcfcf}
.form label {float:left; width:100px; padding:10px 10px 0 0; font-weight:bold}
.form select {float:left; width:146px; margin-top:10px}
.form input {float:left; margin-top:10px}
.form .submit {clear:both}
#msg {font:13px 'Open Sans'; display:none; position:absolute; z-index:200; background:url(msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {font:13px Ubuntu; color:#000; display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}

.contact_textbox {
	width:80%;
	padding:3px;
    margin-bottom:15px;
	border:1px #b7b7b7 solid;
	font-family: 'Open Sans';
	font-size:13px;
}

.contact_textarea {
	width:80%;
	height:150px;
	padding:3px;
    margin-bottom:15px;
	border:1px #b7b7b7 solid;
	font-family:'Open Sans';
	font-size:13px;
}

.submit_button {
	width:125px;
	height:25px;
	color:#fff;
	background:#565554;
	border:0px;
	font-family:'Open Sans';
	font-size:13px;
}
