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

#main {
	float:left;
	width:916px;
	height:289px;
	padding:0;
	margin:10px 0 0 9px;
	background:url(/images/main.png) no-repeat;
	
	/*visibility:hidden;*/
}
#mid {
	clear:both;	
	display:block;
	float:none;
}
#over {
	position:absolute;
	left:720px;
	top:154px;
	width:200px;
	height:70px;
	z-index:10;
	background-image: url(/images/tag-button.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#text_over {
	position:absolute;
	left:200px;
	top:136px;
	width:512px;
	height:101px;
	z-index:2;
}
#maintext {
	width: 400px;
	border-right:1px solid silver;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	padding: 0px 24px 5px 15px;
	margin:0 10px 10px 5px;
	border-left:1px solid silver;
	float:left;
	}
#maintext_right_off {
	width: 599px;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	padding: 0px 14px 10px 19px;
	margin:0 10px 0 5px;
	border-left:1px solid silver;	
	float:left;
	}
h3 {
	font-size: 12pt;
	color: rgb(0,92,171);
	margin-bottom:7px;
	margin-top:2px;
}
.separate1 {
	float:left;
	width:1px;
	height:95px;
	z-index:2;
    margin: 5px 10px 0 10px;
	background-color: silver;
}
.separate0 {
	float:left;
	width:1px;
	height:10px;
	z-index:2;
    margin: 5px 10px 0 10px;
}
#main_buttons_box {
	width:420px;
	/*height:120px;*/
	display:block;
	margin-left:0;
}
#main_buttons_text {
	width:420px;
	height:45px;
	display:block;
	margin-left:-5px;
	text-align:center;
}
#main_buttons {
	width:420px;
	height:100px;
	display:block;
	margin-left:-5px;
}
.buttons {
	float:left;
	width:115px;
	height:105px;
	margin: 0px 5px 5px 5px;
	cursor:pointer;
}
.button_text {
	float:left;
	width:115px;
	font-size: 10px;
	color: rgb(99,100,102);
	margin: 5px 5px 5px 5px;
	line-height: 1.2em;
}

.buttons img{
	padding-top: 0;
	margin-left: -5px;
}


#leftside {
	width: 242px;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	padding: 0px 12px 10px 12px;
	float:left;
	margin:0 6px 0 12px;
}
#leftbox {
	width: 260px;
	text-align:left;
	float: left;
	margin:10px 5px 10px -5px;
	padding: 0 5px 0 0;
	background-color:#fff;
}
#leftbox .up{
	margin: 5px 0 0 15px;
	color:#fff;
}
#leftbox p {
	margin: 10px 20px 15px 15px;
	font-size:7pt;
	color:#FFF;
	line-height: 1.5em;
}
#rightside {
	width:189px;
	float:left;
	display:block;
	margin-bottom:0;
}

.gray img{
	margin: -5px 0 -5px 8px;	
	padding:3px 0 0 0;
}
.gray ul {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(/images/selector.png);
	margin-left:0;
	padding:0 20px 0 25px;	
}

.gray li {
	text-indent: 0em;
	line-height: 1.5em;
	margin-left:5px;
}
#success {
	position:absolute;
	top:106px;
	left:0px;
	width:418px;
	height:216px;
	padding:0;
	margin:10px 0 0 9px;
	background-color: #fff;
	z-index:-2;
}
#success_trans {
	position:absolute;
	top:106px;
	left:0px;
	width:418px;
	height:217px;
	padding:0;
	margin:10px 0 0 9px;
	background:url(/images/success_trans.png) repeat-y;
	z-index:-1;
}


-->
