/* Signup form */

.label {
	padding-top: 2px;
	padding-right: 8px;
	vertical-align: top;
	text-align: right;
	width: 125px;
	white-space: nowrap;
}
.field {
	padding-bottom: 10px;
	white-space: nowrap;
}
.status {
	padding-top: 2px;
	padding-left: 8px;
	vertical-align: top;
	width: 246px;
	white-space: nowrap;
}
label.error1 {
	background:url("../images/unchecked.gif") no-repeat 0px 0px;
	padding-left: 16px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #FF6262;
	vertical-align:top;
	margin-top:4px;
}
label.checked {
	background:url("../images/checked.gif") no-repeat 0px 0px;
}
.success_msg {
	font-weight: bold;
	color: #0060BF;
	margin-left: 19px;
}
/****END OF SIGN UP FORM***/