﻿#LoginBody
{
	width: 80%;
	width: 80%;
	margin: 0 auto;
	font-size:12px;
}
.boxLogin
{
	background: url(http://static.h0591.com/h0591.com/image/Black/login2.gif) no-repeat left top;
	width: 229px;
	padding-top: 7px;
}
.boxLogin span
{
	background: url(http://static.h0591.com/h0591.com/image/Black/login2bottom.gif) no-repeat left bottom;
	display: block;
	padding-top: 8px;
}
.boxLogin div
{
	font-family: Arial,Verdana;
	width: 229px;
	display: block;
	background: url(http://static.h0591.com/h0591.com/image/Black/login2center.gif) repeat-y center;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.boxTwo
{
	line-height: 180%;
	margin-top: 5px;
	height: 265px;
	border-bottom: solid 2px #CCCCCC;
}
.boxTwo .boxLeft
{
	width: 560px;
	float: left;
	margin-bottom: 5px;
}
.boxTwo .boxRight
{
	width: 230px;
	float: right;
	margin-left: 3px;
	margin-top: 10px;
}

div#txt ul
{
	margin: 5px 0 0 0;
	padding: 0;
}

div#txt li
{
	padding: 0 0 0 8px;
	font-size: 12px;
	color: #777;
	list-style: none;
	background: url("http://static.h0591.com/h0591.com/image/Black/login3.gif" ) no-repeat;
	background-position: -4px 4px;
}

.txtBox input
{
	border: solid 1px;
	border-color: #7E9DB9;
}

/*-------------------------
	普通链接
-------------------------*/
a:Link, a:Visited, a:Hover, a:Active
{
	color: #000;
	text-decoration: none;
}
a:Hover
{
	color: #C50A05;
	text-decoration: underline;
}

/*-------------------------
	橙色链接
-------------------------*/
a.orange:Link, a.orange:Visited, a.orange:Hover, a.orange:Active
{
	color:#F06E0E;
	text-decoration: none;
	font-size:12px;
}

a.indexblue:Link, a.indexblue:Visited, a.indexblue:Hover, a.indexblue:Active
{
	color:#0F409F;
	text-decoration: none;
	font-size:12px;
}