TABLE.loginFormTB {
	width: 260px; 
	margin-top: 10px;
	/*margin-bottom: 10px;*/
}
	TABLE.loginFormTB TD {
		padding: 2px;
	}
	TABLE.loginFormTB TD.labels {
		width: 50%; 
		/*font-size: 11px; */
		text-decoration: none; 
		font-weight: normal;
		text-align: right;
		vertical-align: middle;
		/*color: #fff;*/
		padding-left: 15px;
		padding-right: 15px;
	}
	TABLE.loginFormTB TD.inputs {
		width: 50%; 
		padding-left: 0px;
		padding-right: 0px;
		text-align: left;
	}
	


	
	
	
/**************************************/
/* BBS */
/**************************************/

DIV.selectBBS { 
	width: 700px; 
	position: relative;
	/*float: left;*/
	border: 0px solid #000; 
}

DIV.listBBS { 
	width: 700px; 
	position: relative;
	/*float: left;*/
	/*background-color: #fff; */
	/*background-image: url(../../graphics/bg_main.gif);*/
	border: 0px solid #000; 
		
}

TABLE.listTB {
	width: 700px; 
	border-bottom: 0px solid #000; 	
	/*float: left;*/
	margin-top: 10px;
}
	
	TABLE.listTB TD { 
		padding: 8px 0px 20px 0px;
	}

DIV#loginDiv { 
	top: 0px;
	width: 160px;
	height: 150px;
	float: left;
	/*margin-bottom: 20px;
	padding: 10px;*/
	border: 0px solid #999999;  	
}

DIV.logDataBBS {
	width: 600px;
	position: absolute; 
	right: 20px; 
	top: 0px;
	text-align: right;
	border: 0px solid #000; 
	z-index: 8;
}

DIV#msgDiv { 
	width: 600px;
	height: 40px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	padding: 8px 0px 20px 0px;  
	color: #FF0000;
	font-size: 12;
	border: 0px solid #999999;  	
}


.bbsTitle {
	margin: 0px 0px 4px 0px;
	font-size: 14px; 
	font-weight: bold;
	color: #EF2D23;
	text-decoration: none;
}


.bbsDownload {
	padding: 1px 8px 1px 8px;	
	background-color: #D1D1D1;
	border: 1px solid #BEBEBE;
}
A.bbsDownload:link, A.bbsDownload:active, A.bbsDownload:visited { 
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none; 
	background-color: #008AC8;
	padding: 2px;
	border: 1px solid #D1D1D1;
}
A.bbsDownload:hover { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
	background-color: #EF2D23;
	border: 1px solid #D1D1D1;
}





.LoginLabels {
	font-size: 11px; 
	text-decoration: none; 
	font-weight: bold;
	color: #40498E;
}

