/* DEVELOPED BY: ASD SOLUTIONS */

/* CONTACT PAGE STYLES */


#fgs {
	display: block; 
	width: 193px; 
	height: 148px; 
	border: 1px solid #4c4c4c; 
	position: relative; 
	left: 0px;
	float: left;
}

#dcq {
	display: block; 
	width: 193px; 
	height: 148px; 
	border: 1px solid #4c4c4c; 
	position: relative; 
	left: 0px;
	top: 150px;
	float: left;
}

#map {
	display: block; 
	width: 420px; 
	height: 300px; 
	border: 1px solid #4c4c4c; 
	margin-left: 30px;
	float: left;
}



/* CONTACT FORM ELEMENT STYLES */

#email_form {

}


#email_form form input {
	border: 1px solid #4c4c4c;
	width: 300px;
	margin: 2px 0;
	padding: 3px 4px 3px 22px;
	color: #000;
	font-family: lucida grande, verdana, helvetica, arial, sans-serif;
	font-size: 1.0em;
}

#email_form form input.name {
	background-image: url('/images/contact/person.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#email_form form input.selected {
	background-position: 3px -97px !important;
}

#email_form form input.company {
	background: #fff url('/images/contact/company.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#email_form form input.telephone {
	background: #fff url('/images/contact/phone.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#email_form form input.email {
	background: #fff url('/images/contact/email.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#email_form form input.placeholder {
	color: #777 !important;
}

#email_form form textarea {
	border: 1px solid #4c4c4c;
	width: 398px;
	margin: 2px 0;
	padding: 3px 4px 3px 22px;
	color: #000;
	font-family: lucida grande, verdana, helvetica, arial, sans-serif;
	font-size: 1.0em;
	background: #fff url('/images/contact/pencil.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#email_form form textarea.placeholder {
	color: #777 !important;
}

#email_form form textarea.selected {
	background-position: 3px -498px !important;
}


/* CALLBACK ELEMENT STYLES */


#callback {
	display: block; 
	width: 195px; 
	height: 317px; 
	position: absolute; 
	right: 15px; 
	top: 74px;
	background: transparent url('/images/contact/callback_lower.gif') no-repeat bottom left; 
}

#callback h1 {
	text-indent: -10000px; 
	background: transparent url('/images/contact/callback_header.gif') no-repeat top left; 
	height: 64px; 
	width: 195px;
	padding: 0;
}

#callback p {
	font-size: 0.71em;
	color: #fff;
	padding: 1.25em 1.25em 0 1.25em;
	line-height: 1.5;
}

#callback p.center {
	text-align: center;
}

#callback form {
	padding: 0;
	margin: 0.5em 0 0 0;
}

#callback p.form_elements {
	padding: 0em 1.25em;
}

h1.contact_us_header {
	background-image: url('/images/contact/contact_header.gif');
	width: 112px;
	height: 21px;
}

#callback h2 {
	color: #fff;
	width: 195px;
	text-align: center;
	padding: 4.5em 0 1.5em 0;
}

#callback form input {
	border: 1px solid #4c4c4c;
	width: 139px;
	margin: 2px 0;
	padding: 3px 4px 3px 22px;
	color: #000;
	font-family: lucida grande, verdana, helvetica, arial, sans-serif;
	font-size: 1.0em;
}

#callback form input.name {
	background-image: url('/images/contact/person.gif');
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

#callback form input.selected {
	background-position: 2px -98px !important;
}


#callback form input.company {
	background: #fff url('/images/contact/company.gif');
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

#callback form input.telephone {
	background: #fff url('/images/contact/phone.gif');
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

#callback form input.email {
	background: #fff url('/images/contact/email.gif');
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

#callback form input.placeholder {
	color: #777 !important;
}

#callback a.send_button {
	background-image: url('/images/contact/send_button_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	width: 166px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 0 0;
	margin-top: 4px;
	line-height: 1.25;
}

#callback a.send_button:hover {
	background-position: 0px -37px;
}

#callback a.send_button span {
	font-size: 1.2em;
	color: #4c4c4c;

}

#callback a.send_button-sending {
	background-image: url('/images/contact/send_button_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px -74px;
	display: block;
	width: 166px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 0 0;
	margin-top: 4px;
}

#callback a.send_button-sending span {
	font-size: 1.2em;
	color: #7f9f69;

}
