/* CSS Document */

body {
	font-family: Arial, Tahoma, sans-serif;
	margin:0;
	padding:0;
	background: #005ad4 url("../images/start/bg.png") repeat-x;
}

#page {
	width: 1033px;
	margin: 0 auto;
}

#page .pageIn {
	background:#fff;
	width:808px;
	margin:0 auto;	
}

#page .pageIn #header {
	background:url("../images/start/header.jpg") no-repeat;
	width:808px;
	height:172px;		
}

#page .pageIn #content {
	background:url("../images/start/bgContent.png") repeat-x left bottom;	
}

#page #footer {
	background:url("../images/start/footerPage.png") no-repeat;
	width:808px;
	height:69px;
	margin: 0 auto;
}

.wrap {
	width: 520px;
	margin: 20px auto 0;	
}

.box {
    width:520px;
    height:100%;
    padding: 0 0 10px 0;
    float: right;	
}
.top {
    width: 520px;
    height: 19px;
    background: url("../images/start/info-box-top.png") no-repeat;
    margin: 0;
    padding: 0;
}
.bottom {
    width: 520px;
    height: 19px;
    background: url("../images/start/info-box-bottom.png") no-repeat;
    margin: 0;
    padding: 0 0 140px 0;	
}
.content {
    position: relative;
    width: 520px;
    background: #FFF url("../images/start/info-box-bg.png") repeat-y;
    padding: 10px 0;
    font-size: 29px;
    color: #c00;
	text-align: center;
}

.content p {
	margin: 0;
}

.excl {
	margin: -5px 0 5px;
}
.livechat_bg_icon {
  background: url(../images/icon_live_chat.png) no-repeat 0 0;
  width: 162px;
  height: 30px;
  margin: 20px auto 0;
  text-align: right;
	padding-top: 14px;
}
.livechat_bg_icon a {
  color: #52afd9;
  font-size: 24px;
  
}
.pleaseClick {
  background: url(../images/icon_please_click.png) no-repeat 0 0;
  width: 395px;
  height: 34px;
  margin: 15px auto 0;
  text-align: right;
	padding-top: 3px;
}
.pleaseClick a {
  color: #52afd9;
  font-size: 24px;
  
}
.whmTitle {
	text-align: center;
	color: #0f344f;
	font-size: 24px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 0 0 15px;
}
.wrapInput {
	padding: 0 0 15px 0;
	overflow: hidden;
}
.wrapInput span {
	display: block;
	width: 160px;
	text-align: right;
	padding: 6px 10px 0 0;
	color: #454545;
	font-size: 19px;
	font-weight: normal;
	float: left;
}
.wrapInput input {
	width: 257px;
	font-size: 16px;
	color: #454545;
	border-top: 1px solid #969696;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #cacaca;
	box-shadow: 0 3px 4px -3px #8C8C8C inset;
	border-radius: 3px;
	font-weight: normal;
	padding: 6px 5px;
	float: left;
}
.clear {
	clear: both;
	height: 0;
}
.wrapButton {
	overflow: hidden;
	padding: 0 0 10px;
}
.wrapButton .login {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#002c66), to(#014eb8)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #014eb8, #002c66); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #014eb8, #002c66); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #014eb8, #002c66); /* IE 10 */
	background: -o-linear-gradient(top, #014eb8, #002c66); /* Opera 11.10+ */
	background-color: #003d8f;
	box-shadow: 0 2px 2px #9c9c9c;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #00193b;
	padding: 3px 30px 7px;
	border: 0;
	cursor: pointer;
	margin: 0 2px;
}
.wrapButton .back {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#939393), to(#b8b9b9)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #b8b9b9, #939393); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #b8b9b9, #939393); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #b8b9b9, #939393); /* IE 10 */
	background: -o-linear-gradient(top, #b8b9b9, #939393); /* Opera 11.10+ */
	background-color: #a2a3a4;
	box-shadow: 0 2px 2px #9c9c9c;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #00193b;
	padding: 3px 30px 7px;
	border: 0;
	cursor: pointer;
	margin: 0 2px;
}
.wrapMessage {
  color: #000000;
  font-size: 12px;
  overflow: hidden;
  padding-left: 144px;
  text-align: left;
  padding-bottom: 15px;
}
.error{
  color: #CC0000;
}