form {
	margin: 5px;
	padding: 5px;
	background-color: #CAC09E;
}

/* Field set styles */

fieldset  {
	border: 1px solid black;
	float: left;
	margin: 10px 0px 10px 2.5%;
	width: 90%;
}

/* Field set legends */

legend {
	color: white;
	font-weight: bold;
	padding: 3px 0px;
	text-indent: 5px;
	width: 100%;
	border: 1px solid black;
}

/* Label styles */

label {
	clear: left;
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	margin: 7px 4% 7px 5px;
	width: 40%;
}

/*Input control styles*/

input {
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 7px 0px;
	width: 50%;
}

input#phone {
	width: 150px;
}

fieldset.optionGroup {
	border-width: 0px;
}

fieldset.optionGroup label {
	display: block;
	float: right;
	margin: 0px 3px 0px 0px;
	width: 150px;
}

fieldset.optionGroup input {
	float: right;
	clear: none;
	margin: 0px 20px 0px 0px;
	width: 20px;
}

textarea {
	display: block;
	font-size: 0.9em;
	float: left;
	height: 150px;
	margin: 10px 10px;
	width: 50%;
}

/* Button styles */

form p {
	text-align: left;
}

input[type="submit"], [type="reset"], [type="button"] {
	display: inline;
	float: bottom;
	height: 40px;
	width: 200px;
}
