body {
	background: #DDEEEE url('../../images/site/bg.png');
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body * {
	outline: none;
}

/********************************************/
 /*************** LOGIN SCREEN ***************/
/********************************************/

#login {
	background-image: url("../../images/site/login.png");
	height: 400px;
	margin: 20px auto 0 auto;
	position: relative;
	width: 780px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: #999999 0 0 3px;
	-webkit-box-shadow: #999999 0 0 3px;
}

#new_user_button {
	background: #2288BB url('../../images/site/signup_button.png') repeat-x scroll left top;
	border: 1px solid #2288BB;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	left: 495px;
	padding: 5px 15px;
    position: absolute;
    text-decoration: none;
    text-shadow: 0 1px 0 #33CCFF;
    top: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#new_user_button:hover {
	background: #2288BB url('../../images/site/signup_button.png') repeat-x scroll left bottom;
}

#new_user_button:active {
	background: #2288BB;
}

#login_form {
    left: 45px;
	position: absolute;
	top: 230px;
}

#login_error_message {
	color: #FFFF33;
	vertical-align: 2px;
}

#login_form label {
    color: #FFFFFF;
    font-weight: bold;
	font-size: 13px;
}

#login_form input[type=text],
#login_form input[type=password] {
	border: 1px solid #3399CC;
	font-size: 16px;
	padding: 3px;
	width: 180px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#login_form input[type=text]:focus,
#login_form input[type=password]:focus {
	border: 1px solid #66CCFF;
}

.loginButton {
    clear: both;
	background: #F06;
	color: #FFF;
	font-size: 13px;
	overflow: visible; /* IE button fix */
	padding: 2px 8px;
	width: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#login_button {
	background: #2288BB url('../../images/site/login_button.png') repeat-x scroll left top;
	border: 1px solid #2288BB;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding: 4px 15px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #33CCFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#login_button:hover {
	background: #2288BB url('../../images/site/login_button.png') repeat-x scroll left bottom;
}

#login_button:active {
	background: #2288BB;
}

#forgot_password {
	color: #3399CC;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: none;
    text-shadow: 0 1px 0 #002244;
	vertical-align: 10px;
}

#forgot_password:hover {
	text-decoration: underline;
}

  /**************************************/
 /*************** FOOTER ***************/
/**************************************/

#footer_container {
	margin: 0 auto 20px auto;
	width: 780px;
}

#footer {
    clear: both;
    font-size: 11px;
    padding: 10px 0 5px 0;
    text-align: center;
    width: 780px;
	text-shadow: 0 1px 0 #FFFFFF;
}

#footer_info {
	color: #888888;
	float: left;
	margin-left: 10px;
}

#footer_links {
	float: right;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	float: left;
	list-style: none;
	padding: 0 8px;
}

#footer a {
    color: #2288BB;
    font-weight: normal;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}
