/************************************/
/* Parkcrest Self Storage			*/
/* Forms Stylesheet					*/
/************************************/

.cf_info {
	color: #C00;
	font-size: 0.89em;
	margin: 12px 0 0 0;
	padding: 6px 12px 0 12px;
}
.cform {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #F8F8F8;
	color: #333;
	margin: 6px 0 0 0;
	padding: 6px 12px 12px 12px;
}
.cform legend {
	color: #004812;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.93em;
	font-weight: bold;
	margin: 0 0 0.50em 0;
}
.cform .textonly {
	font-size: 0.75em;
	line-height: 1.20em;
	margin: 0 0 0.25em 0;
}
.cform label {
	color: #007C1F;
	display: block;
	font-size: 0.75em;
	line-height: 1.20em;
	margin: 0.75em 0 0 0;
}
.cform input, .cform select, .cform textarea {
	border: solid 2px #D5D5D5;
	color: #000;
	margin: 0.25em 0 0 0;
	padding: 3px;
}
.cform input {
	font-size: 0.75em;
	width: 184px;
}
#content .cform input {
	font-size: 1.00em;
}
#content .cform textarea {
	width: 470px;
}
#content .cform ol {
	list-style: none;
	margin-left: 0;
}
#content .cform label {
	font-size: 1.00em;
}
.cform .reqtxt, .cform .emailreqtxt {
	font-size: 0.65em;
}
#content .cform .reqtxt, #content .cform .emailreqtxt {
	font-size: 1.00em;
	margin: 0 0 0 1.00em;
}
.cform .sendbutton {
	background: #F1D11F;
	border: none;
	color: #2D9447;
	font-weight: bold;
	margin: 0.75em 0 0 0;
	padding: 0.25em 0.50em;
	width: auto;
}
.cform p {
	margin: 0.25em 0;
}
.cf_hidden, .linklove {
	display: none;
}