
body {
	background: url('/public/images/login-back.jpg') repeat-x;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 890px;
	padding:6px;
	text-align: left;
}

#logo {
	position: absolute;
	top: 20px;
	text-align:center;
	color: #aaa;
}

#logo a {
	background: url(/public/images/logo.gif); 
	width:154px; 
	height: 39px; 
	display:block; 
	text-indent: -9999px;
}

.login_table {
	position: absolute;
	top: 20px;
	right: 0;
}

#header {
	height: 120px;
}

.login_form {
	width: 200px;
	font-size: 18px;
	padding: 4px;
	background: #FFFFFF !important;
	outline: none;
}

#login_user {

}

#login_pass {
	
}

.error {
	color:#FF2B28;
	font-size:12px;
	left:376px;
	position:absolute;
	top:75px;
	text-transform: uppercase;
}

.sublinks {
	position: absolute;
	top: 70px;
	right: 10px;
}

.sublinks a {
	font-size: 12px;
	color: #999;
	margin: 0 0 0 10px;
}


.green_button {
	display:block;
    margin:2px 0 0 0;
    background-color:#4E7C2E;
    border:0;
    line-height:130%;
    color:#fff;
    cursor:pointer;
    padding:5px 6px; 
    font-size: 18px;
}

.words {
	font-family: "Trebuchet MS";
	width: 250px;
	display: block;
	font-size: 20px;
	float:left;
	margin: 0 22px 0 0;
}

.words .title {
	font-size: 26px;
}

.example {
	float:left;
}

.signup_table td {
	height: 20px;
}

.signup_table input[type='text'], .signup_table input[type='password']{
	font-size: 20px;
}

.signup_table .signup_label {
	text-align:right;
	text-transform: uppercase;
	color: #999;
}

.signup_error {
	text-align:center;
	text-transform: uppercase;
	color:#FF2B28;
}

.contact {
	margin: 10px 0 0 0;
	text-align: center;
	color: #aaa;
	font-size: 12px;
}

.contact a {
	color: #999;
}

.clear {
	clear: both;
	
}