@charset "utf-8";
/* CSS Document */

#lightboxOverlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:1001;
filter:alpha(opacity=0);
opacity: 0;
background-color:black;
display:none;
}
#lightboxContentAnchor{
position:fixed;
top:50%;
left:50%;
overflow:visible;
z-index:1002;
}
#lightboxContent{
position:absolute;
z-index:1003;
width:500px;
/* height:350px; */
top:-150px;
/* this left value should be equal to half of the width */
left:-250px;
filter:alpha(opacity=0);
opacity: 0;
background-color:white;
/*background-image:url(images/lightboxGraphic.png);*/
display:none;
padding:10px;
}
#lightboxClose{
width:26px;
height:26px;
float:right;
margin:10px 10px 0 0;
clear:both;
}
#lightboxContent a{
display:block;
width:100%;
height:100%;
}
#lightboxLink{
float:right;
width:350px;
height:264px;
}
* html #lightboxOverlay { /* ie6 hack, courtesy of ThickBox, see http://jquery.com/demo/thickbox/ */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
* html #lightboxContentAnchor { /* ie6 hack, courtesy of ThickBox, see http://jquery.com/demo/thickbox/ */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');*/
}
#CFR_shortcode {
	background-color:#E21324;
}
#shortcodeText{
color:#FFF;	
}
#divCFR{
	/*border:1px solid #000;*/
}
#divCFR #inputsArea{
margin:0 auto 0 auto;
background-color:#CCCCCC;
width:100%;
}
#inputsInner{
	margin:0 12px 0 12px;
padding:12px 0 12px 0;
}
#inputsInner > div{
	width:49%;
}
#divCFR input{
border:1px solid #000;
margin-bottom:6px;
width:100%;
height:18px;
line-height:18px;
}
.l{
	float:left;
}
.r{
	float:right;
}
.checkbox{
width:12px;
float:left;
margin-right:12px;
}
#CFR_CTA{
background-color:#FFF;	
padding:4px;
font-size:16px;
font-weight:bold;
}
#CFR_submit{
width:100%; 
text-align:left;
padding-top:12px;
}