
html,body {
	width: auto;
	overflow: auto;
	background: #284F83;
}

input,button,select,textarea {
	outline: none;
}

input[type="email"],input[type="password"] {
	ime-mode: disabled;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
}

.logo_img_div_zh {
	background-image: url("/images/veivo/logo_iphone_zh.png");
	width: 584px;
	height: 180px;
	margin: -50px 0 0 -146px;
	transform: scale(0.5);
	-ms-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
}
.logo_img_div_zh_mobile {
	background-image: url("/images/veivo/logo_iphone_zh.png");
	width: 584px;
	height: 180px;
	margin: -45px 96px;
	transform: scale(0.45);
	-ms-transform: scale(0.45);
	-moz-transform: scale(0.45);
	-webkit-transform: scale(0.45);
}
.logo_img_div_zh_mobile_iphone {
	background-image: url("/images/veivo/logo_iphone_zh.png");
	width: 584px;
	height: 180px;
	margin: -45px auto;
	transform: scale(0.45);
	-ms-transform: scale(0.45);
	-moz-transform: scale(0.45);
	-webkit-transform: scale(0.45);
}
.logo_img_div_en {
	background-image: url("/images/veivo/logo_iphone_en.png");
	width: 584px;
	height: 180px;
	margin: -50px 0 0 -146px;
	transform: scale(0.5);
	-ms-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
}
.logo_img_div_en_mobile {
	background-image: url("/images/veivo/logo_iphone_en.png");
	width: 584px;
	height: 180px;
	margin: -45px 96px;
	transform: scale(0.45);
	-ms-transform: scale(0.45);
	-moz-transform: scale(0.45);
	-webkit-transform: scale(0.45);
}
.logo_img_div_en_mobile_iphone {
	background-image: url("/images/veivo/logo_iphone_en.png");
	width: 584px;
	height: 180px;
	margin: -45px auto;
	transform: scale(0.45);
	-ms-transform: scale(0.45);
	-moz-transform: scale(0.45);
	-webkit-transform: scale(0.45);
}
.input_background{
	background-image: url("/images/veivo/input_background.png");
	width: 586px;
	height: 680px;
	margin: -170px 146px;
	
}

#logo {
	height: 90px;
	width: 292px;
}

.main_div {
	width: 292px;
	margin: 0 auto;
}

.form_div {
	padding: 0 20px;
}
.veivo_logon_input {
	background: none repeat scroll 0 0 padding-box #E8F4FC;
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.65);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
	font: bold 16px/1.4 "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	line-height: 25px;
	cursor: text;
	display: block;
	margin: 15px 5px 0px 1px;
	padding: 8px 5px;
	width: 240px;
}

.veivo_mobile_logon_input {
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-color: #8fbbe4;
	border-radius: 4px 4px 4px 4px;
	font: bold 16px/1.4 "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	cursor: text;
	display: block;
	margin: 8px 0 8px;
	padding: 8px 5px;
	width: 240px;
}

.veivo_logon_input:focus {
	background: none repeat scroll 0 0 padding-box #FFFFFF;
}
.phonecode_input {
	display: block;
	float: left;
	width: 106px;
}

.button200 {
	background: #0077DF;
	background: -moz-linear-gradient(center top, #6AA5CF 0pt, #0077DF 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top, #6AA5CF 0, #0077DF 100%);
	height: 43px;
	text-align: center;
	width: 252px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.65);
	border-radius: 6px 6px 6px 6px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
}
.button_getcode {
	background: #F2F2F2;
	background: -moz-linear-gradient(center top, #6AA5CF 0pt, #0077DF 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top, #fcfcfd 0, #e7e7e7 100%);
	height: 38px;
	text-align: center;
	color: #616060;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-color: #29538f;
	border-radius: 6px 6px 6px 6px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
	margin:0px;
}
.button200:active {
	background: none repeat scroll 0 0 #5188B1;
	border-color: #345370;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12) inset;
}
.phonecode_button {
	background: none repeat scroll 0 0 #48BC1C;
	display: block;
	width: 125px;
	height: 43px;
	margin: 16px 5px 5px 5px;
}
.phonecode_button:active {
	background: none repeat scroll 0 0 #369312;
	border-color: #345370;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12) inset;
}

.login_switch {
	background: #3B6AAD;
	width: 90px;
	height: 34px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.65);
	border-radius: 6px 6px 6px 6px;
	border-style: solid;
	border-width: 1px;
}
.login_switch:active {
	background: none repeat scroll 0 0 #5188B1;
	border-color: #345370;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12) inset;
}

#rememberme {
	color: #DBDFE3;
	font-size: 13px;
	font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
}
.not_mobile_safari {
	background: #244671;
	margin: 10px 0 0 0;
	padding: 16px 4px;
	text-align:  center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px 4px 4px 4px;
}
.hint_div {
	background: #244671;
	text-align: center;
	margin: 5px 0;
	padding: 6px 4px;
	color: #BFB486;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px 4px 4px 4px;
}
.hint_div_16 {
	background: #244671;
	text-align: center;
	margin: 5px 0;
	padding: 6px 4px;
	color: #BFB486;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px 4px 4px 4px;
}
.radio_block {
	margin: 10px 0 10px 0;
}

.assist_text {
	color: #BFC8C2;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
}

.terms {
	color: #DBDFE3;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
}
.terms:hover {
	color: #FFFFFF;
}

.slogan {
	color: #DBDFE3;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 3px;
	line-height:25px;
}
.logon_bottom_a {
	color: #DBDFE3;
	text-decoration: none;
	font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
}
.logon_bottom_a:hover {
	color: #FFFFFF;
}

#device_prompt {
	color: #DBDFE3;
	text-decoration: none;
	text-align: right;
	padding: 6px;
	line-height: 18px;
	font-size: 16px;
	font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
}

.top_right_corner {
	text-align: right;
	padding: 6px;
}

.logon_bottom_div {
	padding: 10px 0;
	margin: 20px 0px 20px 0px;
	text-align: center;
}

.maintenance {
	color: white;
	text-align: center;
	font-size: 22px;
}
.canvas{
    background: #4C4C4C;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 16px;
    padding: 6px;
    opacity: 0.6;
    position: fixed;
    z-index: 10;
}
.progress{
	position: absolute;
	z-index:1021;
}