@import url(pushup.css);
@import url(base.css);
/* - - IMPORT - - */

#content {
	line-height: 20px;
	padding: 0 0 25px 0;
	text-indent: 15px;
}
p#first_p {
	padding: 30px 0 25px 0 !important;
}
p#second_p {
	font-size: 11px !important;
	padding: 0 0 40px !important;
	text-indent: 0;
	text-align: center;
}
h3 {
	padding-top: 30px;
}
h3#thanks {
	text-align: center;
}
h2#reply {
	padding-top: 15px;
	text-align: center;
}
h2#goback {
	padding-top: 15px;
	text-align: center;
}

/* - - CONTACT FORM STYLES - - */
#cf {
	font: 16px "Trebuchet MS", sans-serif, Helvetica !important;
	margin: 20px auto;
	width: 620px
}
form#cf {
	max-width: 620px;
}
form#cf fieldset {
	clear: both;
	margin: 10px 0 0 0;
	overflow: hidden;
}
form#cf label {
	color: #1a1a1a;
	display: block;
	float: left;
	font-weight: 800 !important;
	min-height: 20px;
	padding: 2px 10px 2px 0;
	text-align: right;
	width: 20%;
}
form#cf input#name, form#cf input#email, form#cf input#website, form#cf textarea#message, input#submit {
	border: 2px solid #D6D6D6;
	float: left;
	font-size: 80%;
	line-height: 16px;
	padding: 2px 0;
	width: 300px;
}

form#cf input#name, form#cf input#email, form#cf input#website, form#cf iinput#submit {
	height: 18px;
}
form#cf textarea#message {
	height: 100px;
	min-height: 100px;
}
form#cf input#submit	{
	background: #d6d6d6;
	color: #1a1a1a;
	cursor: pointer;
	padding: 4px 0;
	width:150px;

}

/* - - LIVE VALIDATION STYLES - - */
.LV_validation_message {
	float: left;
	font: 10px "Trebuchet MS", sans-serif, Helvetica !important;
	font-weight: bold;
	margin: 0;
	text-align: right;
}
.LV_valid {
	color: #00CC00;
}
.LV_invalid {
	color: #CC0000;
}
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
	border: 1px solid #00CC00;
}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
	border: 1px solid #CC0000;
}