body {
	background: #ddd none;
	color:#333;
	font-family: Tahoma,verdana,sans-serif;
	font-size:11px;
}
p {
	margin:10px 0;
}
a {
	color:#ffcc33;
}
.key {
	text-decoration:underline;
}
input, select
textarea {
	font-family:arial,verdana,sans-serif;
	font-size:11px;
	padding:3px;
	border: 1px solid #b5b8c8;
}

input:hover { border: 1px solid #7eadd9; }

.qo-login-logo {
	background:transparent url(images/logo.png) no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='system/login/images/logo.png', sizingMethod='scale');
	height:110px;
	left:5px;
	top:25px;
	width:415px;
}

.qo-abs-position {
	position:absolute;
}
#qo-login-panel {
	background: #ccd8e7; /* url(images/bg-panel.jpg) no-repeat;*/
	border:1px solid #88a0be;
	height:250px;
	width:425px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.login-inside {
	border: 1px solid #eee;
	height: 248px;
	width: 423px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.login-title {
	font-weight: bold;
	line-height: 22px;
	color: #15428b;
	padding-left: 25px;
	background: url(images/locked.png) no-repeat 5px 3px;
}

#field1-label {
	left:50px;
	top:155px;
	font-weight: bold;
}
#field1 {
	left:130px;
	top:150px;
	width:220px;
}
#field2-label {
	left:50px;
	top:180px;
	font-weight: bold;
}
#field2 {
	left:130px;
	top:175px;
	width:220px;
}
#field3-label {
	left:50px;
	top:167px;
	font-weight: bold;
}
#field3 {
	left:130px;
	top:164px;
	width:230px;
	height: 22px;
	font-size: 11px;
	font-weight: 700;
	color: #444;
}
.qo-login-submit {
	background:transparent url(images/login-btn.gif) no-repeat 0 0;
	height:16px;
	left:315px;
	top:210px;
	width:37px;
	border: none;
}
.qo-login-submit-over:hover {
	background:transparent url(images/login-btn.gif) no-repeat 0 -38px;
	height:16px;
	left:315px;
	top:210px;
	width:37px;
	border: none;
}