/* CSS Document */


#conform {
	margin: 0px 0px 0px 20px;
}


fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #999999;
	background: #FFFFFF;
	width: 420px;
}

legend {
	font-weight: bold;
	color: #000000;
}

label {
	float: left;
	width: 10em;
}

input {
	width: 200px;
}		

textarea {
	width: 250px;
	height: 100px;
}

input.submit {
	width: 110px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	height: 25px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background: #333333 url(../p7dejavu/img/form_submit.jpg) no-repeat;
}

input:focus, textarea:focus {
	background: #CCCCCC}
