@CHARSET "ISO-8859-1";
#login_popup {
	background-color: #FFFFFF;
	border: 1px solid #CDCDCD;
	padding: 1px;
	width: 440px;
	position: absolute;
	background-image: url(../images/popup/login_footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 20px;
	text-align: left;
}
#login_popup .header {
	margin-top: 1px;
	background-image: url(../images/popup/login_header_bg.jpg);
	background-repeat: repeat-x;
	height: 15px;
}

#login_popup div.login_error {
	width: 426px;
	padding: 1ex;
	margin: 2px;
	border: 1px solid red;
	background-color: #fcd;
	font-size: smaller;
	position: absolute;
	top: 55px;
	left: 0;
}

#login_popup div.login_warning {
	width: 424px;
	padding: 1ex;
	margin: 5ex 2px 2px 2px;
	border: 2px solid #fb8b26;
	background-color: #ffff80;
	font-size: smaller;
	position: absolute;
	left: 0;
}

#login_popup td {
	padding-left: 20px;
	padding-top: 10px;
	vertical-align: middle;
}
#login {
	position: relative;	
}

div.reg_success_content {
	padding: 1em 1em 0 1em;
	text-align: center;
	background-image: url(../images/popup/login_header_bg.jpg);
	background-repeat: repeat-x;
}

div.reg_success_content h1 {
	font-weight: bold;
	font-size: larger;
	margin: 1ex 0 1em 0;
	color: #333;
}

div.reg_success_content p {
	margin-bottom: 1em;
}

#reg_success_eml {
	color: #d83028;
}

#reg_tmp_loader {
	display: block;
	margin: 0 auto 3ex auto;
}