
#colorbox, #cboxOverlay, #cboxWrapper{
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    overflow:hidden;
}
#cboxOverlay{
    position:fixed;
    width:100%;
    height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft{
    clear:left;
}
#cboxContent{
    position:relative;
    overflow:hidden;
}
#cboxLoadedContent{
    overflow:auto;
}
#cboxLoadedContent iframe{
    display:block;
    width:100%;
    height:100%;
    border:0;
}
#cboxTitle{
    margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
    cursor:pointer;
    text-transform: capitalize;
    text-decoration: underline;
}

/*
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{
    background:#000;
}

#colorBox{
}

#cboxLoadedContent{
    margin-bottom:20px;
}


#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight { display: none;}
#cboxBottomCenter,#cboxMiddleLeft,#cboxMiddleRight{ display: none;}

#cboxClose{ position:relative; display:none; color:#000;margin: -5px 0 0 570px; }

.popup fieldset {
	border: medium none;
	margin: 0;
	padding: 0;
}

.pop_head {
	background: transparent url(/res/img/partner/bg_pop_signup-head.png) no-repeat scroll 0 0
		;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	height: 47px;
	padding: 26px 27px 0px 18px;
}

.pop_head a {
	color: #F6F6F6;
	font-size: 12px;
	font-weight: normal;
	float: right;
	padding-top:5px;	

}

.pop_mid {
	background: transparent url(/res/img/partner/bg_pop_signup-mid.png) repeat-y scroll 0 0;
	height: 255px;
}

.pop_mid form {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 50px 0 0 250px;
}

.pop_mid form p {
	margin: 0;
	padding: 11px 0;
}

.pop_foot {
	background: transparent url(/res/img/partner/bg_pop_signup-foot.png) no-repeat scroll 0 0;
	height: 43px;
}

.pop_up_button {
	background: transparent url(/res/img/partner/button_pop.gif) no-repeat scroll 0 0;
	border: medium none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	height: 35px;
	margin-left: 25px;
	padding: 0;
	width: 114px;
}
.pop_message {
	color:black;
	font-size:42px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:22px;
	text-align:center;	
}
