@charset "UTF-8";
* {
	margin:0;
	padding:0;
}

a {
 	color:#000000;
	text-decoration:none;
}

a:hover {
 	color:#999999;
	text-decoration:underline;
}

td {
/*	border-bottom: solid 1px #999999; */
/*	width: auto; */
	height:25px; 
}

select {
	width:auto;
	height:18px;
	float:left;
	border:solid 1px #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.body {
	background-image:url(../img/bg_repeat.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center; 
	}
	

.page_container {
	margin:0 auto;
	position:relative; 
	text-align:left;
	width:766px;
	height:auto;
	clear:left;	
}

.header {
	width:766px;
	height:307px;
	float:left;
}

.futter {
	background-image:url(../img/futter.jpg);
	background-repeat:no-repeat;
	width:766px;
	height:86px;
	float:left;
}

.main {
	width:766px;
	height:auto;
	float:left;
}

.login_top_group {
	width:766px;
	height:100px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:15px;
	color:#666666;
}

.login_group {
	width:766px;
	height:auto;
	float:left;
	text-align:center;
}

.login {
	background-image:url(../img/login.jpg);
	background-repeat:no-repeat;
	width:319px;
	height:142px;
	float:left;
	margin-left:200px;
}

.login_top_title {
	width:200px;
	height:17px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	letter-spacing:3px;
	margin-top:15px;
	margin-left:128px !important;  margin-left:140px;
}

.login_group_table {
	width:210px;
	height:50px;
	float:left;
	margin-left:90px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.submit_login {
	width:50px;
	height:20px;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	border: solid 1px;
	font-weight:900;
}

.input_login {
	width:130px;
	height:auto;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.left_nav_group {
	width:200px;
	height:auto;
	float:left;
	margin-top:10px;
}

.left_nav_login {
	background-image:url(../img/left_login.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:66px;
	float:left;
}

.left_nav_login_group {
	width:190px;
	height:60px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.left_java_menu {
	width:200px;
	height:auto;
	float:left;
	margin-top:10px;
}

.main_right {
	background-image:url(../img/main_bg.jpg);
	background-repeat:repeat-y;
	width:556px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.form_textarea {
	width:250px;;
	height:50px;
	float:left;
	border: solid 1px #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.form_input_text {
	width:auto;
	height:15px;
	float:left;
	border: solid 1px #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}