/* default login css | [DeN]-Clan 2009 */

#login-box {
	width:210px;
	padding-left:5px;
}
.login_input {
	margin-bottom:3px;
}
.login_text_field {
	width:210px;
	height:20px;
	background:transparent url(../images/layout/bg-login-textbox.png) no-repeat;
}
#login-box input[type="text"], #login-box input[type="password"] {
	width:180px;
	height:20px;
	padding:0px 0px 0px 10px;
	border:none;
	background:transparent;
	font-size:11px;
}
