/* MAIN FORMS */

.form {
	text-align: center;
	}

.form form {
	width:50%;
	margin: 1em auto;
	background-color: #F0F0F0;
	text-align: left;
	padding: 10px;
}

.form fieldset {
	border:0px none;
	width:100%;
}

.form input, .form textarea {
	border: 1px solid #CCCCCC;
	color: #000000;
	background-color: #FFFFFF;
	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:#000000;
	background-color: #CCCCCC;
	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 label {
	color:#474747;
	margin:0.15em 0;
	width:100%;
	font-size: 1.2em;
	clear:left;
	}
	
.form input.button, .form input.button:hover {
	background-color:#FFFFFF;
	width:auto;
	border: 0px none;
	text-align:center;
	font-weight:bold;
	color:#999999;
	border: 1px solid #999999;
	float:right;
	padding:0.1em 0px;
	display:block;
	margin-top:0.5em;
	cursor:pointer;
	
}
