#ad
{
	width:100%;
	height:25px;
	background:#FFC;
}

#login
{
	width:90%;
	height:40px;
	line-height:40px;
	margin:10px auto auto auto;
	border:1px solid #CCC;
	text-align:center;
	background:#EEE;
}

.login_unlogined a
{
	color:#F90;
	font-weight:bold;
	text-decoration:underline;
	margin-top:14px;
}

.login_logined
{
	color:#666;
	margin-top:14px;
}

.login_logined a
{
	color:#666;
	margin-top:14px;
	text-decoration:underline;
	font-weight:bold;
}

#counter
{
	width:90%;
	height:30px;
	margin:10px auto auto auto;
	text-align:right;
	color:#333;
	line-height:30px;
}

#boards
{
	width:90%;
	margin:10px auto auto auto;
}

.motherBoard
{
	width:90%;
	margin:0 auto 30px auto;
	padding:1px;
	border:1px solid #36C;
}

.motherBoard h1
{
	width:100%;
	height:30px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	background:#36C;
}

.board
{
	margin:20px auto;
	width:95%;
	height:100px;
	border:1px dotted #3CF;
	background:#EEF7FF;
}

.boardLogo
{
	height:80px;
	width:120px;
	margin:9px auto auto 10px;
	float:left;
	border:1px solid #999;
	font-size:0;
}

.boardLogo
{
	height:80px;
	width:120px;
}

.boardName
{
	width:200px;
	margin:30px auto auto 15px;
	float:left;
	color:#333;
}

.boardName a
{
	color:#333;
	text-decoration:none;
}

.boardDetail
{
	width:40%;
	margin:25px 20px auto auto;
	float:right;
	color:#369;
}

#loginWindow
{
	position:absolute;
	width:350px;
	height:250px;
	background:#FFF;
	z-index:999;
	border:3px solid #333;
}

#loginWindow h1
{
	width:100%;
	height:39px;
	font-size:12px;
}

#loginWindow img
{
	margin-right:5px;
}

#loginWindow table
{
	color:#666;
	margin:20px auto auto auto;
}

#loginWindow table td
{
	height:30px;
}

#loginWindow input
{
	border:1px solid #666;
	background:#EEE;
	height:20px;
	line-height:20px;
}

#tbUserName,#tbPassword
{
	width:150px;
}

#tbSafeCode
{
	width:50px;
}

.label
{
	text-align:right;
}

#button
{
	margin:5px auto 10px auto;
	width:100%;
	text-align:center;
}

#button a
{
	margin:0 10px 0 10px;
}

#btnLogin,#btnClose
{
	color:#369;
	text-decoration:underline;
}

#btnRegister
{
	color:#F00;
}

#imgSafeCode
{
	width:50px;
	height:20px;
}

#loginResult
{
	width:70%;
	height:25px;
	line-height:25px;
	margin:auto;
	text-align:center;
}

.result_error
{
	border:1px solid #F00;
	background:#FEE;
	color:#F00;
}

.result_process
{
	color:#666;
}