*
{
	margin: 0px;
	padding: 0px;
	font-family: 'Arial';
	font-size: 10pt;
}

body
{
	background: url('dot.gif');
	background-attachment: fixed;
}

#logo
{
	border: 0px;
	margin: 5px 20px;
}

#header
{
	background: url('../images/bg.png') repeat-x top left;
	width: 100%;
	height: 154px;
}

#content
{
	width: 100%;
}

span.slogan
{
	position: relative;
	font-size: 16pt;
	color: #999999;
	top: 16px;
	left: 50px;
}

.block
{
	width: 200px;
	height: 200px;
	background: url('../images/stick.png') no-repeat top left;
	padding: 10px;
	margin: 5px 55px;
	color: #666666;
	float: left;
}

#in_contain
{
	color: #666666;
}

#in_contain table p
{
	margin: 10px 100px 20px 0px;
	font-size: 12pt;
	text-indent: 25px;
	text-align: justify;
	color: #666666;
}

#in_contain input
{
	margin: 10px;
	color: #666666;
}

.block p
{
	display: block;
	width: 200px;
	height: 20px;
	color: #666666;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 5px;
	font-size: 10pt !important;
}

#auth input, #auth  a.register
{

	width: 177px;
	height: 27px;
	border: 1px solid #cccccc;
	color: #666666;
	text-align: center;
	line-height: 27px;
	font-size: 10pt;
	display: block;
	margin: 5px 2px;
	padding: 5px 0px;
	//padding: 0px;
}

#auth  input.login, #auth  a.register
{
	display: block;
	text-align: center;
	width: 67px;
	height: 23px;
	font-weight: bold;
	padding: 0px 0px;
	margin: 2px 14px 2px 2px;
	float: left;
	cursor: pointer;
	text-decoration: none;
	background: #f0f0f0;
}

#auth  a.register
{
	width: 90;
	height: 21px;
	line-height: 21px;
}

#footer
{
	width: 96%;
	height: 100px;
	float: left;
	margin-left: 2%;
	border-top: 1px solid #cccccc;
	color: #999999;
}

#footer span
{
	display: inline-block;
	float: left;
}

#footer a
{
	display: inline-block;
	float: right;
	color: #999999;
}

#footer a:hover
{
	text-decoration: none;
}
#in_contain span.reg
{
	display: inline-block;
	width: 180px;
}

#in_contain input 
{
	border: 1px solid #cccccc;
}

#in_contain input.error 
{ 
	border: 1px solid #ff0000; 
	width: auto;
}

label.error 
{
	display: inline-block;
	background: url('../images/unchecked.gif') no-repeat center left;
	text-indent: 12px;
	font-size: 8pt;
	color: #ff0000;
}

label.valid 
{
	display: inline-block;
	background: url('../images/checked.gif') no-repeat !important;
	text-indent: 12px;
	font-size: 8pt;
	color: #ff0000;
}

.yeap
{
	font-weight: bold;
	color: #009933;
	font-size: 16pt;
}