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, menu, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul, menu {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* i love ie */
ul {
	height: 10px; /* IE6 */
	height /**/: auto; /* FF, IE7 */
	min-height: 10px; /* FF, IE7 */
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix, .container {display: inline-block;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear {
	clear: both;
}

/* sign in */
#signin {
	position: absolute;
	top: 78px;
	left: 548px;
	background: white url("/images/bg_signin.png") repeat-x 0 0;
	width: 476px;
}

#new_session {
	padding: 10px 20px;
}
#new_session img.submit {
  position: relative;
	top: 6px;
}

#new_session label.remember {
	font-size: 12px;
	color: #838383;
}
#new_session span.forgot {
	color: #FF793E;
	padding-left: 10px;
	cursor: pointer;
}
#new_session input.text {
}
#new_session .hidden {
	position: absolute;
	left: -1000px;
}

#forgot_wrapper {
	padding: 40px 20px 20px;
	background: white url('/images/users/title_forgot_password.gif') no-repeat 20px 10px;
}

#forgot_wrapper .forgot_form {
	margin-top: 20px;
}

#forgot_wrapper .forgot_form input.text {
	border: 1px solid #c5c5c5;
	margin-right: 10px;
}

#forgot_wrapper .forgot_form .desc {
	margin-top: 20px;
	color: #999;
}

#forgot_wrapper .forgot_form {
}

#new_session input#login,
#new_session input#password {
	border: 1px solid #c5c5c5;
	height: 18px;
	width: 93px;
	overflow: hidden;
}
#new_session input#login {
	margin-right: 15px;
}
#new_session input#password {
	margin-right: 8px;
}

#new_session div.left {
	float: left;
}
#new_session label.login_label {
	display: block;
	float: left;
	width: 70px;
	height: 23px;
	text-indent: -1000px;
	background: url('/images/bg_id_or_mail.gif') no-repeat 0 8px;
	margin-right: 6px;
}
#new_session label.password_label {
	display: block;
	float: left;
	width: 60px;
	height: 23px;
	text-indent: -1000px;
	background: url('/images/bg_password.gif') no-repeat 0 8px;
	margin-right: 6px;
}

#new_session div.submit {
	position: relative;
	top: -5px;
}

#flash {
	position: absolute;
	width: 0px;
	height: 0px;
}

span.Apple-style-span {
	line-height: 150%;
}
