﻿html, body
{
	background: #fff;
	color: #000;
	margin: 0;
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
}
.cssMain
{
	width:964px;
	margin: 40px auto;
	text-align:center;
	background:#ccc;
}
.cssOuter
{
	width:980px;
	height:515px;
	background-image:url(../images/login.jpg);
	background-repeat:no-repeat;
}
.cssTopDiv
{
	width:100%;
	height:184px;
}
.cssMidDiv
{
	width:100%;
	height:288px;
}
.cssBotDiv
{	
	clear:both;
	width:100%;
	height:36px;
	line-height:36px;
	color:#2f475e;
	font-size:13px;
	padding-left:5px;
}
.cssMidLeft
{
	float:left;
	width:564px;
	height:100%;
}
.cssMidRight
{
	float:left;
	width:400px;
	height:100%;
}
.cssMidLeftTop
{
	margin-top:60px;
	padding-left:90px;	
	text-align:left;
}

.cssSubMenuName
{
	width:200px;
	height:27px;
	background-image:url(../images/MenuBar_1.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:13px;
	color:#ffffff;
	line-height:28px;
	font-weight:bold;
	margin-top:10px;
	cursor:pointer;
}

.cssMidRightTop
{
	text-align:left;
	margin-top:35px;
	margin-left:45px;
	font-size:13px;
}
.cssMidRightTop table
{
	border-width:0px;
}
.cssMidRightTop table tr
{
	height:27px;
	vertical-align:middle;
}
.cssTd1
{
	width:80px;
	text-align:right;
}
.cssTd2
{
	text-align:left;
}
.cssInput
{
	border :solid 1px #8FD5E4;
	width:160px;
	height:20px;
	color:#249380;
	text-indent:2px;
	line-height:20px;
}
.cssInput2
{
	border :solid 1px #8FD5E4;
	width:90px;
	height:20px;
	color:#249380;
	text-indent:2px;
	line-height:20px;
}
.cssBtn
{
    width: 69px;
    height: 24px;
    border: none 0px white;
    background-color: Transparent;
    background-image: url(/images/buttonBg.jpg);
    background-repeat: no-repeat;
    color:#ffffff;
    margin-right:10px;
}
#imgValidator
{
	cursor:pointer;
	width:65px; 
	height:22px;
}
#divInput
{
	width:100px;
	float:left;
}
#divImg
{
	width:60px;
	float:left;
	margin-top:1px;
	background:#ccc;
}
.cssSubMenuName a:link{text-decoration:none;color:#fff;}
.cssSubMenuName a:hover{text-decoration:none;color:#fff;}
.cssSubMenuName a:active{text-decoration:none;color:#fff;}
.cssSubMenuName a:visited {text-decoration:none;color: #fff;}

