/* CSS Document */
#login_panel{
	width:975px;
	height:40px;
	float:left;
	background-image:url(images/grave_back_top.jpg);
	background-repeat:repeat-x;
	padding:5px 5px 5px 5px;
}
#alert_panel{
	width:975px;
	height:40px;
	background-image:url(images/grave_back_top.jpg);
	background-repeat:repeat-x;
	padding:5px 5px 5px 5px;
}

/* Pages */
.page_title{
	padding:0 10px 5px 0;
}
.page_left_content{
	width:530px;
	float:left;
}
.page_left_box{
	width:520px;
	height:370px;
	float:left;
	padding:10px 0 0 0;
	overflow:auto;
}
.page_left{
	width:520px;
	float:left;
	padding:10px 10px 0 0;
}
.page_white_box{
	width:315px;
	float:left;
	padding:0 10px 0 5px;
}
.bbnteam{
padding:10px 5px 0 5px; background-color:#EEEEEE; margin-bottom:10px; height:auto;
}
.page_left_box_country{
	width:520px;
	height:675px;
	float:left;
	padding:10px 0 0 0;
	overflow:auto;
}
.terms_and_conditions{
	width:840px;
	height:675px;
	float:left;
	padding:15px 10px 0 0;
	overflow:auto;
}

/*Registration*/
a.subscribe_now{
	width:300px;
	height:25px;
	background-image:url(../images/pages/subscribe_now_btn.jpg);
	background-repeat:no-repeat;
	float:left;
}
a.subscribe_now:hover{
	background-position:0 -25px;
}
a.try_out{
	width:300px;
	height:25px;
	background-image:url(../images/pages/try_out_15.jpg);
	background-repeat:no-repeat;
	float:left;
}
a.try_out:hover{
	background-position:0 -25px;
}





