



form {
	margin: 0;
	padding: 0;
	color: #7f7f7f;
	font-size: 12px;
}

input, select, textarea {
	border: 1px solid #777777;
}

/*input[type="checkbox"], input[type="radio"] {
	float: left;
	width: auto;
	border: 0;
}*/

label {
	padding: 0;
	display: block;
	margin-left: 20px;
	padding-top: 7px;
}

.fieldDot {
	vertical-align: middle;
	position: relative;
	bottom: 1px;
	right: 2px;
}

.fieldDotTextarea {
	vertical-align: top;
	position: relative;
	top: 2px;
	right: 2px;
}

.formInstructions {
	color: #5f5f5f;
	padding: 0px 0px 0px 0;
	clear: left;
	margin-left: 21px;
	font-size: 95%;
}

.formButton {
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: 25px;
	text-decoration: none;
	border: 1px solid #8f8f8e;
	cursor: pointer;
	font-size: 9px;
	line-height: 160%;
	font-weight: bold;
	background: #f5f5f5;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	overflow: visible;
	white-space: nowrap;
	border-bottom: 1px solid #525252;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	padding: 1px 7px 1px 7px; /* Firefox */
	line-height: 14px;
	text-decoration: none; /* Safari */
}

.formButton:active { /*margin:0 5 0 0px;*/
	text-decoration: none;
	border: 1px solid #8f8f8e;
	cursor: pointer;
	font-weight: bold;
	background: #999;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	border-top-color: #595a58;
	border-left-color: #595a58;
	white-space: nowrap;
}

.fieldError input, .fieldError select, .fieldError textarea {
	background: #FFEEEB;
	border: 1px solid #820d02;
}

.fieldError label {
	color: #820d02;
	height: 1%;
}
.fieldError p.errorMessage {
	background: white;
	border: 1px solid #dba2a3;
	color: #820d02;
	padding: 8px;
	margin: 15px 50px -6px 0px;
}

div.divider {
	height: 1px;
	background: url(/images/forms/dotted_line.gif) repeat-x;
	margin: 20px 20px 5px;
	padding: 0;
}