﻿#bar
{
	position:fixed;
	background:url('bgbar.png') repeat-x top left;
	width:100%;
	display:block;
	bottom:0;
	height:28px;
}
.contBar
{
		height:28px;
}
#bar1
{
	position:fixed;
	background:url('bgbar.png') repeat-x top left;
	width:100%;
	display:block;
	bottom:0;
	height:28px;
}
.form
{
	background:#fff;
	z-index:999;
	overflow:hidden;
	height:725px;
	width:875px;
	top:0;
	left:0;
    position:fixed;
    -webkit-box-shadow:  2px 2px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  2px 2px 4px 0px rgba(0, 0, 0, 0.3);    
    box-shadow:  2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.form input{margin:5px 0;padding:5px;width:150px;}
.yutoweb{float:right;width:20px;height:28px;display:block;background:url('arrow.png') no-repeat;}
.yutoweb:hover{cursor:pointer;}
.yutoweb1{float:right;width:20px;height:28px;display:block;background:url('arrow.png') no-repeat;}
.yutoweb1:hover{cursor:pointer;}
a.linkadmin
{
	font-size:0.9em;
	float: left;
	line-height: 37px;
	padding-left: 20px;
	font-weight: bold;
	background:url('key.png') no-repeat left center ;
}
a.linkyuto
{
	float: right;
	width: 111px;
	height: 28px;
	display: block;
	background: url( 'logo.png' ) no-repeat;
}

/*Login*/
.wrapperLogin{width:700px;height:260px;display:block;}
.centerLogin{width:350px;margin:40px auto;}
.wrapperLogin h2{font-family:Arial;font-size:13pt;color:#666;margin-bottom:15px;text-align:center;}
.wrapperLogin .row{float:left;margin:5px 0;width:100%;}
.wrapperLogin .row span.label{color:#888;font-family:Tahoma;font-size:10pt;float:left;width:120px;height:25px;line-height:25px;}
.wrapperLogin .row span.input{float:left;}
.wrapperLogin .row span.input input[type=text],
.wrapperLogin .row span.input input[type=password]
{height:17px;width:222px;border:1px solid #ddd;padding:3px;}
.wrapperLogin .row .submit{float:left;width:100%;}
.wrapperLogin .row .submit input[type=submit]
{
	float: left;
	margin:	10px 0 0 0;
	background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
    
    width: 100%;
	height: 32px;
	float: left;
	position: relative;
	box-shadow: inset 0 1px rgba(255,255,255,0.3);
	border-radius: 3px;
	cursor: pointer;
	font-size: 10pt;
	line-height: 13px;
	text-align: center;
	font-weight: bold;
	text-transform:uppercase;
	padding:10px 0;
}
.wrapperLogin .row .submit input[type=submit]:hover
{
	box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
}
.thongbao{width:100%;float:left;margin-top:10px;text-align:center;}
.error
{
	background:url(/themes/images/ico-error.png) no-repeat 25px top;
	height:24px;
	display:block;
	line-height:24px;
	color:red;
	padding-left:30px;
	font-family:Tahoma;
	font-size:10pt;
}