@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:0.9em;
	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 {
	background:#ccc url("../images/button/button_bg.jpg") repeat-x left top;
	border:0;
	color:#fff;
	cursot:pointer;
	display:block;
	font:bold 13px/30px Arial, Helvetica, sans-serif;
	float:left;
	height:30px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
	.button span{
		display:block;
		height:inherit;
		background:transparent url("../images/button/button_left.jpg") no-repeat left top;
	}
	.button span span{
		display:block;
		padding:0 20px;
		background:transparent url("../images/button/button_right.jpg") no-repeat right top;
	}
		.button:hover {
			color:#333;
			text-decoration:none;
			background:#ccc url("../images/button/button_bg.jpg") repeat left bottom;
		}
		.button:hover span{
			background:transparent url("../images/button/button_left.jpg") no-repeat left bottom;
		}
		.button:hover span span{
			background:transparent url("../images/button/button_right.jpg") 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;
}