/* CSS Document */

fieldset {
	margin: 1em 0;
/*	padding: 1em;*/
	}
	
legend {
	font-weight: bold;
	color: #993399;
	display: block;
}

input {
	width: 200px;
	font-size: 105%;
	color: #000;
}

input:focus, textarea:focus {
	background: #927958;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	
}

input[type="text"], textarea{
	background:#927958;
	color: #000;
	font-size: 105%;
}

input.radio, input.checkbox, input.submit{
	width: auto;
}
	
textarea {
	width: 300px;
	height: 100px;
	color: #000;
	background-color: #927958;
	color: #000;
	font-size:105%;
}

label {
	display: block;
	float: left;
	width: 300px;
	color:#000;
	font-size: 105%;
}

#phone {
	font-size:105%;
	margin-top: -3px;
	color: #000;
}

submit {
	background:#999999;
}

.required {
	font-size: 0.85em;
	color:#ffff00;
}

.emstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #D3D3D3;
}
