/*
Maurice Ford
Member style sheet
*/

fieldset {
	background-color: #C8C8C8;
	color: #006600;
	border: 3px solid black;
	float: left;
	margin: 10px 0px 10px 2.5%;
	width: 45%;
	}
legend {
	background-color: white;
	color: #006600;
	padding: 3px 0px;
	text-indent: 5px;
	width: 100%;
	}

label {
	clear: left;
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 7px 4% 7px 5px;
	width: 40%;
	}
	

input {
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 7px 0px;
	width: 50%;
	}
input#state {
	width: 40px;
	}
	

select {
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 7px 0px;
	}
	

fieldset.quickquestions{
	border-width: 0px;
	}
fieldset.quickquestions label {
	display: inline;
	float: none;
	margin: 0px 3px 0px 0px;
	width: 30px;
	}
fieldset.quickquestions input {
	display: inline;
	float: none;
	margin: 0px 20px 0px 0px;
	width: 20px;
	}

	/* Text area styles */

textarea {
	display: block;
	font-size: 0.9em;
	float: left;
	height: 150px;
	margin: 10px 0px;
	width: 50%;
	}
	
	/* Checkbox styles */
	
#sendemail{
	color: #006600;
	float: none;
	margin-left: 30%;
	text-align: center;
	width: 40%;
	border: 3px solid black;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #C8C8C8;
	}
#sendemail input {
	display: inline;
	float: none;
	width: 20px;
	}

	
/* Button styles */

form p{
	text-align: center;
	}
input[type="submit"], input[type="reset"] {
	display: inline;
	float: none;
	height: 40px;
	width: 200px;
	}

/* Validation styles */

input:focus, select:focus, textarea:focus {
	background-color: #C8C8C8;
	}
