﻿/* CSS Document */
#p_head {
    border-top: 4px solid #6AAB00;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.p_head {
    height: 70px;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
#p_head .p_head .p_logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 73px;
    text-align: left;
    width: 202px;
}

.title_01 {
    color: #515151;
    font-size: 18px;
    height: 40px;
    line-height: 200%;
    text-align: center;
    width: 230px;
}
.title_01 li {
    
    float: left;
    font-weight: bold;
    height: auto;
    list-style-type: none;
    width: 110px;
}
.title_01 li:hover {
    color: #6AAB00;
    height: 50px;
    width: 110px;
}
.title_01 li:active {
    color: #6AAB00;
    height: 50px;
    width: 110px;
}
.title_01 a 
{
	text-decoration:none;
	color:#515151;
	}
.title_01 a:hover
{
	color:#6AAB00;
	}

#input_01 {
   
    color: #515151;
    font-size: 14px;
    height: 35px;
    line-height:35px;
    padding-left: 30px;
    width: 264px;
}

#password {
    color: #515151;
    font-size: 14px;
    height: 35px;
    line-height:35px;
    padding-left: 30px;
    width: 264px;
}

#check {
    float: left;
    height: 35px;
    width: 100px;
    line-height:35px;
    padding-left: 30px;
}

.btn_01 {
    color: #FFFFFF;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    margin-top: 20px;
    text-align: center;
    width: 297px;
}

#btn_01 a {
    color: #FFFFFF;
    text-decoration: none;
}
.p_bottom {
    clear: both;
    font-size: 14px;
    height: 50px;
    line-height: 200%;
    padding-top: 20px;
    width: 1000px;
}
.p_bottom a {
    color: #333333;
    text-decoration: none;
}
.p_bottom a:hover {
    color: #6AAB00;
}
/**/
#p_main {
	padding:0px;
	margin:0px auto;
	width:100%;
	height:auto;
	text-align:center;
	
}
.p_main {
	width:1000px;
	height:500px;
	margin-top:10px;
}
.p_main_right {
	float:left;
	width:400px;
	height:500px;
	margin-top:30px;
}
.login_main {
	width:402px;
	height:424px;
	background:url(../images/login_mainbg.png) no-repeat;
	padding-top:30px;
}
.title_02 {
	width:294px;
	height:20px;
	font-size:14px;
	color:#515151;
}
.name_01 {
	clear:both;
	width:100%;
	height:70px;
	margin-top:20px;
}
.name_02 {
	clear:both;
	width:100%;
	height:20px;
	margin-top:20px;
}
.input_01 {
	width:294px;
	height:35px;
	margin-top:5px;
}

.name_02 ul li {
	font-size:14px;
	color:#515151;
	text-align:center;
	list-style-type:none;
	float:left;
	margin-left:40px;
}
/*bottom*/
#bottom {
	clear:both;
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px;
	border-top:1px solid #ccc;
	text-align:center;
	margin-top:50px;
}
.p_bottom b {
	color:#333;
	margin-left:5px;
	margin-right:5px;
}
