@import "common.css?ck=feb_28_2011";

button {
	cursor: pointer;
}

DIV#main_content
{
	width:925px;
	background: #FFF;
	padding-bottom: 30px;
	margin-left:0px;
}

DIV#contact_info
{
	width:405px;
	float:left;
}

DIV#contact_info H3
{
	color:#3d9fdf;
}

DIV#google_map
{
	border:1px solid #ebebeb;
	margin-top:70px;
	float:right;
}

DIV#contact_info UL.contact_emails
{
	list-style-type:none;
	width: 175px;
	float: right
}

DIV#contact_info UL.contact_emails LI
{
	margin-left:0px;
	margin-top:20px;
}
DIV#contact_info UL.contact_emails LI.first
{
	margin-top:0px;
}
DIV#contact_info P.intro
{
	margin-bottom:0px;
	margin-top:8px;
	width: 230px;
	float: left;
}

DIV#contact_info A
{
	margin-top:6px;
	color:#646464;
	text-decoration: none;
}

DIV#contact_info A:hover
{
	color:#3d9fdf;
	text-decoration: underline;
}

form {
	clear: both;
	margin-top: 25px;
}
label {
	display: block;
	font-size: 12px;
	color: #646464;
	margin-bottom: 8px;
}
input.text {
	display: inline;
	width: 155px;
	height: 21px;
	line-height: 21px;
	padding: 0px 5px;
	border: 1px solid #949494;
	background: transparent url('/images/input.gif') repeat-x top left;
}
textarea {
	padding: 5px;
	border: 1px solid #949494;
	background: transparent url('/images/input.gif') repeat-x top left;
}

input.text:focus {
	border-color: #73bce9;
}
.field {
	margin-bottom: 22px;
}

#ext_label,
#copy_label {
	display: inline;
	margin-bottom: 0px;
}
#ext {
	width: 30px;
}
.name_field{
	width: 200px;
	float: left;
}
.company_field{
	width: 200px;
	float: right;
}
#copy {
	margin-left: 25px;
}
.success {
    background-color: #DDFFDD;
    border: 1px solid #77FF77;
    clear: both;
    margin: 10px 20px 10px 0;
    padding: 5px;
}
.error_container {
	clear: both;
	border: 1px solid #ff8e8e;
	background-color: #ffe2e2;
	margin: 10px 20px 10px 0;
    padding: 10px 10px 0;
}

.error_container p {
	display: none;
}
.error_container p.error {
	display: block;
}

.field.error {
	background: transparent url('/images/error.gif') no-repeat 173px 24px;
}
#message_field.field.error {
	background: transparent url('/images/error.gif') no-repeat 288px 24px;
}
#phone_field.field.error {
	background: transparent url('/images/error.gif') no-repeat 241px 24px;
}
div#main_content .error_instructions {
	display: none;
	font-size: 10px;
	color: #ff0000;
	margin: 0px;
}
div#main_content .error .error_instructions {
	display: block;
}
input, textarea {
	color: #000000;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    overflow: hidden;
}
#send {
	width: 52px;
	height: 28px;
	background: transparent url('/images/send_sprite.gif') no-repeat 0px 0px;
	border: none;
	outline: none;
}
#send:hover {
	background-position: -157px 0px;
}
#send:active {
	background-position: -314px 0px;
}
#ainput{
	display: none;
}
