/* loginbox */

a#toggle_loginbox {
	z-index: 2;
	padding-right: 15px;
	position: relative;
	outline: none; /* Fx fix: prevents the ugly dotted line from appearing on tabs */
	background: url(/images/default/loginbox_button_bg.gif) no-repeat 54px 7px;
}

a#toggle_loginbox.active {
	background-position: 54px -18px;
	color: #1c5c9c;
}

#loginbox {
	margin-top: -21px;
	margin-left: -25px;
	position: absolute;
	width: 265px;
	z-index: 1;
	color: #000;
	display: none;
}

#loginbox.active {
	display: block;
}

.loginbox_header {
	width: 265px;
	height: 31px;
	background: url(/images/default/sprite_mycoolblue_loginbox.png) no-repeat 0px 0px;
}

.loginbox_content {
	width: 240px;
	padding: 5px 13px 6px;
	background: url(/images/default/sprite_mycoolblue_loginbox.png) repeat-y -531px 0px;
}

.loginbox_content h4 {
	color: #900b09;
	margin-bottom: 2px;
	padding-top: 9px;
	position: relative;
}

.loginbox_content h4.registration {
	padding-top: 3px;
}

.loginbox_content a#loginbox_close {
	background: transparent url(/images/default/loginbox_button_close.png) no-repeat scroll 0 0;
	height: 16px;
	overflow: hidden;
	width: 16px;
	position: absolute;
	top: 34px;
	right: 16px;
}

.loginbox_content a#loginbox_close:hover {
	background-position: 0 -17px;
}

.loginbox_content a#loginbox_close span {
	display: none;
}

.loginbox_content p {
	margin-bottom: 3px;
}

.loginbox_content #login {
	padding-bottom: 12px;
	background: url(/images/default/sprite_mycoolblue_loginbox.png) no-repeat -801px bottom;
}

.loginbox_content div.row {
	padding-top: 4px;
}

.loginbox_content div.row label {
	float: left;
	font-weight: bold;
	color: #000;
	line-height: 19px;
	width: 81px;
}

.loginbox_content div.row input {
	width: 154px;	
}

.loginbox_content div.submitrow
{
	padding-left: 81px;
}

.loginbox_content .loginbox_password_forget {
	margin: 5px 0 0 79px;
	padding-left: 12px;
	background: transparent url(/images/default/li_background.gif) no-repeat 2px 4px;
	font-size: 11px;
}

.loginbox_content .login_createaccount span {
	display: none;
}

.loginbox_footer {
	width: 265px;
	height: 8px;
	background: url(/images/default/sprite_mycoolblue_loginbox.png) no-repeat -264px 0px;
}

#login ul.errors { 	
	padding: 0px;	
}