@import url("/templates_company/_optimized/styles/forms.css");

/* =================================================================
 forms.css

 Description: Design styles for forms
================================================================== */

fieldset {
	border:1px dashed #ddd;
	font-size:.80em;
	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;
	font-weight:normal;
	text-transform:none;
}
legend {
	color:#666;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	text-transform:uppercase;
}

input,
textarea,
select,
.textarea,
.selectbox,
.textbox {
	color:#333;
	font-size:1.3em;
	background:#f9f9f9 url();
	border:1px solid #ccc;
}
select:hover,
textarea:hover,
.textarea:hover,
.selectbox:hover,
.textbox:hover,
input.textbox:hover {
	color:#333;
	background:#f7f7f7 url();
	border:1px solid #999;
}
select:focus,
textarea:focus,
.textarea:focus,
.selectbox:focus,
.textbox:focus,
input.textbox:focus {
	background-color:#fff;
	border:1px solid #ed1c24;
}
.radio,
.radio:hover,
.checkbox,
.checkbox:hover {}

textarea,
textarea:hover,
.textarea,
.textarea:hover {}


.button {
	float:left;
	display:inline;
	margin:0;
	padding:0 4px 0 3px;
	color:#fff;
	height:26px;
	font:bold .8em/26px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	text-transform:uppercase;
	background:transparent url(../images/button_l.gif) no-repeat left top;
	border:0;
	whitespace:nowrap;
}
.button span{
	display:block;
	padding:0 4px 0 3px;
	background:transparent url(../images/button_r.gif) no-repeat right top;
}
.button span span{
	display:block;
	padding:0 4px 0 3px;
	background:transparent url(../images/button_bg.gif) repeat-x left top;
}
	.button:hover {
		color:#333;
		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;
	}
	
	
/* mortgage calculator */
fieldset.mortgage_calculator label {
	line-height:25px;
	font-size:1em;
}
fieldset.mortgage_calculator strong {
	text-transform:uppercase;
	font-size:1.1em;
	line-height:31px;
	color:#b41826;
}
fieldset.mortgage_calculator .col30 {
	display:block;
	height:31px;
	padding-top:3px;
}
fieldset.mortgage_calculator .right {
	line-height:19pt;
}

