/* @override 
	http://founditlower2.discounttire.local/shared/css/login.css
*/

/* Remove browser styles (see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
		
body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	color: #7b7b7b;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #f0f0f0 url(/images/loginBack.gif) repeat-x;
}
	
html { 
	min-width: 900px;
	}

div#wrapper	{
	width: 260px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	min-height: 1000px;
	}

div#maincontent {
	float: left;
	margin: 0;
	padding-bottom: 50px;
	width: 260px;
	}

img {
	padding: 240px 0px 15px;
	}

form {
	text-align: left;
	}
	
label {
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 15px 0 0;
	}
	
input.formField {
	width: 255px;
	height: 25px;
	border: 1px solid #7b7b7b;
	vertical-align: middle;
	padding: 2px 4px;
	font-size: 18px;
	color: #333333;
	}
	
input.button {
	padding-top: 20px;
	}


















