@charset "UTF-8";
p, h1, body, .electric_body, #flashcontent, form, input, td
{
	margin: 0px;
	padding: 0px;
}
.electric_body, body, html, #flashcontent
{
	width: 100%;
	height: 100%;
}
.electric_body
{
	background-color: #1A1A1A;
	position: relative;
}
#flashcontent
{
	position: relative;
}
#logocontent
{
	width: 514px;
	position: absolute;
	left: 55px;
	top: 50%;
	margin-top: -100px;
}
.logo_back
{
	background-image: url(../images/whitebackground_over.png);
	padding: 15px 15px 10px 15px;
	margin-bottom: 10px;
}
.logo_backtwo
{
	background-image: url(../images/whitebackground_over.png);
	padding: 15px 15px 15px 15px;
	width: 415px;
}
#logocontent .contact
{
	
}
.form
{
	position: absolute;
	left: 55px;
	top: 50%;
	margin-top: 110px;
	color:#FFF;
	width: 260px;
	background-image: url(../images/whitebackground.png);
	cursor: pointer;
}
.form .arrow
{
	position: absolute;
	width: 30px;
	height: 10px;
	left: 10px;
	bottom: -10px;
	background-image: url(../images/electric_arrow.png);
	display: block;
}
.form:hover .arrow
{
	background-image: url(../images/electric_arrow_over.png);
}
.form a
{
	color: #FFF;
}
.clientlogin
{
	margin: 8px 0px 8px 10px;
}
.form:hover
{
	background-image: url(../images/whitebackground_over.png);
}
.copyright
{
	position: absolute;
	right: 30px;
	bottom: 25px;
	width: 175px;
	height: 11px;
}
.logo
{
	position: absolute;
	right: 25px;
	bottom: 45px;
	width: 300px;
	height: 30px;
}
.clientform
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding: 0px 10px 10px 10px;
	font-size: 14px;
}
.clientform td
{
	height: 26px;
	font-size: 13px;
}
.clientform .LoginErrorBg
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.clientform input
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
}
.clientform
{
	text-decoration: none;
}
.page_content
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}