/* 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;
	
}
