@charset "utf-8";
/*

designtoo.com 
Version 2.0
Revision 1.0
31st July 2007

*/

/* Import Typography */
@import "typography_global.css";


body {
	background-color: #7897b4;
	margin: 0;
	z-index: 1;
	}


/***  global page layout  ***/

#wrapper {
	position: absolute;
	width: 609px;
	height: 465px;
	top: 50%;
	left: 50%;
	margin-top: -232px;
	margin-left: -304px;
	text-align: center;
	background-image: url(../login/images/login_background.gif);
	background-repeat: no-repeat;
	}
	
#login {
	position: relative;
	width: 499px;
	height: 205px;
	border: 0;
	margin-top: 230px;
	margin-bottom: 30px;
	margin-left: 60px;
	margin-right: 50px;
	padding: 0;
	text-align: left;
	}
	
form {
	margin: 0;
	}

table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin-left: -0.7em;
	}

td {
	padding: 0.7em;
	border-collapse: collapse;
	border: 0;
	font-weight: normal;
	font-size: 12px;
	}
	
.formFields { 
	border: 1px solid #ddd;
	background-color: #fefefe;
	color: #666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.15em;
	letter-spacing: 0.04em;
	padding: 3px;
	margin: 5px 0;
	}
	
.DT_buttons {
	width: auto;
	padding: 2px 8px;
	margin-right: 5px;
	border: 1px solid #aaa;
	color: #666;
	background: #fefefe;
	float: left;
	}
	
.DT_buttons:hover {
	width: auto;
	padding: 2px 8px;
	margin-right: 5px;
	border: 1px solid #aaa;
	background-color: #7fb9df;
	color: #fff;
	float: left;
	text-decoration: none;
	}
	
.loginError {	
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #dd0000;
	}
	
.logout {	
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #90c2e3;
	}
