@charset "UTF-8";
/* CSS Document */
#loginArea {
border: 0px;
}
#form-wrap {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#form-wrap a:link {font-size: 11px;}
#form-wrap a:visited {font-size: 11px;}
#form-wrap a:hover {font-size: 11px;}
#form-wrap a:active {font-size: 11px;
}
.fieldnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #F3F3F3;
	height: 15px;
	width: 200px;
	margin-right: 2px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	border: 1px solid #CCCCCC;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
label.error {
font-family: Arial, Helvetica, sans-serif;
	color: #99CC00;
	font-size: 11px;
	background: url(../images/deny.png) no-repeat left;
	margin: 1px;
	padding: 2px 0 0 20px;
	height: 16px;
}

label.checked {
	background: url(../images/allow.png) no-repeat;
	width: 20px;
	height: 20px;
}
#reggy-form {
	background-image: url(../images/forman.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

