@import url("/vreo/agents/templates_agentplus/_optimized/styles/forms.css");

/* =================================================================
 forms.css

 Description: Design styles for forms
================================================================== */

form {
	width:99%;
}

fieldset {
	border:1px dashed #ddd;
	font-size:1em;
	line-height:1.2em;
}
fieldset fieldset {
	border-width:1px 0 0 0;
	border-top:1px solid #ccc;
	font-size:1em;
}
fieldset fieldset legend {
	font-size:1em;
}
legend {
	color:#666;
	font-size:1.3em;
	line-height:1.3em;
	font-weight:bold;
	background-color:#fff;
}

input,
textarea,
select,
.textarea,
.selectbox,
.textbox {
	color:#333;
	font-size:1em;
	background-color:#f7f7f7;
	border:1px solid #ccc;
}
select:hover,
textarea:hover,
.textarea:hover,
.selectbox:hover,
.textbox:hover,
input.textbox:hover {
	border:1px solid #008592;
	background-color:#f7f7f7;
}
select:focus,
textarea:focus,
.textarea:focus,
.selectbox:focus,
.textbox:focus,
input.textbox:focus {
	border:1px solid #9f2321;
	background-color:#fff;
}

textarea, .textarea {
	font-family:"Courier New", Courier, mono;
	font-size:1.2em;
}

.requiredOnboard {
	border:1px solid #ff0000;
}

.button {
	float:left;
	display:inline;
	color:#666;
	font:bold 13px/1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	background:#ccc url(../images/button.gif) repeat left top;
	border:0;
}
.button span{
	display:block;
	background:transparent url(../images/button_left.gif) no-repeat left top;
}
.button span span{
	display:block;
	padding:9px 15px;
	background:transparent url(../images/button_right.gif) no-repeat right top;
}
	.button:hover {
		color:#333;
		text-decoration:none;
		background:#ccc url(../images/button.gif) repeat left bottom;
	}
	.button:hover span{
		background:transparent url(../images/button_left.gif) no-repeat left bottom;
	}
	.button:hover span span{
		background:transparent url(../images/button_right.gif) no-repeat right bottom;
	}
	
/* 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:31px;
}