#contact_page #contact_content {
	width: 520px;
	padding-right: 60px;
	background: url(../images/content_shadow.gif) no-repeat right center;
	min-height: 460px;
}
#contact_page #contact_info {
	padding-top: 4.5em;
}
#contact_page #phone_number {

}
#contact_page #contact_form_container {
	
}
/* @group Form */

form#contact_form {
	/*width: 540px;*/
	margin-top: 3em;
}

form#contact_form fieldset {
	padding: 0px;
}

form#contact_form p.left,
form#contact_form p.right {
	float: left;
	width: 245px;
	margin-bottom: 20px;
}

form#contact_form p.left {
	margin-right: 20px;
}

form#contact_form label {
	margin-bottom: 0.5em;
	display: block;
	font-size: 0.875em;
	line-height: 1.714em;
	font-weight: bold;
	text-transform: uppercase;
	color: #f9dd12;
}

form#contact_form input.text {
	background: none ; border: none;
	background: url(../images/textfield.gif) no-repeat left top;
	display: block;
	width: 229px;
	padding: 5px 8px;
	line-height: 18px;
	height: 18px;
	color: #fff;
}

form#contact_form textarea {
	background: #000;
	border: #7fb900 1px solid;
	display: block;
	width: 508px;
	height: 108px;
	line-height: 18px;
	resize: none;
	color: #fff;
}

p#send {
	clear: both;
	margin-bottom: 0;
}

input.submit {
	float: right;
	width: 170px;
}

#send_form {
	display: block;
	float: left;
	width: 80px;
	text-align: center;
	border: none;
	line-height: 28px;
	background: url(../images/btn_send.gif) top left no-repeat;
	color: #f9dd12;
}

body.javascript #send_form { display: block; }

#send_form:hover {
	color: #fff;
}

#submit_error {
	background: #af2e30;
	color: #f9dd12;
	padding: 5px;
	font-weight: bold;
	margin-bottom: -1.5em;
}
#submit_error span {
	color: #fff;
}

#send_success {
	padding-top: 190px;
	background: url(../images/envelope.png) no-repeat center top;
}

#send_success p {
	margin-bottom: 0;
}

#send_success blockquote {
	padding: 0 30px;
	background: url(../images/quote_left.gif) no-repeat left 0.3em;
	margin: 3em 30px 3em 30px;
}

#send_success blockquote p.quote {
	display: inline;
	font-size: 1.375em;
	line-height: 1.5em;
	background: url(../images/quote_right.gif) no-repeat right 0.3em;
	margin: 0;
	padding: 0 30px 0 0;
}

/* @end */
