@import url('reset.css');
@import url('master.css');

#float_left, #float_right {
	font-size: 22px;
	line-height: 1.3em;
}

#float_left {
	float: left;
	width: 255px;
}

#float_right {
	float: right;
	width: 340px;
}

#float_right .grey1 { color: #797979; margin-bottom: 1.3em; }
#float_right .grey2 { color: #bfbfbf; }

#contact_form {
	padding-right: 0px;
	padding-bottom: 4px;
	background-color: #282828;
}

#contact_form input, #contact_form textarea {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 11px !important;
	background-color: #424242 !important;
	color: #fff !important;
	border: none !important;
	padding: 3px !important;
	width: 110px !important;
}

#contact_form .link {
	display: block;
	padding-bottom: 6px;
}

#contact_form label, #contact_form .info {
	color: #797979;
	display: block;
	padding: 3px 0 0 0;
	font-weight: normal;
}

#contact_form .info {
	font-size: 9px;
	line-height: 1.2em;
	margin-bottom: 4px;
}

#contact_form input#submit_button {
	width: auto !important;
	padding: 2px 18px 1px 6px !important;
	float: right;
	margin-right: 7px;
	background: #515151 url(../images/contact-from-submit.png) top right no-repeat !important;
	color: #cbcbcb !important;
	cursor: pointer;
}

#contact_form input#submit_button:hover {
	text-decoration: underline;
}

#contact_form .status_msg, #contact_form .error_msg {
	background-color: green;
	padding: 4px 6px;
	margin: 4px 6px 4px 0;
}

#contact_form .error_msg {
	background-color: red;
}
