label {
	color:#4F4F4F;
	font-size:1.6em;
	font-weight:bold;
	
}
label.text-label {
	display:block;
	margin:10px 0;
}
label.check-label,
input.input-check {
	display:inline;
	float:left;
}
label.check-label {
	margin-left:10px;
}
input.input-text {
	color:#000;
	font-size:2em;
	padding:3px;
	width:300px;
}
.login-devoted {
	background-color:#EFEFEF;
	border:3px solid #AAAAAA;
	height:270px;
	margin:50px auto;
	padding:10px;
	position:relative;
	width:313px;
}
.login-devoted h1 {
	border-bottom:3px solid #4F4F4F;
	color:#4F4F4F;
	font-size:2.6em;
	padding-bottom:10px;
}
.login-devoted ul li a.pw-forget {
	display:block;
	font-size:1.2em;
	margin:5px 0;
}
p.message-top {
	position:absolute;
	top:-28px;
}

p.message-top span.error {
	color:#CD0006;
	font-size:1.8em;
	font-weight:bold;
} 
.input-submit {
	background:url('images/ui-bg_glass_15_000000_1x400.png') 50% 50% repeat-x;
	border:2px solid #CCCCCC;
	clear:right;
	color:#FFF;
	float:right;
	font-size:2em;
	line-height:20px;
	margin:20px 0;
	padding:5px 10px;
}
a.pseudo-button {
	background:#000 url('images/ui-bg_glass_15_000000_1x400.png') 50% 50% repeat-x;
	border:2px solid #CCCCCC;
	color:#FFF;
	float:right;
	font-size:2em;
	line-height:34px;
	margin:10px 0 0 5px;
	padding:2px 10px 0;
}
.input-submit:hover,
a.pseudo-button:hover {
	background-color:#000;
	background-image:url('images/ui-bg_glass_25_000000_1x400.png');
	border-color:#AAAAAA;
	color:#FFF;
}
