﻿body
{
	background:url(../images/con_bg.gif) repeat-x;
	font:"微软雅黑" 13px;
	margin:8px auto 0px;
	text-align:center;
}
p{padding:0px;margin:0px;}

#content
{
	background:url(../images/welcome.jpg) center no-repeat;
	width:1000px;
	height:250px;
	margin:0px auto;
	_margin:-20px auto 0px;
	padding-top:250px;
	_padding-top:300px;
	}

#con_form
{
	float:right;
	background:url(../images/login/login_bg.gif) no-repeat;
	width:415px;
	height:255px;
	padding:43px 0px 0px;
	text-align:right;
	margin-right:100px;
	-margin-right:50px;
	}
.con_intro{color:#3b7db0;font-size:12px;margin-left:200px;_margin-left:100px;border:2px solid #9fcff5;padding:20px;background-color:White;float:left;}
#title
{
	background:url(../images/login/pic_1.gif) no-repeat top;
	height:35px;
	width:130px;
	margin-right:20px;
	margin-left:auto;
}
#LoginForm
{
	text-align:left;
}
ul
{
	list-style-type:none;
	}
.btnNormal
{
    background: url(../images/login/pic_1.gif) no-repeat 0px -33px;
    height: 42px;
    width:130px;
    border-style: None;
}
.btnOver
{
    background: url(../images/login/pic_1.gif) no-repeat 0px -81px;
    height: 42px;
    width: 130px;
    border-style: None;
}
.btnDown
{
    background: url(../images/login/pic_1.gif) no-repeat 0px -132px;
    height: 42px;
    width:130px;
    border-style: None;
}
a
{
	font-size:12px;
	text-decoration:none;
	}
a:link,a:visited
{
	color:#7068c0;
	}
a:hover
{
	text-decoration:underline;
	color:#9992da;
	
	}
a:active
{
	color:Red;
	}
.left
{
	float:left;
	}
.right
{
	float:right;
	}
.font
{
	font-size:12px;
	}
#txt_email,#txt_password
{
	width:130px;
	height:20px;
	}
li
{
	margin:5px;
	}
#footer{text-align:center;color:#3b7db0;font-size:12px;margin:50px auto 10px;width:100%;}
