html, body {
    font-family: Arial;
}
html {
    height: 100%;
}
body {
  min-height: 100%;
  position: relative;
}
input:focus,button:focus{outline:0;}
.content {
    position:relative;
    display:block;
    margin: 0 auto;
    width: 760px;
	height: 760px;
}
#loginForm{
	width: 473px;
	height: 225px;
	background: url(../images/loginBg.png) no-repeat left top;
	display: block;
	margin: 200px auto;
	text-align: center;
}
#loginForm .field{
	position: relative;
}
#loginForm .field label{
	width: 135px;
	text-align: left;
	display: block;
	float: left;
	padding-top: 6px;
	cursor: pointer;
	padding-left: 15px;
}
#loginForm .field input{
	width: 297px;
	padding: 0 3px;
	font-size: 12px;
	height: 37px;
	background: url(../images/inputBg.png) no-repeat left top;
	border: none;
}
#loginForm .field button{
	border: 1px solid #6000ff;
	background: #6000ff;
	width: 192px;
	float: left;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
	margin-left: 161px;
	padding: 8px 0;
	margin-top: 10px;
	cursor:pointer;
}
#loginForm .error{
    background: #6000ff;
	text-align: center;
	font-size: 16px;
	margin: 0px 6px;
	padding: 12px;
	height: 21px;
	color: #fff;
	border: 1px solid #6000ff;
	border-radius: 3px;
}
#main{
    position:relative;
	display:block;
	height:760px;
}
#mainForm{
	position: relative;
	display: block;
	background:url(../images/mainBg.png) no-repeat left top;
	width:473px;
	height:350px;
	margin: 0 auto;
	background-size: 100% 350px;
}
#mainForm .title{
    background: #6000ff;
	text-align: center;
	font-size: 16px;
	margin: 0px 6px;
	padding: 12px 0px;
	height: 21px;
	color: #fff;
	border: 1px solid #6000ff;
	border-radius: 3px;
	width: 458px;
}
#mainForm label{
	position: relative;
	display: block;
	float: left;
	width: 100px;
	cursor: pointer;
	font-family: arial;
	color: #000000;
}
#mainForm input{
	position: relative;
	width: 287px;
	height: 34px;
	background: url(../images/inputBg.png) no-repeat 0 0;
	border: none;
	padding-left: 10px;
}
#mainForm button{

}
#mainForm .codeDiv{
	margin-top: 30px;
	margin-left: 30px;
}
#mainForm #code{
    margin-top: -20px;
}
#mainForm .details{
	position: relative;
	margin-left: 30px;
	margin-top: 5px;
}
#mainForm .details input{float:left;}
#mainForm .details label{padding-top:5px;}
#mainForm .clear{
	clear: both;
	margin-top: 10px;
	display: block;
	width: 100%;
	height: 5px;
}
#mainForm #submit{
    border: 1px solid #6000ff;
	background: #6000ff;
	width: 192px;
	float: left;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
	margin-left: 131px;
	padding: 8px 0;
	margin-top: 10px;
	cursor:pointer;
}
.message{
    position: absolute;
	z-index: 999;
	width: 473px;
	height: 197px;
	overflow: hidden;
	display: block;
	background: url(../images/messageBg.png) no-repeat 0 0;
	top: 225px;
	left: 145px;
	text-align: center;
	color: #ed1c24;
	font-size: 16px;
	font-weight: bold;
}
.message .close{
	position: absolute;
	right: 6px;
	top: 3px;
	background: url(../images/buttonBg.png) no-repeat 0 0;
	background-size: 100% 100%;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana;
	padding: 4px 8px;
	border: 1px solid transparent;
	border-radius: 5px;
}
.message p{
    padding-top: 80px;
}
.fix{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.71);
	z-index: 999;
	min-height: 804px;
	margin-top: -100px;
	overflow: hidden;
}
#fail div{
    position: relative;
	display: block;
	height: 230px;
	background: url(../images/fail2.png) no-repeat center top;
	margin: 0 auto;
}
#fail a{
	border: 1px solid #6000ff;
	background: #6000ff;
	width: 192px;
	float: left;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
	margin-left: 280px;
	padding: 8px 0;
	cursor: pointer;
	position: relative;
	margin-top: -58px;
}
#super .background{
    position:relative;
	display:block;
	height:760px;
	background:url(../images/won.png) no-repeat center 0;
}
#super h3{
    color: #000000;
	padding-top: 130px;
	text-align: center;
	font-size: 20px;
	width: 340px;
	margin-left: 220px;
}
#super p{
    color: #000;
	text-align: center;
	font-size: 12px;
	width: 400px;
	margin: 0 auto;
	display: block;
	margin-top: 160px;
}
#super a{
	border: 1px solid #6000ff;
	background: #6000ff;
	width: 192px;
	float: left;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
	margin-left: 300px;
	padding: 8px 0;
	margin-top: 70px;
	cursor: pointer;
}
#won div.background{
    position:relative;
	display:block;
	height:760px;
	background:url(../images/won.png) no-repeat center 0;
}
#won h3{
    color: #000000;
	padding-top: 130px;
	text-align: center;
	font-size: 20px;
	width: 385px;
}
#won p{
    color: #000;
	text-align: center;
	font-size: 12px;
	width: 400px;
	margin: 0 auto;
	display: block;
	margin-top: 140px;
}
#won a{
	border: 1px solid #6000ff;
	background: #6000ff;
	width: 192px;
	float: left;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
	margin-left: 114px;
	padding: 8px 0;
	margin-top: 70px;
	cursor: pointer;
}

#won2 .background{
    position:relative;
	display:block;
	height:760px;
	background:url(../images/won2.png) no-repeat center 0;
}
#won2 h3{
    color: #000000;
	text-align: center;
	font-size: 20px;
	width: 340px;
	margin: 0 auto;
}
#won2 p{
    color: #000;
	text-align: center;
	font-size: 12px;
	width: 400px;
	margin: 0 auto;
}
#won2 a{
	border: 1px solid #6000ff;
	background: #6000ff;
	width: 192px;
	display: block;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
	padding: 8px 0;
	cursor: pointer;
	margin: 0 auto;
}

#details .bg{
    position:relative;
	display:block;
	height:760px;
	background:url(../images/details.png) no-repeat center 0;
}
#detailsForm{
	position: relative;
	display: block;
	padding-top: 270px;
}
#detailsForm label{
	position: relative;
	display: block;
	float: left;
	width: 100px;
	cursor: pointer;
	font-family: arial;
	color: #000000;
}
#detailsForm input{
	position: relative;
	width: 287px;
	height: 34px;
	background: url(../images/inputBg.png) no-repeat 0 0;
	border: none;
	padding-left: 10px;
}
#detailsForm button{

}
#detailsForm .details{
	position: relative;
	margin-left: 170px;
	margin-top: -200px;
}
#detailsForm .details input{float:left;}
#detailsForm .details label{padding-top:5px;}
#detailsForm .clear{
	clear: both;
	margin-top: 10px;
	display: block;
	width: 100%;
	height: 5px;
}
#detailsForm #submit{
    border: 1px solid #6000ff;
	background: #6000ff;
	width: 192px;
	float: left;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
	margin-left: 272px;
	padding: 8px 0;
	margin-top: 20px;
	cursor: pointer;
}
#logo{
    display:block;
	margin:0 auto 20px;
	padding-top: 20px;
}
select{
	border: 1px solid #939598;
	border-radius: 3px;
	padding: 7px;
	width: 298px;
	height:34px;
}