@charset "utf-8";
* {
margin:0;
padding:0
}
body {
background:url('../images/body_bg.jpg');
text-align:center;
}
img {border:none}
ul {
list-style-type:none;
}
h1 {
background:#121210 url('../images/ar_1.gif') right top no-repeat;
height:34px;
font:bold 24px Myriad Pro;
color:#fff;
padding:7px 69px 0 21px;
float:left;
}
h2 {
font:bold 17px Tahoma;
color:#ff0000;
margin:16px 0 0 12px;
}
p {
font: 14px Tahoma;
color:#000;
margin:15px  14px 0 21px;
line-height:160%;
}
h3 {
font:bold 14px Tahoma;
color:#000000;
margin:16px 0 0 12px;
}
a {
color:#0000ff;
}
.main {
width:653px;
margin:0px auto;
text-align:left;
}
* html .main {height:100%}
.clear {
clear:both;
line-height:1%;
margin-bottom:-1px;
height:1px;
overflow:hidden;
font-size:0px
}
.container {
background:#d6dbbf url('../images/main_bg.jpg') left top repeat-x;
width:653px;
margin-top:30px;
padding-top:16px;
padding-bottom:80px;
position:relative;
}
.container p img {
margin-bottom:-7px;
margin-right:4px;
}
.version {
background:url('../images/version.gif') left top no-repeat;
width:94px;
height:90px;
position:absolute;
right:-30px;
top:-26px;
}
.footer {
background:#1b0f0b;
width:100%;
height:54px;
text-align:center;
filter:alpha(opacity=80);
/* CSS3 standard */
opacity:0.8;
margin-top:20px;
}
.center {
width:1000px;
margin:0px auto;
text-align:left;
}
.logo {
padding:16px 0 0 10px;
_margin-left:5px;
float:left;
}
.menu {
height:54px;
border-left:5px solid #000;
margin-left:100x;
float:left;
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1.0;
}
.menu li {
font:bold 12px Myriad Pro;
color:#666666;
margin-top:23px;
float:left;
}
.menu a {
color:#fff;
margin-left:12px;
text-decoration:none
}
.menu a:hover {
color:#666666;
}
.count_1 {
margin:11px 12px 0 0 ;
_margin-right:6px;
float:right
}


fieldset {
	border:1px dashed #CCC;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
label {
	width:140px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	background-color:#CCCCCC;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 115%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666;
}
.form {
	margin:0;
	padding:0;
}
.div_texbox {
	width:347px;
	float:right;
	background-color:#E6E6E6;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}
.username {
    	background-image: url(../images/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
    	background-color:#FFFFFF;
	width:285px;
    	font:normal 18px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}
.username:focus, .username:hover {
	background-color:#F0FFE6;
}   
.password {
    	background-image: url(../images/16s.png);
    	background-repeat: no-repeat;
   	background-position:left;
   	background-color:#FFFFFF;
	width:285px;
    	font:normal 18px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#F0FFE6;
}
.button_div {
	width:287px;
	float:right;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:right;
	height:35px;
	margin-top:3px;
	padding:5px 32px 3px;
}
.buttons {
	background: #e3e3db;
	font-size:12px; 
	color: #989070; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	cursor: pointer;
}
#leftSide {
	width:530px;
	padding-top:30px;
	margin-lefT:65px;
	position:relative;
	z-index:100;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #666;
	border: 1px solid #333;
	padding: 2px 6px;
}
fieldset {
	border:3px dashed gray;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
.r_table2 { font-size: 12px; font-family: Tahoma; text-align: left; font-style: italic; 	border-bottom:2px solid gray; }