﻿body
{
    margin: 0px;
    padding: 0px;
    background-image: url('../images/background.png');
    font-family: Verdana;
    font-size: 11px;
    color: White;
}

#wrap
{
	width: 1014px; 
	height: 622px;
	margin: auto;
}

#top
{
	width: 1014px; 
	height: 39px; 
	background-image: url(../images/top.png); 
	float: left;
}

#left
{
	width: 59px; 
	height: 520px; 
	background-image: url(../images/left.png); 
	float: left;
}

#center
{
	width: 891px; 
	height: 520px; 
	background-image: url(../images/center.jpg);
	float: left;
}

#right
{
	width: 64px; 
	height: 520px; 
	background-image: url(../images/right.png);
	float: left;
}

#bottom
{
	width: 1014px; 
	height: 63px; 
	background-image: url('../images/bottom.png');
	float: left;
}

#navigation
{
    text-align: left;
    margin-top: 15px;
    padding-left: 40px;
}

#copyright
{
    color: #b7b5b5;
    text-align: center;
}

a
{
	color: White;
}

a:link, a:visited
{
    text-decoration: none;
}

a:active, a:hover
{
    text-decoration: underline;
}

#login
{
    position: relative;
    top: 10px;
    left: -25px;
    width: 325px;
    height: 154px;
    z-index: 5;
    color: #2d2d2d;
    font-weight: bold;
}

#loginimage
{
	text-align:center;
}

#logincontrols
{
    padding-left: 10px;
    margin-top: -2px;
}

.logintext, .logincontrol
{
	width: 155px;
	float: left;
	height: 26px;
}

#loginbutton
{
	position: absolute;
	left: 255px;
	top: 120px;
}

.rememberme
{
	position: absolute;
	left: 10px;
	top: 120px;
}

.controlstyle
{
    background-color: black;
    border: solid 2px #757575;
    color: #b7b5b5;
}

#mainsignup
{
    position:relative;
    top:240px;
    left:650px;
    width: 244px;
    height: 128px;
}

/*--------------- Signup Popup Design ---------------*/

.popupwrap
{
	width: 435px; 
	height: 503px; 
	position: absolute;
	z-index: 100; 
	left: 50%;
	top: 94px;
	display: none;
	background-image: url('../images/signup.png');
	color: Black;
	margin-left: -217px; 
}

.headertext
{
	font-size: 15px; 
	font-weight: bold; 
	width: 332px; 
	height: 54px; 
	text-align: center;
}

.signuppagecontent
{
	height: 340px;
	width: 100%;
}

.helpicon
{
	width: 21px; 
	height: 26px; 
	float: left;
}

.signupfooter
{
	width: 332px; 
	text-align: center;
}

.signupright
{
	width: 33%; 
	float: left; 
	text-align: left;
}

.signupcenter
{
	width: 33%; 
	float: left; 
	text-align: center;
}

.signupleft
{
	width: 33%; 
	float: left; 
	text-align: right;
}

.SignupControlstyle
{
    background-color: black;
    border: solid 2px #757575;
    color: #b7b5b5;
    margin-left: 7px;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
}

#PopupInner
{
    width: 332px;
    height: 360px;
    padding-top: 10px;
    margin-right: 52px;
    margin-left: 52px;
    margin-bottom: 47px;
}

.HelpDiv
{
    display: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background-color: Black;
    z-index: 1000;
    border: solid 3px #b7b5b5;
    width: 190px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    color:White;
}