/* MAIN FORMS */

.form form {
	width:75%;
	padding: 1em 1%;
	margin: 1em 10%;
	border-top: 3px solid #ef4b42;
	border-bottom: 3px solid #ef4b42;
}

.form fieldset {
	border:0px none;
	width:100%;
}

.form input, .form textarea {
	border: 1px solid #999999;
	color: #000000;
	background-color: #e8f6fa;
	padding:1px;
	margin-bottom:0.25em;
	background-image: url(/images/bg_input_hover.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	width:98%;
	clear:left;
}

.form select {
	color:#b25332;
	background-color: #FAFAFA;
	margin-bottom:0.25em;
	background-image: url(/images/bg_input_hover.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	width:98%;
	float:left;
	clear:left;
}
.form option {
border-bottom: 1px solid #F2F2F2;
}
.form input:hover, .form textarea:hover, .form input:focus, .form textarea:focus {
background-image: url(/images/bg_callout.gif);
background-repeat: repeat-x;
background-position: left bottom;
background-color:#FFFFFF;
color: #EF4B42;
border: 1px solid #EF4B42;
}
.form label {
	color:#73BE1E;
	font-weight:bold;
	margin:0.15em 0;
	width:100%;
	
	clear:left;
	}
	
.form input.button, .form input.button:hover {
	background-color:#00a0c6;
	width:auto;
	border: 0px none;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	padding:0.1em 0px;
	display:block;
	margin-top:0.5em;
	cursor:pointer;	
}
.charity_label {
	float: left;
	width: 50%;
	margin-top: 5px;
}
.charity_input {
	float: left;
	width: 50%;
	margin-top: 5px;
}
#charity_form {
	width: 720px;
	}

fieldset {
	border: none;
	}
.particular {
	font-weight: bold;
	margin: 10px 0px 15px 0px;
}

/** RESIDENTIAL CONVEYANCING QUOTE **/

.quote_form_wrapper {
	width: 100%;
	zoom:1;
}

.quote_form {
	background-color:#f8f8f8;
	border:1px solid #CBCBCB;
	padding:10px;
	zoom:1;
}

.quote_form .left {
    float: left;
    width: 35%;
    padding:0;
    margin: 0.2em 0;
	display:block;
	zoom:1;
    }

.quote_form .right {
    float: left;
    width: 60%;
    padding:0;
    margin: 0.2em 0;
    text-align: left;
	zoom:1;
    }






