.promobtn{
	background: #222 url(alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	font-weight: normal;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	background-color: #ff5c00;
	margin-left:230px;
	
	
}

.promobtn a {color:white}
    

body.iframe{
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body.iframe header{
	height: 102px;
}

body.iframe header .code{
	width: 450px;
	padding: 10px;
	margin: 20px auto;
	background: #ced25d;
	border-radius:10px;
}

body.iframe header .code p{
	margin: 0; padding: 9px 0 0 10px;
	color:#FFF;
	padding-bottom: 10px;
	float: left;
	width: 50%;
}

body.iframe header .code span{
	display: block;
	background-color: #FFF;
	padding: 10px;
	font-style: 18px;
	font-weight: bold;
	text-align: center;
	color: #835500;
	border-radius:5px;
	float: right; width:40%;
}

body.iframe header .close{
	position: absolute;
	top:10px;
	right:10px;
	background-color: #835500;
	padding: 2px 10px;
	color:#FFF;
	text-decoration:none;
	border-radius:5px;
}

body.iframe header .close:hover{
	background-color: #d9d71a;
}

.cb {clear: both}