@import url("/vreo/office_company/templates_office/_optimized/styles/forms.css");

/* =================================================================
 forms.css

 Description: Design styles for forms
================================================================== */

form {
	width:100%;
}
fieldset {
	border:1px dashed #ddd;
	font-size:.8em;
	line-height:1.2em;
	padding:10px;
	margin-top: 1em;
}
fieldset fieldset {
	border-width:1px 0 0 0;
	border-top:1px solid #ccc;
	font-size:1em;
}
fieldset fieldset legend {
	font-size:1em;
	color:#666;
	font-weight:normal;
}
legend {
	color:#a6131f;
	font-size:1.5em;
	line-height:1.5em;
	font-weight:bold;
}

input,
textarea,
select,
.textarea,
.selectbox,
.textbox {
	color:#333;
	background-color:#f7f7f7;
	border:1px solid #ccc;
	width:100%;
}
	select:hover,
	textarea:hover,
	.textarea:hover,
	.selectbox:hover,
	.textbox:hover,
	input.textbox:hover {
		color:#333;
		border:1px solid #de1e2f;
		background-color:#f7f7f7;
	}
	select:focus,
	textarea:focus,
	.textarea:focus,
	.selectbox:focus,
	.textbox:focus,
	input.textbox:focus {
		border:1px solid #a6131f;
		background-color:#fff;
	}

/*radio,
.radio,
checkbox,
.checkbox {
	color:#333;
	background-color:#f7f7f7;
	border:1px solid #ccc;
	width:auto;
}*/
textarea, .textarea {
	font-family:"Courier New", Courier, mono;
	font-size:1.2em;
}

.button {
	background:transparent url(../images/button/button_left.jpg) no-repeat left top;
	border:0;
	color:#115d65;
	clear:both;
	cursor:pointer;
	display:block;
	font-size:0.8em;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:0 0 0 6px;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
}
	.button span{
		background:transparent url(../images/button/button_right.jpg) no-repeat right top;
		display:block;
		float:left;
		height:30px;
		padding:0 6px 0 0;
	}	
		.button span span{
			background:transparent url(../images/button/button_bg.jpg) repeat-x left top;
			float:left;
			padding:0 10px;
		}
			.button:hover {
				color:#333;
				background:transparent url(../images/button/button_left.jpg) no-repeat left bottom;
			}
			.button:hover span{
				background:transparent url(../images/button/button_right.jpg) no-repeat right bottom;
			}
			.button:hover span span{
				background:transparent url(../images/button/button_bg.jpg) repeat-x left bottom;
			}
p.required {
	margin: 0.5em;
}

fieldset a.button span span {
	font-size: 1.2em;
}

/*census data */
#dhtmltooltip {
	font-size:0.9em !important;
}
	
/*	Layout	*/
.divforms {
	width:100%;
	display:block;
	text-align:left;
}
.centerForm {
	width:90%;
	display:block;
	text-align:center;
	margin: 0 auto 0 auto;
}
.div50percRight{
	width:49%;
	float:right;
}
.div50percLeft{
	width:49%;
	float:left;
}
.div33perc{
	width:33%;
	float:left;
}

/* mortgage calculator */
fieldset.mortgage_calculator{
	line-height:20px;
}
fieldset.mortgage_calculator label {
	line-height:20px;
	font-size:1em;
}
fieldset.mortgage_calculator strong {
	text-transform:uppercase;
	font-size:1.1em;
	line-height:20px;
	color:#a6131f;
}
fieldset.mortgage_calculator span strong {
	line-height:26px; /* this should be the same height as the button class */
}

fieldset.mortgage_calculator a.button span span 
{
	font-size: 1.2em;
}