@charset "utf-8";
/* CSS Document */

html,body {
	background-color: #EFEFEF;
	padding: 0px;
	text-align: center;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	margin-top: 25px;
}
#maincontainer {
	width: 900px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 25px;
	border-left-width: 25px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header {
	width: 100%;
	float: left;
}
#wraper {
	float: left;
	width: 100%;
	margin-bottom: 3px;
	margin-top: 3px;
}
#contentcolomn {
	text-align: left;
	float: left;
	width: 596px;
	margin-right: 4px;
}
#rightcolomn {
	text-align: left;
	width: 300px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer {
	text-align: right;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6E7A8C;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
	margin: 0px;
	clear: left;
}
.adv_block {
	clear: left;
	width: 100%;
	padding-top: 10px;
	height: 100px;
}
.adv_block  .banner {
	height: 90px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	color: #EBEBEB;
	display: block;
}
#overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index: 90;
	display: block;
	clip: rect(auto,auto,auto,auto);
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}
#message {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 99;
	font-family: tahoma;
	font-size: 11px;
}
#message .box{
	height: 250px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	top: 20%;
	margin-top: 12%;
	background-image: url(../images/message_box_bg.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: left;
}
#message .box img {
	position: absolute;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#message .box p {
	text-align: left;
	display: block;
	padding-left: 125px;
	padding-right: 40px;
	padding-top: 70px;
}
#button2 {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-weight: normal;
	width: 70px;
	font-family: trebuchet MS;
	font-size: 15px;
	display: block;
	padding: 0px;
	margin-top: 15px;
}

#message .box b {
	display: block;
	margin-bottom: 10px;
}


#Ie_fix {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}
