@charset "utf-8";
/* CSS Document */

p.siteinfo {
	font-weight:bold;
	border-top: 1px solid #333333;
	display:block;
	padding: 17px 0 0 0;
	width:900px;
}

.sectioninto{
	padding: 5px 0 10px 0;
	margin: 0;
}

.sitename{
	width: 240px;
	display: inline-block;
}

.siteinfo {
	color: #ffffff;
	font-weight:normal;
	font-size: 14px;
	line-height: 15px;
	
}

.siteinfo a {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 15px;
	color: #cb87f5;
	font-weight:normal;
	background: none;
	
}

.siteinfo a:hover {
	color: #ffffff;
	text-decoration:none;
	
}

.subinfo {
	color: #ffffff;
	font-weight:normal;
	font-size: 13px;
	line-height: 9px;
	
}

.subinfo a {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 15px;
	color: #cb87f5;
	font-weight:normal;
	background: none;
	
}

.subinfo a:hover {
	color: #ffffff;
	text-decoration:none;
	
}

.non-link {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 15px;
	color: #592B75;
	font-weight:normal;
	
}



#loginarea {
	margin-top: 20px; 
	margin-left:auto;
	margin-right:auto; 
	text-align:center;
}

.logintext {
	color: #ffffff;
	font-weight: bold;
	font-size:18px;
	line-height:26px;
	padding-top: 5px;
	margin: 0;
}

#login_sec {
	height: 185px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #645869;
	border-bottom-color: #645869;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 15px;
}

.sold {
	color: #FF0000;
}

.logincopyright {
	color: #3F3F3F;
}

