@charset "utf-8";
/* CSS Document */
.LoginForm1 {
	position: absolute;
	right: 37px;
	top: 24px;
	z-index: 1000001;
	display: none;
}
.LoginForm1 {
	width: 214px;
	border: 1px solid #e1e1e1;
	background-color: #FFF;
}
.LoginForm1 div {
	color: #666666;
	padding: 0 16px 0 16px;
}
.LoginForm1 h3 {
	font-size:  1.2em;
	color: #4a6a08;
	padding: 13px 0 6px 0;
}
.LoginForm1 p {
	font-size: 0.9em;
	padding-bottom: 15px;
}
.LoginForm1 a:link,
.LoginForm1 a:visited {
	font-size: 1em !important;
	color: #666 !important;
	text-decoration: underline;
}
.LoginForm1 a.SpecialLink {
	font-size: 0.9em !important;
	display:block;
	padding-bottom:6px;
}
.LoginForm1 label {
	font-size: 0.9em !important;
	color: #ad4b12 !important;
	float: none !important;
	font-weight: bolder !important;
	margin-top: 0 !important;
	padding: 0 !important;
}
.LoginForm1 .SpecialLabel {
	color: #666666 !important;
	font-weight: normal !important;
	margin: 2px 0 0 3px !important;
}
.LoginForm1 .SpecialLabel2 {
	color: #666666 !important;
	font-weight: bolder;
}
.LoginForm1 .TextBox {
	width: 183px;
	height: 14px;
	border: 1px solid #dcdcdc;
	margin: 5px 0 6px;
	font-size: 1em;
}
.LoginForm1 .LoginBtn:link,
.LoginForm1 .LoginBtn:visited {
	background: url(../images/login-btn.gif) no-repeat left top;
	width: 43px;
	height: 14px;
	display: block;
	color: #FFF !important;
	padding: 2px 0 0 0;
	text-align: center;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em !important;
}
.LoginForm1 .LoginBtn:hover {
	background: url(../images/login-btn.gif) no-repeat left -16px;
}
.LoginForm1 .SubmitBtn:link,
.LoginForm1 .SubmitBtn:visited {
	background: url(../images/submit-btn.gif) no-repeat left top;
	width: 55px;
	height: 14px;
	display: block;
	color: #FFF !important;
	padding: 2px 0 0 0;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em !important;
	text-align: center;
}
.LoginForm1 .SubmitBtn:hover {
	background: url(../images/submit-btn.gif) no-repeat left -17px;
}
.LoginForm1 .LoginBox {
	overflow: hidden;
	xposition: relative;
	width: 186px;
}
.LoginForm1 .ForgotPass {
	background-color: #f1f1f1;
	padding: 0 12px 0 16px;
	clear: left;
	overflow: hidden;
	width: 186px;
}
.LoginForm1 .Cancel,
.LoginForm1 .Cancel1 {
	float: left;
	margin-right: 9px;
	margin-top: 1px;
}
.LoginForm1 .YourPass {
	padding-top: 11px !important;
	display: block;
	clear: left;
}
.LoginForm1 .LastDiv {
	padding-left: 96px;
	overflow: hidden;
	padding-right: 0;
	padding-bottom: 11px;
}
.LoginForm1 .LastDiv2 {
	padding-left: 85px;
	overflow: hidden;
	padding-right: 0;
	padding-bottom: 11px;
}
#closeBtn {
	background: url(../images/small_closebtn.gif) no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	display: block;
	top: 6px;
	right: 12px;
	margin: 0;
}

div.Row1
{
	padding: 0px;
}

span.error
{
	color: #C12429;
}

div.errorMessage
{
	color: #C12429;
	padding: 2px 4px 2px 0px;
}