/* global */

* {margin:0;padding:0}

html, body {
	background:#dbc6dd;
	color:#454545;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	color:#7c2b83;
	text-decoration:none;
}

a:hover {
	color:#f68026;
}

input {
	background:#6d2075;
	border:0;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
}

/* layout */

#layout_container {
	border:2px solid #ffffff;
	background:#fefbfe url(../images/login/bg.gif) bottom no-repeat;
	margin:100px auto;
	height:auto !important;
	height:235px;
	min-height:235px;
	width:394px;
}

#layout_header {
	background:url(../images/login/header/logo.gif) 20px 27px no-repeat;
	height:90px;
	width:396px;
}

#layout_body {
	padding:0 15px;
}

#layout_textbox {
	padding:0 0 0 12px;
}

#layout_textbox .username, #layout_textbox .password, #layout_textbox .email {
	padding:0 0 5px 0;
}

#layout_textbox .username input, #layout_textbox .password input, #layout_textbox .email input {
	width:150px;
}

#layout_textbox .username label, #layout_textbox .password label, #layout_textbox .email label {
	display:-moz-inline-box; 
	display:inline-block; 
	width:70px;
}

#layout_rememberme {
	overflow:auto;
	padding:5px 0 0 82px;
	width:200px;
}

#layout_rememberme input {
	background:none;
}

#layout_rememberme label {
	margin:0 0 0 5px;
}

#layout_buttons {
	overflow:auto;
	padding:5px 0 0 82px;
	width:200px;
}

#layout_buttons .login {
	float:left;
	padding:0 5px 0 0;
}

#layout_buttons .login input {
	background-image:url(../images/login/buttons/login.gif);
	height:22px;
	width:64px;
}

#layout_buttons .cancel input {
	background-image:url(../images/login/buttons/cancel.gif);
	height:22px;
	width:64px;
}

#layout_buttons .submit {
	float:left;
	padding:0 5px 0 0;
}

#layout_buttons .submit input {
	background-image:url(../images/login/buttons/login.gif);
	height:22px;
	width:64px;
}

#layout_footer {
	display:none;
}

/* content */

.login #layout_textbox {
	padding:20px 0 0 12px;
}

.message {
	padding:0 0 10px 12px;
}

.link {
	background:url(../images/login/arrow.gif) 0 14px no-repeat;
	margin:0 0 0 82px;
	padding:10px 0 10px 10px;
}

.sendpass .message {
	padding:10px 0;
	margin:0 auto;
	text-align:center;
	width:200px;
}

.sendpass .link {
	background:none;
	padding:10px 0;
	margin:0 auto;
	text-align:center;
	width:200px;
}

.changepass #layout_textbox .username label, .changepass #layout_textbox .password label, .changepass #layout_textbox .email label {
	display:-moz-inline-box; 
	display:inline-block; 
	width:145px;
}

.changepass #layout_buttons {
	overflow:auto;
	padding:5px 0 10px 157px;
	width:200px;
}

.forgotpassword #layout_buttons .submit input {
	background-image:url(../images/login/buttons/submit.gif);
	height:22px;
	width:64px;
}

/* tips */

.tip {
	border:1px solid #6d2075;
	font-size:9px;
	width:210px;
	z-index:9999;
}

.tip-title {
	-moz-opacity:.80;
	background:#dbc6dd;
	color:#000000;
	filter:alpha(opacity=80);
	padding:5px;
}
