body{
	background-color: #ebebeb;
    font-family     : "Helvetica Neue", Helvetica, Arial, "Trebuchet MS";
}
#login{
	width   : 400px;
	z-index : 9999;
	position: relative;
	margin  : 100px auto 0;
}
#login .box-in{
	border    : 1px solid #3e3e3e;
	background: #fff;
	padding   : 20px;
}
#login .logo{
	text-align    : center;
	padding-bottom: 20px;
	color         : #464646;
	font-family   : "Trebuchet MS", Arial, Helvetica;
	font-style    : italic;
	font-size     : 38px;
}
#login label{
	font-size  : 14px;
	color      : #2b2b2b;
	font-weight: 700;
	line-height: 36px;
	display    : block;
}
#login .text{
	border       : 1px solid #e0e0e0;
	font-size    : 14px;
	margin-bottom: 10px;
	color        : #2b2b2b;
	width        : 316px;
	padding      : 10px;
}
#login .checkbox{
	float : left;
	margin: 11px 10px;
}
#login .submit{
	background     : #000 url(../images/s-bg.gif) repeat-x;
	border         : 1px solid #050505;
	font-weight    : 700;
	font-size      : 12px;
	color          : #fff;
	text-decoration: none;
	text-align     : center;
	height         : 38px;
	text-transform : uppercase;
	cursor         : pointer;
	float          : left;
	padding        : 0 20px;
}
#login .remember-me{
	display: inline;
	float  : left;
}
.notification{
	height       : 40px;
	margin-bottom: 10px;
	position     : relative;
}
.notification .messages{color:#2b2b2b;
	font-size  : 12px;
	font-weight: 700;
	position   : relative;
	margin     : 1px;
	padding    : 13px 0 13px 50px;
}
.notification .messages .close{
	position: absolute;
	top     : 15px;
	right   : 10px;
	cursor  : pointer;
}
.error{
	border: 1px solid #c58f75;
}
.error .messages{
	background: #f2bba0 url(../images/icon/error.png) no-repeat 20px 9px;
}