
.main_boxes {
	height: 100%;
	width: 100%;
	padding:0;

}

.main_boxes_left {
	width: 33%;
	height: 100%;
	/*border-left-style: none;
	border-right-style: none;*/
	vertical-align: top;
	padding: 0 10px;
	border-width:1px;
	border-style:none;
	border-color:#b6bccc;
	vertical-align:middle;
}

.main_boxes_center {
	width: 33%;
	height: 100%;
	vertical-align: top;
	padding: 0 10px;
	border-width:1px;
	border-style:none;
	border-color:#b6bccc;
	vertical-align:middle;
}

.main_boxes_right {
	width: 33%;
	height: 100%;
	vertical-align: top;
	/*border-left-style: none;
	border-right-style: none;*/
	padding: 0 10px;
	border-width:1px;
	border-style:none;
	border-color:#b6bccc;
	vertical-align:middle;
	background: #6a79b0 url(../img/bg-reserved.png) repeat-x bottom;
}

.hideall {
	margin-left : auto;
	margin-right : auto;
	border:none;
	width:1000px;
	height:100%;
	position:absolute;
	top:0;
	z-index:997;
	text-align:center;
	left: 50%;
	margin-left: -500px;
	/*opacity:100;*/ /* VALID IN CSS3 */
	background: transparent url('inc/img/trans.png');
	/*filter: alpha(opacity = 100);*/
}

.box_div {
	width:450px;
	height:400px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	margin-top: -200px;
	z-index: 998;
}

.contenttext {
	/*border:solid;*/
	display:block;
	background-color:white;
	width:428px;
	height:380px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -214px;
	margin-top: -195px;
	z-index: 999;
	/*overflow: auto;*/
}

#show_news p {padding-top:0;margin-top:0;}

.sb-shadow {
background:#6a79b0;
}

.sb-border {
background:#6a79b0;
}

.sb-inner {
background:white;
}

