* {
	padding: 0px;
	margin: auto;
}
body {
	background: #E6E6E6;
	font: 11.5px Tahoma;
	margin-top: 100px;
	text-align: center;
	}
	a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: none;
}
#login{
	width: 500px;
	height: auto;
	border-bottom: 3px solid Black;
	border-left: 3px solid White;
	border-right: 3px solid Black;
	border-top: 3px solid #F6F6F6;
}
#show_tit {
	background: #4455AA url(../admin/images/pics/bg1.gif);
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	width: 500px;
}
#show_img{
	background-image: url(IMAGES/PICS/loginbg.jpg);
	width: 500px;
	height: 75px;
	text-align: right;
	font-size: 9px;
}
#login_text{
	background: #F1F3F5;
	display: block;
	width: 500px;
	height: 100px;

}
#login_text .left{
	width: 200px;
	float: left;
	text-align: right;
	line-height: 26px;
	display: block;
	padding:15px 0px 10px 0px;
}
#login_text .right{
	width: 300px;
	float: left;
	text-align: left;
	display: block;
	padding:15px 0px 10px 0px;
}
input {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	font: 12px Tahoma;
	padding: 2px;
	margin: 2px;
}
#bom {
	background: #E4EDF9;
	padding: 10px;
	width: 480px !important;/*FireFox*/
	width: 500px;
}