.hide {
	display: none;
}
#logintable {
	position: relative;
	background: url('images/loginBg.gif') no-repeat top center;
	color: #000;
	margin: 5em auto 1em;
	padding: 20px 0 0;
	width: 425px;
	_width: 390px;
}

#logintable .form {
	background: url('images/loginBottom.gif') no-repeat bottom center;
	padding: 0 50px 25px;
	_width: 325px;
	_margin: 0 auto;
}

#logintable #login_error {
	/*
	background: #0e3350;
	border: 1px solid #2571ab;
    */
	color: black;
	font-size: 11px;
	font-weight: bold;
	padding: .6em;
	width: 310px;
	margin: 0 50px;
	text-align: center;
}

#logintable p { 
	font-size: 12px;
}

#logintable p.message { 
	width: 310px;
	margin: 0 auto 1em;
}

#logintable #login_error a {
	color: #ebcd4e;
	border-color: #ebcd4e;
}

#logintable h1 a {
	margin: 0 auto;
	height: 88px;
	width: 320px;
	display: block;
	border-bottom: none;
}

#logintable .hide {
	display: none;
}

#logintable .message {
	font-size: 10pt;
	text-align: center;
}

#logintable .register {
	font-size: 20px;
}

#logintable input {
	padding: 4px;
	border:none !important;
}

.login ul, #protected #logintable .bottom {
	list-style: none;
	width: 325px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.2;
}

.login ul li {
	font-size: 11px;
}

.login ul li a {
	color: #0d324f;
	border: none;
}

#logintable ul li a:hover {
	color: #fff;
}

#logintable .input {
	font-size: 1.8em;
	margin-top: 3px;
	width: 97%;
}

#logintable p label { 
	font-size: 11px;
}

#logintable .submit input {
	margin: 0;
	font-size: 15px;
	background-image:url(images/btn_login.gif);
	background-repeat:no-repeat;
	width:70px;
	height:31px;
	border:none !important;
}

.plugins p {
}

#logintable .fullwidth {
	width: 320px;
}
.submit, .editform th, #postcustomsubmit {
	text-align: right;
}