/*
login.css

Copyright (c) 2010 iRacing.com Motorsport Simulations, LLC.   All Rights Reserved.

@author Jay Scullin
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img, a {border:0; outline: none;}
:focus {-moz-outline-style: none;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
div, h1, input, span, .checkbox, #service img {display: inline; float: left;}

body {
	font-size: 12px;
	color: #444444;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #eaeaea url(../images/login/background.jpg) top center no-repeat;
	}
a {
	color: #0000aa;
	text-decoration: none;
	}
a:hover {color: #0033ff;}
h1 {
	width: 375px;
	font-size: 18px;
	font-weight: bold;
	color: black;
	}
p {
	padding: 5px 0;
	clear: both;
	}
#wrapper {
	width: 460px;
	display: block;
	float: none;
	margin: 0 auto;
	padding: 85px 0 0 0;
	}
#feedbackTop, #feedbackBottom {height: 0;}
#feedback, #feedbackTop, #feedbackBottom {width: 440px;}
#feedback {margin: 0 0 0 10px;}
#feedbackMiddle {
	width: 400px;
	padding: 0 20px;
	}
#feedbackMessage {
	display: none;
	line-height: 16px;
	width: 400px;
	}
#feedbackMessage p {padding: 5px 0 7px 35px;}
#feedbackMessage ul {padding: 8px 0 0 55px;}
#feedbackMessage li {
	list-style-type: square;
	padding: 0 0 10px 0;
	}
#feedbackMessage a {font-weight: bold;}
#feedbackMessage a:hover {text-decoration: underline;}
#feedbackBottom {background-position: 0 -21px;}
.warning {background: url(../images/login/warning.png) no-repeat;}
.warningTile {
	color: #000000;
	text-shadow: 0 1px #ffff00;
	background: url(../images/login/warningTile.png) repeat-y;
	}
.warningTile p {background: url(../images/login/warningIcon.png) no-repeat;}
.warningTile a {color: #000000;}
.error {background: url(../images/login/error.png) no-repeat;}
.errorTile {
	color: #ffffff; 
	text-shadow: 0 1px #5e0000;
	background: url(../images/login/errorTile.png) repeat-y;
	}
.errorTile p {background: url(../images/login/errorIcon.png) no-repeat;}
.errorTile a {color: #ffe2e2;}
#content, #contentLong {	
	width: 330px;
	margin: 0 0 0 10px;
	padding: 29px 55px;
	}
#content {
	height: 145px;
	background: url(../images/login/contentBackground.png) no-repeat;
	}
#contentLong {
	height: 230px;
	background: url(../images/login/contentLongBackground.png) no-repeat;
	}
#service {
		height: 20px;
	    text-align: left;
	    margin-left: 40px;
	    float: left;
	}
#service span, #service img {float: left;}
#service span {margin: -1px 0 0 0;}
input {
	width: 322px;
	padding: 0 4px;
	font: 14px Verdana;
	border: 1px solid black;
	height: 22px;
	margin: 5px 0 0 0;
	}
.hidden {display:none;}
.username {background: url(../images/login/emailAddress.png) no-repeat;}
.password {background: url(../images/login/password.png) no-repeat;}
#checkbox, #submit {
	border: 0;
	outline: 0;
	padding: 0;
	}
#checkbox {
	width: 12px;
	height: 12px;
	margin: 10px 0 0 0;
	clear: left;
	}
#submit {
	width: auto;
	height: auto;
	float: right;
	}
span {margin: 9px 0 0 0;}
#copyright {
	width: 460px;
	font-size: 10px;
	text-shadow: 0 1px #ffffff;
	text-align: center;
	line-height: 15px;
	}