﻿* {
	margin: 0;
	padding: 0;
}
img
{
	border:0px;
	}
ul
{
	list-style:none;
	}
body
{
	font-size: 12px;
	color:#333;
	font-family: Verdana;
	margin: auto;
	line-height: 24px;
	background-color: #fff;
}
a, a:link, a:visited, a:active
{
    font-size: 12px;
    color: #0066FF;
    text-decoration: none;
}
a:hover
{
	color: #333;
}
.clear
{
	clear:both;
	height:0px;
	overflow:hidden;
	}
.mian
{
    width: 850px;
    height: 320px;
    padding-top: 200px;
    margin: auto;
    background-attachment: scroll;
    background-image: url(../Images/login_1.jpg);
    background-repeat: no-repeat;
    background-position: top center; 
}
	
.texbox
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ccc #999 #666 #ccc;
    padding: 2px 5px;
    line-height: 22px;
    height: 22px;
    color: #990000;
    background-color: #f0f0f0;
    margin-right: 3px;
}
/*----------------------------------------------------------------*/
input.bt_Submit
{   
	line-height:27px; 
	height:27px;
    width:70px;
	overflow: hidden; 
	font-weight:bold;
	display:inline-block;
	color:#fff!important; 
    border-width: 0px;  
    background-color:#666;
    float:left;
}
input.bt_Submit:hover
{ 
    color: #fff !important;
    text-decoration: none;
    cursor: pointer; 
	background-color:#f90; 
} 
	
a.bt_goback
{   
	line-height:27px; 
	height:27px;
    width:70px;
	overflow: hidden;  
	display:inline-block;
	color:#666!important; 
    border-width: 0px;   
    float:left;
    text-align:center;
}
a.bt_goback:hover
{ 
    color: #fff !important;
    text-decoration: none;
    cursor: pointer; 
	background-color:#999; 
}
/*----------------------------------------------------------------*/
.footerarea
{
    text-align: center;
    line-height: 18px;
    color: #999;
}
