/* Copyright 2010 Afrihost. All rights reserved */
/* Code by Tyler Sven Theron */

body, html {
	height: 100%;
}

#blackout {
	background-color: #000;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 150;
	
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity: 0.1;
}

#czlogin {
	display: none;
	left: 50%;
	margin-left: -215px;
	position: absolute;
	top: 260px;
	width: 430px;
	z-index: 200;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 0 50px rgba(0,0,0,0.9);
}

#czlogin .inner {
	background-color: #fff;
	font-size: 1.3em;
	padding: 10px 25px 10px 25px;
}

#czlogin p {
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
}

#pop_head {
	background: url(images/czlogin_head.gif) no-repeat left top;
	height: 35px;
}

#pop_foot {
	background: url(images/pop_foot.gif) no-repeat left top;
	height: 15px;
}

#czlogin label {
	clear: both;
	color: #333;
	display: block;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
}

#czlogin label span {
	display: inline-block;
	width: 80px;
	text-align: left;
}

.field {
	background: #d4d4d5 url(images/field.gif) repeat-x left top;
	border: 1px solid #ddd;
	color: #777;
	padding: 3px;
	width: 200px;
	font: 12px Corbel, Segoe, "Segoe UI", "Lucida Grande", sans-serif;
}

#centerbtn {
	margin-top: 5px;
	text-align: center;
}

#centerbtn a {
	font-size: 11px;
	line-height: 35px;
	cursor: pointer;
}

.clear {
	clear: both;
}

.hideme {
	visibility: hidden;
	height: 0;
}

#promos {
	position: relative;
	height: 345px;
	width: 460px;
	overflow: hidden;
	margin-left: 18px;
}

#promos a, #promos img {
	border: none;
}

/* @end */