/* @group Call To Action Form */

.contact_form {
	border: 1px solid #d5d5d5;
	width: 328px;
	height: 385px;
	text-align: center;
	background-image: url(images/form_bg.png);
	background-repeat: no-repeat;
}

.form_phrase {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 2px solid #d5d5d5;
	width: 285px;
}

.form_phrase h1 {
	margin-bottom: 0px;
	text-align: center;
	font-size: 2em;
	color: #fe6146;;
}

.form_phrase p {
	color: #fe6146;;
}

.contact_form p /* need more space for error and thankyou messages, so reduced padding from .content p  - Aaron.*/
{
    padding:5px 0px 0px 0px;
}

.contact_form p.error
{
    color: #F33;
}

.contact_form small
{
    font-size: 0.7em;
    color: #888;
}

.contact_form input
{
    width:200px;
}

.contact_form textarea
{
    width:300px;
    height:75px;
    max-width: 300px;
    max-height:95px;
}

.submit_button {
	margin-bottom: 10px;
	text-align:center;
}

#comments{
	margin-right: auto;
	margin-left: auto;
	max-width: 308px;
}

/* @end */

