@import url("/vreo/agents/templates_agentplus/_optimized/styles/forms.css");

/* =================================================================
 forms.css

 Description: Design styles for forms
================================================================== */

form {
	width:99%;
}
fieldset {
	border:1px solid #ccc;
	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;
	color:#333;
	font-weight:normal;
	text-transform:none;
}
legend {
	color:#333;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	text-transform:uppercase;
}

input,
textarea,
select,
.textarea,
.selectbox,
.textbox {
	color:#333;
	background-color:#f7f7f7;
	border:1px solid #ccc;
}
select:hover,
textarea:hover,
.textarea:hover,
.selectbox:hover,
.textbox:hover,
input.textbox:hover {
	color:#333;
	border:1px solid #9ccf59;
	background-color:#f7f7f7;
}
select:focus,
textarea:focus,
.textarea:focus,
.selectbox:focus,
.textbox:focus,
input.textbox:focus {
	border:1px solid #6699cc;
	background-color:#fff;
}

textarea, .textarea {
	font-family:"Courier New", Courier, mono;
	font-size:1.2em;
}

.button {
	float:left;
	display:inline;
	color:#333;
	height:23px;
	font-weight:bold;
	font-size:1em;
	line-height:23px;
	text-decoration:none;
	text-transform:uppercase;
	background:#9ccf59 url(../images/button_bg.gif) repeat-x left top;
	border:0;
	white-space:nowrap;
}
.button span{
	display:block;
	background:transparent url(../images/button_l.gif) no-repeat left top;
}
.button span span{
	display:block;
	padding:0 15px;
	background:transparent url(../images/button_r.gif) no-repeat right top;
}
	.button:hover {
		color:#333;
		background:#9ccf59 url(../images/button_bg.gif) repeat-x left bottom;
	}
	.button:hover span{
		background:transparent url(../images/button_l.gif) no-repeat left bottom;
	}
	.button:hover span span{
		background:transparent url(../images/button_r.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:#9ccf59;
	font-weight:bold;
}
fieldset.mortgage_calculator span strong {
	line-height:26px; /* this should be the same height as the button class */
}