@CHARSET "UTF-8";

body,html {
	margin: 0;
	padding: 0;
	font-family: Georgia, Arial, Helvetica, "Nimbus Sans L", sans-serif;
}


body,html {
	margin: 0;
	padding: 0;
	background: url(../image/big-back.png) repeat-x rgb(241, 241, 241);
	font-family: Georgia, Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.verify-input {
	width: 70px;
	position: absolute;
	right: 87px;
	bottom: 10px;
	height: 20px;
	text-align: center;
}

.verify-img {
	width: 70px;
	height: 26px;
	position: absolute;
	right: 160px;
	bottom: 10px;
}

.form-textbox,.form-textarea,.form-dropdown,.form-radio-other-input,.form-captcha input,.form-list
	{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0
		rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0
		rgba(255, 255, 255, 0.75);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0
		rgba(255, 255, 255, 0.75);
	background-color: #FFFFFF;
	border: 1px solid #999;
	padding: 3px 6px;
}

#frmStore {
	text-align: center;
	position: absolute;
	bottom: 43px;
	width: 486px;
	height: 120px;
	background: url(../image/brushed.png) 20% 80%;
}

#frmStore .certdiv {
	background-image: url(../../image/user_male.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 18px;
	width: 160px;
}
#frmStore .password {
	background-image: url(../../image/lock_key.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 18px;
	width: 160px;
}

#frmStore ul {
	padding: 0;
	list-style: none;
}

#frmStore ul li {
	margin-top: 50px;
}

#logo {
	text-align: left;
	height: 101px;
	line-height: 50px;
}

#logo h1 {
	display: inline;
	font-size: 26px;
}
#logo img {
	display: inline;
}



.ui-dialog-titlebar-close{
 display: none;
}