.promo{
    background: url("/gfx/overlay_bg_2.png") no-repeat;
    margin-bottom: 10px;
    margin-top: 6px;
    padding: 50px 20px 0;
    width: 154px;
    height:189px;
    float: left;
}


#promo-overlay {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	background:url(/gfx/overlay_bg.png) left top repeat;
	position:fixed;
}
#promo-wrap {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(/gfx/overlay.png) left top repeat;
	z-index:99;
}
#promo-box{
/*
	width:720px;
*/
	height:548px;
	position:relative;
	margin:50px auto;
	z-index:9999;
	background:url(/gfx/base.jpg) left top no-repeat;
    color:white;
}
#promo-action {
	position:absolute;
	top: 452px;
	right: 125px;
	width:240px;
	height:50px;
	background:url(/gfx/regButton.png) left top no-repeat;
}
#promo-close {
	position:absolute;
	top: 20px;
	right: 20px;
	width:24px;
	height:23px;
	background:url(/gfx/tooltip-close-icon.gif) left top no-repeat;
}

.promo label{
	font-family:Arial;
	color:#000;
	font-size:12px;
	margin:0 !important;
	padding:0;
}
.promo br{
	clear:both;
	margin:0;
	padding:0;
}
.promo hr{
	height:0px;
	border:none;
	border-bottom:1px dotted #000;
	width:145px;
}

.promo input, .promo select, .promo textarea{
	width:145px;
	/*margin-bottom:10px;*/
	margin:0;
	margin-top:5px;
	font-family:Tahoma;
	color:#000;
	font-size:12px;
}

.promo_c p{
	font-family:Tahoma;
	color:#000;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	padding:0;
	margin-bottom:3px;
    
 }