*{
	margin:0; padding:0;
	font-family: Helvetica, sans-serif; font-size: 14px; 
	color:#9b9c9e;
}


body {
	background-image:url('/img/bg_body.gif');
	background-repeat: repeat-x;
	background-color:#b4d9f3;
}

table{

}

td{
	vertical-align:top;
}

img{
	border:0;
}

a{
	text-decoration:none;
}

#MainDiv {width:900px; margin: 0 auto; background: #FFF url("/img/bg_body.jpg") repeat-x; position: relative;}
#ContentDiv {
	width: 900px;
	margin: 0 auto;
	background: -moz-linear-gradient(
    	top center,
    	rgb(255,255,255) 57%,
   		rgb(197,226,246) 107%
	);
	background: -webkit-gradient(
   		linear,
    	right top,
    	right bottom,
    	color-stop(0.57, rgb(255,255,255)),
    	color-stop(1.07, rgb(197,226,246))
	);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
            startColorstr=#ffffff, 
            endColorstr=#c5e2f6, 
            GradientType=0);	
}
#MainBoxDiv{
	background:url("/img/poty.png") repeat-y right;
}
/*#FooterDiv {width: 1024px; height: 100px; background-color: #b4d9f3;}*/

.cl{
	clear:both;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	/*margin-bottom: 20px;*/
	/*float:left;*/
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

input .btn {
	width: 80px;
	color: #000;
}

#BannerDiv {
	position: absolute;
	top: 140px;
	left: 10px;
	border: 1px solid #6B9BC3;
	background-color: #D6E3F7;
	padding: 5px 10px 10px 10px;
	width: 620px;
	font-weight: bold;
}

#BannerDiv div {
	font-size: 10px;
}

#BannerDiv ul {
	margin-top: 0;
	list-style-position:inside;
}

#BannerDiv ul li {
	font-size: 10px;
}

#CloseBannerDiv {
	width: 10px;
	height: 10px;
	position: relative;
	left: 615px;
	cursor: pointer;
	font-weight: bold;
	color: #666;
}
.hide{
	display:none;
}
.nothing{}