@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
a:link {
	color: #D2B76F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D2B76F;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #D2B76F;
}
#loginbox{
	margin-top: 80px;
	width: 337px;
	background-image: url(images/loginBG.png);
	height: 195px;
}
#loginform{
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 80px;
}
#adminlogo{
	padding-top: 20px;
}
#loginerror{
	margin-top: 20px;
	width: 337px;
	font-weight: bold;
	color: #C6AE64;
}
#kt_login1
{
	background-image: url(images/button.png);
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bborder{
	border: 2px solid #D2B76F;
}
.fptitles{
	font-weight: bold;
	color: #D2B76F;
	background-image: url(images/table_bg.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2B76F;
}