@import url("/vreo/agents/templates_agentplus/_optimized/styles/forms.css");

/* =================================================================
 forms.css

 Description: Design styles for forms
================================================================== */

form {
	width:99%;
}
fieldset {
	border:1px solid #555;
	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:#666;
	font-weight:normal;
}
legend {
	color:#fff;
	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;
}
select:hover,
textarea:hover,
.textarea:hover,
.selectbox:hover,
.textbox:hover,
input.textbox:hover {
	color:#333;
	border:1px solid #776655;
	background-color:#f7f7f7;
}
select:focus,
textarea:focus,
.textarea:focus,
.selectbox:focus,
.textbox:focus,
input.textbox:focus {
	border:1px solid #a6131f;
	background-color:#fff;
}

textarea, .textarea {
	font-family:"Courier New", Courier, mono;
	font-size:1.2em;
}

.button {
	float:left;
	display:inline;
	margin:0;
	padding:0 7px 0 3px;
	color:#000 !important;
	height:30px;
	font:bold .9em/26px Arial, Helvetica, sans-serif !important;
	text-decoration:none;
	text-transform:uppercase;
	background:transparent url(../images/button_l.gif) no-repeat left top;
	border:0;
	white-space:nowrap;
	line-height:30px !important;
}
.button span{
	display:block;
	height:30px;
	padding:0 7px 0 3px;
	background:transparent url(../images/button_r.gif) no-repeat right top;
}
.button span span{
	display:block;
	height:30px;
	padding:0 4px 0 3px;
	background:transparent url(../images/button_bg.gif) repeat-x left top;
}
	.button:hover {
		color:#fff;
		background:transparent url(../images/button_l.gif) no-repeat left bottom;
	}
	.button:hover span{
		background:transparent url(../images/button_r.gif) no-repeat right bottom;
	}
	.button:hover span span{
		background:transparent url(../images/button_bg.gif) repeat-x left bottom;
	}
	
a.button {
	min-width:70px;
  	width:auto !important;
  	width:70px;
	text-align:center;
}

a.sort {
	width:70px !important;
	text-align:center;
}

a.submit_form {
	width:80px !important;
	text-align:center;
}

/* mortgage calculator */
fieldset.mortgage_calculator{
	line-height:20px;
}
fieldset.mortgage_calculator label {
	line-height:20px;
}
fieldset.mortgage_calculator strong {
	text-transform:uppercase;
	line-height:20px;
	color:#dad9b2;
	padding-right:3px;
}
fieldset.mortgage_calculator span strong {
	line-height:30px; /* this should be the same height as the button class */
}
