.modal {
    color: #fff;
    display:none;
    width: 452px;
    padding: 85px 35px;
    text-align:center;
    border:2px solid #fff;
	text-align:center;
	background:#2c2c2c url('/images/headerbg.jpg') top left repeat;
	margin-bottom: 50px;

    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

.modal h3 {
    margin:0px;
    font-size:1.1em;
	text-align: center;
	color:#fbb232;
}
.modal p a:link, .modal p a:visited, .modal p a:active { color: #fbb232; text-decoration: none;}
.modal p a:hover { color: #cc0044; text-decoration: none;}

.modal p {
	margin: 5px 0;
	padding: 0;
	text-indent: 0;
}

.modal button {
	margin: 5px 0;
	font-size: 0.8em;
}
.modal a.close {
	position:absolute;
	right:0;
	top:0;
	margin: 3px;
	padding:0;
	border:0;
	cursor:pointer;
	background: url('/images/interface/cross.png') 0 0 no-repeat;
	width:20px;
	height:19px;
}
.modal a.close:hover {
	background: url('/images/interface/cross.png') 0 -19px no-repeat;
}
.terms {
	width:800px;
	height:400px;
	text-align:justify;
	font-size:0.9em;
	background: #fcf1e2;
	color:#000;
}
.terms h3 {
	color:#000;
}
.terms p a:link, .terms p a:visited, .terms p a:active { color: #362c1e;}
.terms p a:hover { color: #cc0044;}
#terms_content {
	height:365px;
	overflow-y:auto;
	margin:25px 5px 10px 10px;
	background: #fcf1e2;
	color:#000;
}
#_warn {
	position:fixed;
	top: 100px;
	left:200px;
	width:800px;
	height:400px;
	text-align: center;
	font-size: 1.2em;
	color:#000;
}
#_warn h3 {
	margin-top:100px;
}
#_warn p {
	margin: 50px;
}
#login_form {
	width:800px;
	height:350px;
	padding:0;
	margin:0 auto;
	color:#362c1e;
	font-family: Verdana, Tahoma, Georgia, Arial, Sans-Serif;
	border: solid 7px #938374;
	position:fixed;
	background: transparent url('/images/interface/login_2.jpg') top left no-repeat;
	z-index:10000;

    opacity:1;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
}
#login_form_content {
	margin:0;
	padding:0;
	border:0;
}
#login_form #login_form_content form, #login_form #login_form_content div, #login_form #login_form_content p {
	width: 288px;
	margin:15px 0;
}
#login_form #login_form_content form {
	margin:80px 0 0 12px;
	text-align:right;
}
#login_form #login_form_content form label {
	display:block;
	float:left;
}
#login_form #login_form_content form input{
	width:45%;
}
#login_form #login_form_content form input[type=checkbox]{
	margin-right:50px;
	width:5%;
}
#login_form #login_form_content form label[for=User_rememberMe] {
	float:right;
}
#login_form #login_form_content p.remindlinks {
	font-size:0.9em;
	margin:10px 12px;
}
.modal p.remindlinks a {
	color:#362c1e;
}
.modal p.remindlinks a:hover {
	color: #cc0044;
}
.accreg {
	height: 35px;
	width:206px;
	background: url('/images/interface/button_create-account-now.png') top left no-repeat;
	margin:0;
	padding:0;
	position:absolute;
	bottom:15px;
	right:20px;
	display:block;
	cursor:pointer;
}
.accreg:hover {
	background-position: 0 -35px;
}
#login_form #login_form_content form input[type=button] {
	margin:0;
}
#login_form #login_form_content form input[type=button] {
	height: 35px;
	width:206px;
	margin:0;
	padding:0;
	border:0;
	position:absolute;
	bottom:15px;
	left:100px;
	background: url('/images/interface/button_log_in.png') top left no-repeat;
	cursor:pointer;
}
#login_form #login_form_content form input[type=button]:hover {
	background-position: 0 -35px;
}
#login_form #login_form_content .error {
    color:#ff0000;
}
#login_form #login_form_content label.error {
	float:right;
}
#login_form #login_form_content .errorSummary {
	clear:left;
	height:50px;
	margin:10px 0;
	text-align:right;
}
#login_form #login_form_content .errorSummary  p{
	margin:0;
	padding:0;
	border:0;
	font-size:1.1em;
	font-weight:bold;
}
#login_form #login_form_content .errorSummary  ul{
	color:#ff0000;
}