@font-face {
    font-family: '../font/supermarketRegular';
    src: url('../font/supermarket-webfont.eot');
    src: url('../font/supermarket-webfont.eot?iefix') format('eot'),
         url('../font/supermarket-webfont.woff') format('woff'),
         url('../font/supermarket-webfont.ttf') format('truetype'),
         url('../font/supermarket-webfont.svg#webfontkOYA3nch') format('svg');
    font-weight: normal;
    font-style: normal;

}


.bg1{
	background:url(../images/bg.png) repeat-x top ;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	text-align: center;
	z-index: 9;
}

.bg1 img{
	width: 62%;
}

.form{
	position:relative;
	z-index:10;
	width: 720px;
	
	margin: 20px auto 20px;
	
}

.form h1{
	font-size: 230%;
	font-family: '../font/supermarketRegular';
	text-align: center;
	margin-top: 20px;
	text-shadow: 3px 1px 2px rgba(150, 150, 150, 1);
	
}

.form h2{
	font-size: 150%;
	font-family: '../font/supermarketRegular';
	text-align: center;
	margin-top: 20px;
	text-shadow: 3px 1px 2px rgba(150, 150, 150, 1);
}

.form h2 a{
	font-size: 90%;
	text-shadow: 3px 1px 2px rgba(150, 150, 150, 1);
}

.form form input{}

.form form{
	margin: 0px 10%;
}

.form form .row{
	margin: 10px 0px;
	position: relative;
}

.row label{
	width: 22%;
	float: left;
	margin-right: 10%;
	line-height: 30px;
	text-align: right;
}

.row input{
	width: 68%;
	float: left;
	
}

.windows8 {
position: absolute;
width: 150px;
height:150px;
top: 50%;
left: 50%;
margin-top:-75px;
margin-left:-75px;
}

.windows8 .wBall {
position: absolute;
width: 143px;
height: 143px;
opacity: 0;
-moz-transform: rotate(225deg);
-moz-animation: orbit 7.15s infinite;
-webkit-transform: rotate(225deg);
-webkit-animation: orbit 7.15s infinite;
-ms-transform: rotate(225deg);
-ms-animation: orbit 7.15s infinite;
-o-transform: rotate(225deg);
-o-animation: orbit 7.15s infinite;
transform: rotate(225deg);
animation: orbit 7.15s infinite;
}

.windows8 .wBall .wInnerBall{
position: absolute;
width: 19px;
height: 19px;
background: #000;
left:0px;
top:0px;
-moz-border-radius: 19px;
-webkit-border-radius: 19px;
-ms-border-radius: 19px;
-o-border-radius: 19px;
border-radius: 19px;
}

.windows8 #wBall_1 {
-moz-animation-delay: 1.56s;
-webkit-animation-delay: 1.56s;
-ms-animation-delay: 1.56s;
-o-animation-delay: 1.56s;
animation-delay: 1.56s;
}

.windows8 #wBall_2 {
-moz-animation-delay: 0.31s;
-webkit-animation-delay: 0.31s;
-ms-animation-delay: 0.31s;
-o-animation-delay: 0.31s;
animation-delay: 0.31s;
}

.windows8 #wBall_3 {
-moz-animation-delay: 0.62s;
-webkit-animation-delay: 0.62s;
-ms-animation-delay: 0.62s;
-o-animation-delay: 0.62s;
animation-delay: 0.62s;
}

.windows8 #wBall_4 {
-moz-animation-delay: 0.94s;
-webkit-animation-delay: 0.94s;
-ms-animation-delay: 0.94s;
-o-animation-delay: 0.94s;
animation-delay: 0.94s;
}

.windows8 #wBall_5 {
-moz-animation-delay: 1.25s;
-webkit-animation-delay: 1.25s;
-ms-animation-delay: 1.25s;
-o-animation-delay: 1.25s;
animation-delay: 1.25s;
}

@-moz-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-moz-transform: rotate(180deg);
-moz-animation-timing-function: ease-out;
}

7% {
opacity: 1;
-moz-transform: rotate(300deg);
-moz-animation-timing-function: linear;
-moz-origin:0%;
}

30% {
opacity: 1;
-moz-transform:rotate(410deg);
-moz-animation-timing-function: ease-in-out;
-moz-origin:7%;
}

39% {
opacity: 1;
-moz-transform: rotate(645deg);
-moz-animation-timing-function: linear;
-moz-origin:30%;
}

70% {
opacity: 1;
-moz-transform: rotate(770deg);
-moz-animation-timing-function: ease-out;
-moz-origin:39%;
}

75% {
opacity: 1;
-moz-transform: rotate(900deg);
-moz-animation-timing-function: ease-out;
-moz-origin:70%;
}

76% {
opacity: 0;
-moz-transform:rotate(900deg);
}

100% {
opacity: 0;
-moz-transform: rotate(900deg);
}

}

@-webkit-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-webkit-transform: rotate(180deg);
-webkit-animation-timing-function: ease-out;
}

7% {
opacity: 1;
-webkit-transform: rotate(300deg);
-webkit-animation-timing-function: linear;
-webkit-origin:0%;
}

30% {
opacity: 1;
-webkit-transform:rotate(410deg);
-webkit-animation-timing-function: ease-in-out;
-webkit-origin:7%;
}

39% {
opacity: 1;
-webkit-transform: rotate(645deg);
-webkit-animation-timing-function: linear;
-webkit-origin:30%;
}

70% {
opacity: 1;
-webkit-transform: rotate(770deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:39%;
}

75% {
opacity: 1;
-webkit-transform: rotate(900deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:70%;
}

76% {
opacity: 0;
-webkit-transform:rotate(900deg);
}

100% {
opacity: 0;
-webkit-transform: rotate(900deg);
}

}

@-ms-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-ms-transform: rotate(180deg);
-ms-animation-timing-function: ease-out;
}

7% {
opacity: 1;
-ms-transform: rotate(300deg);
-ms-animation-timing-function: linear;
-ms-origin:0%;
}

30% {
opacity: 1;
-ms-transform:rotate(410deg);
-ms-animation-timing-function: ease-in-out;
-ms-origin:7%;
}

39% {
opacity: 1;
-ms-transform: rotate(645deg);
-ms-animation-timing-function: linear;
-ms-origin:30%;
}

70% {
opacity: 1;
-ms-transform: rotate(770deg);
-ms-animation-timing-function: ease-out;
-ms-origin:39%;
}

75% {
opacity: 1;
-ms-transform: rotate(900deg);
-ms-animation-timing-function: ease-out;
-ms-origin:70%;
}

76% {
opacity: 0;
-ms-transform:rotate(900deg);
}

100% {
opacity: 0;
-ms-transform: rotate(900deg);
}

}

@-o-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-o-transform: rotate(180deg);
-o-animation-timing-function: ease-out;
}

7% {
opacity: 1;
-o-transform: rotate(300deg);
-o-animation-timing-function: linear;
-o-origin:0%;
}

30% {
opacity: 1;
-o-transform:rotate(410deg);
-o-animation-timing-function: ease-in-out;
-o-origin:7%;
}

39% {
opacity: 1;
-o-transform: rotate(645deg);
-o-animation-timing-function: linear;
-o-origin:30%;
}

70% {
opacity: 1;
-o-transform: rotate(770deg);
-o-animation-timing-function: ease-out;
-o-origin:39%;
}

75% {
opacity: 1;
-o-transform: rotate(900deg);
-o-animation-timing-function: ease-out;
-o-origin:70%;
}

76% {
opacity: 0;
-o-transform:rotate(900deg);
}

100% {
opacity: 0;
-o-transform: rotate(900deg);
}

}

@keyframes orbit {
0% {
opacity: 1;
z-index:99;
transform: rotate(180deg);
animation-timing-function: ease-out;
}

7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
origin:0%;
}

30% {
opacity: 1;
transform:rotate(410deg);
animation-timing-function: ease-in-out;
origin:7%;
}

39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
origin:30%;
}

70% {
opacity: 1;
transform: rotate(770deg);
animation-timing-function: ease-out;
origin:39%;
}

75% {
opacity: 1;
transform: rotate(900deg);
animation-timing-function: ease-out;
origin:70%;
}

76% {
opacity: 0;
transform:rotate(900deg);
}

100% {
opacity: 0;
transform: rotate(900deg);
}

}

.loading{
	background:url(../images/overlay.png);
	top: 0px;
	left: 0px;
	bottom:0px;
	right:0px;
	width: 100%;
	height:100%;
	position: fixed;
	z-index: 11;
}

.logo{
	text-align: center;
}

form{
	background: #fafafa;
	border-radius:10px;
	box-shadow: 0px 5px 5px #888888;
	padding:10px;
}

legend{
	margin-bottom: 0px !important;
}

fieldset{
	border:none;
	border-bottom:1px;
}

div.submit{
	padding:0px 15px;
}

#fieldset2{
	padding-bottom:0px;
}

.form-control{
	border-radius: 0px;
}

.text-require{
	margin-left:3px;
	color: #f00;
}

input.error{
	border:1px solid #f00;
}

label.error{
	display:none !important;
}

.partner{
	width:720px;
	overflow: hidden;
	margin: auto;
}

.warpper{
	/* overflow: hidden; */
	padding-bottom: 20px;
	position: relative;
}
.row select{
	width:68%;
	
}

.bg-tran{
	background-color: rgba(255, 255, 255, 0.7);
	padding:20px 0px;
	width:580px;
	margin:auto;
	margin-bottom:20px;
}

