
.form1 {
	margin: 0;
}

.form1 DIV {
	clear: both;
	margin: 6px 0;
}

.form1 .label {
	width: 30%;
	float: left;
	font-weight: bold;
	text-align: right;
	margin: 2px 5px 2px 2px;
}

.form1 INPUT.text, .form1 SELECT, .form1 TEXTAREA {
	/* border: 1px solid #176b54; */
	padding: 0px 1px;
	width: 40%;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.form1 INPUT.button, .form1 A.button {
	background: #fcde79 url("/static/images/button_bg.png") repeat-x left top;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 1px 5px;
	margin: 10px auto;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.form1 A.button {
	padding: 2px 6px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.form1 .error {
	color: #cc0000;
	font-weight: bold;
}

.form1 DIV.error {
	float: right;
	width: 24%;
	text-align: left;
	margin: 2px 5px 2px 2px;
}

.form1 DIV.captcha {
	margin-left: 30%;
	padding-left: 7px;
	width: 40%;
	text-align: center;
}

.form1 LEGEND {
	font-weight: bold;
}

