@import url("/vreo/office_company/templates_company/_optimized/styles/forms.css");

/* =================================================================
 forms.css

 Description: Design styles for forms
================================================================== */

form {
	width:99%;
}
fieldset {
	border:1px dashed #ddd;
	font-size:.8em;
	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:#a6131f;
	font-size:1.5em;
	line-height:1.5em;
	font-weight:bold;
	background-color:#fff;
}

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 #de1e2f;
	background-color:#f7f7f7;
}
select:focus,
textarea:focus,
.textarea:focus,
.selectbox:focus,
.textbox:focus,
input.textbox:focus {
	border:1px solid #a6131f;
	background-color:#fff;
}
checkbox,
.checkbox,
radio,
.radio{
	width:auto;
	border: none;
}

textarea, .textarea {
	font-family:"Courier New", Courier, mono;
	font-size:1.2em;
}

.button {
	background:transparent url(../images/button/button_left.gif) no-repeat left top;
	border:0;
	color:#fff;
	cursor:pointer;
	display:inline;
	font-weight:bold;
	float:left;
	height:38px;
	line-height:38px;
	padding:0 0 0 14px;
	text-decoration:none;
	white-space:nowrap;
}
	.button span{
		background:transparent url(../images/button/button_right.gif) no-repeat right top;
		display:block;
		float:left;
		height:38px;
		padding:0 14px 0 0;
	}	
		.button span span{
			background:transparent url(../images/button/button_bg.gif) repeat-x left top;
			float:left;
			padding:0;
		}
			.button:hover {
				color:#333;
				background:transparent url(../images/button/button_left.gif) no-repeat left bottom;
			}
			.button:hover span{
				background:transparent url(../images/button/button_right.gif) no-repeat right bottom;
			}
			.button:hover span span{
				background:transparent url(../images/button/button_bg.gif) repeat-x left bottom;
			}
	
.button_thin {
	background:transparent url(../images/button_thin/button_left.gif) no-repeat left top;
	border:0;
	color:#fff;
	cursor:pointer;
	display:inline;
	font:normal 0.8em/22px Arial;
	float:left;
	height:26px;
	padding:0 0 0 15px;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
}
	.button_thin span{
		display:block;
		float:left;
		height:26px;
		padding:0 15px 0 0;
		background:transparent url(../images/button_thin/button_right.gif) no-repeat right top;
	}
	
		.button_thin span span{
			height:26px;
			padding:0 0 0 0;
			background:transparent url(../images/button_thin/button_bg.gif) repeat-x left top;
		}
			.button_thin:hover {
				color:#333;
				background:transparent url(../images/button_thin/button_left.gif) no-repeat left bottom;
			}
			.button_thin:hover span{
				background:transparent url(../images/button_thin/button_right.gif) no-repeat right bottom;
			}
			.button_thin:hover span span{
				background:transparent url(../images/button_thin/button_bg.gif) repeat-x left bottom;
			}
	
/*	Layout	*/
.divforms {
	width:100%;
	display:block;
	text-align:left;
}
	.divforms br
	{
		clear:both;
	}

.centerForm {
	width:90%;
	display:block;
	text-align:center;
	margin: 0 auto 0 auto;
}
.div50percRight{
	width:49%;
	float:right;
}
.div50percLeft{
	width:49%;
	float:left;
}
.div33perc{
	width:33%;
	float:left;
}

/* 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:26px; /* this should be the same height as the button class */
}