/*Begin Reset*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1;
	font-family: Arial;
	font-size: 12px;
	background: url(/i/pattern.gif) left top repeat;
	position: relative;
	color: #888;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}

ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Reset*/

/*Begin Layout*/

/*Begin Login & Failure*/
#logo
{
	width: 237px;
	height: 63px;
	overflow: hidden;
	margin: 55px auto 30px auto;
	background: url(/i/logo.gif) left top no-repeat;
}

#logo a
{
	display: block;
	width: 237px;
	height: 63px;
	overflow: hidden;
	text-indent: -9999px;
}

#loginator
{
	width: 1000px;
	margin: 0 auto 30px auto;
	background: #fff;
	padding-top: 5px;
        color: black;
}

#loginator fieldset
{
	padding: 0 32px;
}

#loginator fieldset legend
{
	display: none;
}
#loginator input
{
	margin: 3px 0 7px 0;
	width: 271px;
	height: 32px;
	font-size: 22px;
	border: none;
	padding: 2px 0 0 2px;
	background: url(/i/input_bg.gif) left top no-repeat;
}
#loginator div
{
	/*text-align:right;*/
	margin-bottom:25px;
}
input#user.wrong, input#psw.wrong, input#psw_register.wrong, input#cptch.wrong
{
	background: url(/i/input_bg_wrong.gif) left top no-repeat;
}

.options
{
	margin: 5px 0 0;
	height: 40px;
}

#register .options
{
	height: 20px;
}

.msg
{
	float: left;
}

.options a
{
	float: right;
	font-size: 9px;
	color: #58595b;
	text-decoration: underline;
}

.options a:hover
{
	text-decoration: none;
}

.options .wrong
{
	color: #ff3333;
}

#loginator label, #loginator input
{
	display: block;
	line-height: 32px;
}

#loginator .cta label, #loginator .cta input
{
	display: inline;
	width: auto;
	height: 25px;
	background: none;
}

.cta
{
	background: url(/i/form_bottom.gif) left bottom no-repeat;
	padding-bottom: 5px;
	margin: 0 -32px;
	height: 50px;
	padding: 0 32px;
}

.cta input, .cta label
{
	float: left;
	line-height: 15px;
}

.cta label
{
	text-indent: 5px;
}

.cta button
{
	float: right;
	width: 80px;
	height: 22px;
	background: url(/i/button.gif) left top no-repeat;
	color: #fff;
	font-size: 13px;
	border: none;
	line-height: 22px;
}

/*End Login & Failure*/

/*Begin Retrieve & Success*/
#loginator h3
{
	font-size: 22px;
	color: #58595b;
	line-height: 22px;
	margin:20px 0;
}

#retrieve p, #success p
{
	font-size: 12px;
	color: #000;
	line-height: 140%;
}

#retrieve p a
{
	color: #58595b;
	text-decoration: underline;
}

#retrieve p a:hover, #success .cta a:hover
{
	text-decoration: none;
}

#retrieve .cta, #success .cta
{
	margin-top: 20px;
}

#success .cta a
{
	font-size: 16px;
	color: #58595b;
	text-decoration: underline;
}

/*End Retrieve & Success*/

/*Begin Registration*/
#register .captcha
{
	margin-top: 20px;
}

/*End Registration*/
/*End Layout*/
