@charset "UTF-8";

form.stdform {
	padding: 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

form.stdform fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

form.stdform fieldset ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

form.stdform fieldset legend {
	font-weight: bold;
	font-size: 14px;
}

form.stdform fieldset ul li input.text {
	width: 190px;
	margin-bottom: 5px;
}

form.stdform fieldset ul li textarea {
	width: 390px;
}

form.stdform fieldset em {
	color: red;
}