body {
	background:#f8f8f8;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

.loginlogo {
	width:100%;
	margin:100px auto 0px;
	text-align:center;	
	
}

.loginwrapper {
	width:430px;
	margin:0px auto 0px;
	padding:10px;
	background:#fff url(../../images/loginbg2.png) no-repeat;
	border:1px solid #ececec;
}
.loginbox {
	background:url(../../images/lock.png) right top no-repeat;
}
.loginbox h2 {
	font-size:1.7em;
	font-weight:normal;
}
.loginbox label {
	font-weight:bold;
}
.loginbox a {
	color:#000000;
	text-decoration:none;
}
.loginbox a:hover {
	color:#333333;
	text-decoration:underline;
}

.infobox{
	width:440px;
	background:#000 ;
	border:1px solid #ececec;
	padding:10px;
	margin:0px auto;
	text-align:center;
	color:#ffffff;
}
.boxA{
	width:440px;
	background:#f7f7f7 ;
	border:1px solid #ececec;
	padding:5px;
	margin:5px auto;
	text-align:center;
	color:#050505;
}

button, input[type=submit], input[type=reset], input[type=button], .button, .buttons .button, .yui-button button
{
	border: 1px solid #ccc;
	background-color: #fff;
	color: #666;
	background-image:url(images/button-bg.png);
	background-position: center;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0px 8px 3px 8px;
	padding: 2px 8px 1px 8px\9; /* ie hack */
	text-shadow: 1px 1px #fff;
}

button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover,
button:focus, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus,
button[selected], input[type=submit][selected], input[type=reset][selected], input[type=button][selected]
{
	background-color:#ececec;
	background-image:url(images/button-bg.png);
	background-position: center;
	border-color: #ccc;
	color: #666;
	text-shadow: 0.1em 0.1em #fff;
	cursor:pointer;
}

.alert{	
	color:#009933;
	font-weight:bold;
	background-color:#fff;
	border: #ececec 1px dashed;
	padding:5px;	
	padding-left:20px;	
	margin:auto;
	margin-bottom:5px;
	margin-top:5px;	
	
}

.error{
	color:#990000;
	font-weight:normal;
	background:#fff;
	padding:5px;
	padding-left:20px;	
	border:1px dashed #cc0000;
}