#HS {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.PB {
    float: left;
    height: 400px;
    width: 533px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin: 0 0 0 -250px;
    z-index: 100;
}
.PB .PBC {
    height: 100;
    width: 100%;
	background-image:url(/static/images/frame-center.png);
	background-position:top left;
	background-repeat:repeat-y;
	padding:0 10px;
	overflow:hidden;	
}

.PB .PBC iframe {
	background-color:#FFFFFF;
	background-image:url(/static/images/loading.gif);
	background-repeat:no-repeat;
	background-position:center 190px;
    height: 370px;
    width: 500px;
	border:none;
	margin:-5px 0 -5px 6px;
	padding:0;
	overflow:hidden;
}
.PB .PBT {
	background-image:url(/static/images/frame-top.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:533px;
	height:20px;
}
.PB .PBB {
	background-image:url(/static/images/frame-bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:533px;
	height:20px;
}
.PBC .CB {
    position: absolute;
    right: 4px;
    top: 3px;
	width:30px;
	height:30px;
	background-image:url(/static/images/close.png); 
    cursor:pointer;
}

#FD {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=60);
    opacity: .40;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
    left: 0;
    top: 0;
    z-index: 10;
}


a.bff_button_deactivate {
	float:left;
    background-image:url(/static/images/bid_btn_off.png);
	background-position:-94px 0px;
	background-repeat:no-repeat;
	background-color:none;
	width:94px;
	height:32px;
	border:none;
	cursor:pointer;
	display: block;
	visibility: visible;
}

a.bff_button_deactivate:hover {
	background-position:top left;
}

a.bff_button_registered {
	float:left;
    background-image:url(/static/images/bid_btn.png);
    background-position:-95px 0px;
	background-repeat:no-repeat;
	background-color:none;
	width:95px;
	height:32px;
	border:none;
	cursor:pointer;
	display: block;
	visibility: visible;
}

a.bff_button_registered:hover {
	background-position:top left;
}

.bff_button_activate {
    background-image:url(/static/images/bid_btn_on.png);
    background-position:-95px 0px;	
	background-repeat:no-repeat;
	background-color:none;
	width:95px;
	height:32px;
	border:none;
	cursor:pointer;
	display:block;
	visibility: visible;
}

a.bff_button_activate:hover {
	background-position:top left;
}

.bff_button_blank {
	visibility: hidden;
	background-image:url(/static/images/bid_btn.png);
	display:block;
}




#bff_area{
	visibility:hidden;
    margin-left:10px;
    height:35px;
    width:540px;
    padding: 5px;
    background-color: #333333;        
    float:left;
    color: #86d42a;
}
#bff_area a{
	margin-right:2px; 
}
#bff_area_top{
	visibility:hidden;
    margin-left:10px;
    height:5px;
    width:550px;
    float:left;
    background-image: url(/static/images/bff_area.png);
    background-position: top;
}
#bff_area_bottom{
	visibility:hidden;
    margin-left:10px;
    height:5px;
    width:550px;
    float:left;
    background-image: url(/static/images/bff_area.png);
    background-position: bottom;
}
.bff_area_left{
	float:left;
	font-weight:bold;
	margin-left:5px;
}
.bff_area_right{
	float:right;
	margin-top:2px;
	margin-right:5px;
}
.bff_normal_text{
	color: white;
	font-weight:normal;
}



#bff_widget{
	width:174px;
    min-height:180px;
	margin: 20px 0 5px 18px;
	border: solid 1px #dbdbdb;
    font-size: 11px;
	font-family:Helvetica;
}

.bff_widget_logo{
    display:block;
    width:15px;
    height:14px;
	margin-right:5px;
    background-image:url("/static/images/bff_logo.png");
    background-repeat:no-repeat;
    float:right;
}
.bff_widget_header{
    font-size: 13px;
  	font-weight:bold;
	background-color:#333333;
    padding: 5px 5px 5px 7px;
    color: white;
}
.bff_widget_subheader{
    font-size: 13px;
  	font-weight:bold;
	background-color:#86d42a;
    padding: 5px 5px 5px 7px;
    color: white;
}

.bff_widget_content ul{
    margin:2px 5px 5px 5px;
    padding:0;
    list-style: none;
}
.bff_widget_content li{
    padding-bottom: 5px;
    font-size: 13px;
}

.bff_widget_content a{
    text-decoration: underline;
    font-size: 14px;
    font-weight:bold;
    color:#86d42a;
    display: block;
    padding-bottom: 5px;
}

