@charset "utf-8";



.red {
	color: rgb(236, 22, 35);
}

.red a:link {
	color: rgb(236, 22, 35);
}

.red a:visited {
	color: rgb(236, 22, 35);
}

.red a:active {
	color: rgb(236, 22, 35);
}

.red a:hover {
	text-decoration: underline;
}

.to_red a:hover {
	color: rgb(236, 22, 35);
}

.blue {
	color: rgb(29, 31, 146);
}

.blue a:link {
	color: rgb(29, 31, 146);
}

.blue a:visited {
	color: rgb(29, 31, 146);
}

.blue a:active {
	color: rgb(29, 31, 146);
}

.blue a:hover {
	text-decoration: underline;
}

.darkblue {
	color: rgb(54, 103, 169);
}

.darkblue a:link {
	color: rgb(54, 103, 169);
}

.darkblue a:visited {
	color: rgb(54, 103, 169);
}

.darkblue a:active {
	color: rgb(54, 103, 169);
}

.darkblue a:hover {
	text-decoration: underline;
}

.gray {
	color: rgb(153, 153, 153);
}

.gray a:link {
	color: rgb(153, 153, 153);
}

.gray a:visited {
	color: rgb(153, 153, 153);
}

.gray a:active {
	color: rgb(153, 153, 153);
}

.gray1 {
	color: rgb(102, 102, 102);
}

.gray1 a:link {
	color: rgb(102, 102, 102);
}

.gray1 a:visited {
	color: rgb(102, 102, 102);
}

.gray1 a:active {
	color: rgb(102, 102, 102);
}

.slive {
	color: rgb(202, 202, 202);
}

.slive a:link {
	color: rgb(202, 202, 202);
}

.slive a:visited {
	color: rgb(202, 202, 202);
}

.slive a:active {
	color: rgb(202, 202, 202);
}

.slive a:hover {
	text-decoration: underline;
}

.white {
	color: rgb(255, 255, 255);
}

.white a:link {
	color: rgb(255, 255, 255);
}

.white a:visited {
	color: rgb(255, 255, 255);
}

.white a:active {
	color: rgb(255, 255, 255);
}

.white a:hover {
	text-decoration: underline;
}

/*
input[type="text"] {
  padding: 2px 0px;
}
*/
input[type=text],input[type=password] {
	padding: 2px 2px 2px 5px;
	height: 18px;
	line-height: 18px;
	display: inline;
	vertical-align: middle;
	border: 1px solid #8AB6DD;
	box-shadow: 1px 1px 1px #e7eff4;
	-moz-box-shadow: 1px 1px 1px #e7eff4;
	-webkit-box-shadow: 1px 1px 1px #e7eff4;
}

select {
	padding: 2px 2px 2px 5px;
	height: 24px;
	line-height: 24px;
	display: inline;
	vertical-align: middle;
	border: 1px solid #8AB6DD;
	box-shadow: 1px 1px 1px #e7eff4;
	-moz-box-shadow: 1px 1px 1px #e7eff4;
	-webkit-box-shadow: 1px 1px 1px #e7eff4;
}

textarea {
	/* outline: none; */
	padding: 5px;
	border: 1px solid #8AB6DD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 1px 1px 1px #e7eff4;
	-moz-box-shadow: 1px 1px 1px #e7eff4;
	-webkit-box-shadow: 1px 1px 1px #e7eff4;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

input.readText {
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	padding: 2px 6px;
	background-color: transparent;
	border-bottom: 1px solid rgb(204, 204, 204);
    box-shadow: 0px 0px 0px #e7eff4;
    -moz-box-shadow: 0px 0px 0px #e7eff4;
    -webkit-box-shadow: 0px 0px 0px #e7eff4;
}

input.calendar {
	background: #ffffff url("../../images/tools/datePicker.gif") no-repeat scroll 2px center;
	padding: 3px 3px 3px 19px;
	border: 1px solid rgb(204, 204, 204);
}

a.button_blue:link {
	background: url("../../images/globle/bg_map.jpg") repeat-x left top rgb(255, 255, 255);
	padding: 0px 10px;
	height: 22px;
	color: rgb(255, 255, 255);
	line-height: 22px;
	display: inline-block;
	text-shadow: rgba(0, 0, 0, .95) 0px 1px 0px;
}

a.button_blue:visited {
	background: url("../../images/globle/bg_map.jpg") repeat-x left top rgb(255, 255, 255);
	padding: 0px 10px;
	height: 22px;
	color: rgb(255, 255, 255);
	line-height: 22px;
	display: inline-block;
	text-shadow: rgba(0, 0, 0, .95) 0px 1px 0px;
}

a.button_blue:active {
	background: url("../../images/globle/bg_map.jpg") repeat-x left top rgb(255, 255, 255);
	padding: 0px 10px;
	height: 22px;
	color: rgb(255, 255, 255);
	line-height: 22px;
	display: inline-block;
	text-shadow: rgba(0, 0, 0, .95) 0px 1px 0px;
}

a.button_blue:hover {
	text-decoration: underline;
}

a.button_red:link {
	background: url("../../images/globle/bg_map.jpg") repeat-x left -30px rgb(255, 255, 255);
	padding: 0px 10px;
	height: 22px;
	color: rgb(255, 255, 255);
	line-height: 22px;
	display: inline-block;
	text-shadow: rgba(0, 0, 0, .95) 0px 1px 0px;
}

a.button_red:visited {
	background: url("../../images/globle/bg_map.jpg") repeat-x left -30px rgb(255, 255, 255);
	padding: 0px 10px;
	height: 22px;
	color: rgb(255, 255, 255);
	line-height: 22px;
	display: inline-block;
	text-shadow: rgba(0, 0, 0, .95) 0px 1px 0px;
}

a.button_red:active {
	background: url("../../images/globle/bg_map.jpg") repeat-x left -30px rgb(255, 255, 255);
	padding: 0px 10px;
	height: 22px;
	color: rgb(255, 255, 255);
	line-height: 22px;
	display: inline-block;
	text-shadow: rgba(0, 0, 0, .95) 0px 1px 0px;
}

a.button_red:hover {
	text-decoration: underline;
}

.underline a:link {
	text-decoration: underline;
}

.underline a:visited {
	text-decoration: underline;
}

.underline a:active {
	text-decoration: underline;
}

.underline a:hover {
	text-decoration: none;
}

.font12 {
	font-size: 12px !important;
}

.font14 {
	font-size: 14px !important;
}

.font16 {
	font-size: 16px !important;
}

.font18 {
	font-size: 18px !important;
}

.font20 {
	font-size: 20px !important;
}

.font22 {
	font-size: 22px !important;
}

.font24 {
	font-size: 24px !important;
}

.normal {
	font-weight: normal !important;
}

.bold {
	font-weight: bold !important;
}

.yahei {
	font-family: Microsoft Yahei;
}

.block {
	display: block;
}

.none {
	display: none;
}

.visible {
	visibility: visible;
}

a:link {
	/* color: rgb(102, 102, 102); */
	text-decoration: none;
}

a:visited {
	/* color: rgb(102, 102, 102); */
	text-decoration: none;
}

a:active {
	/* color: rgb(102, 102, 102); */
	text-decoration: none;
}

a:hover {
	/* color: rgb(102, 102, 102); */
	text-decoration: none;
}

p {
	line-height: 180%;
	margin-top: 0px;
	margin-bottom: 10px;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	display: inline;
}

h1 {
	margin: 0px;
}

h2 {
	margin: 0px;
}

h3 {
	margin: 0px;
}

h4 {
	margin: 0px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

ul {
	margin: 0px;
	padding: 0px;
}

ol {
	margin: 0px;
	padding: 0px;
}

dl {
	margin: 0px;
	padding: 0px;
}

dd {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

img {
	border: 0px currentColor;
	vertical-align: middle;
}

.clear {
	height: 0px;
	overflow: hidden;
	clear: both;
}

input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.input {
	padding: 3px;
	border: 1px solid rgb(153, 153, 153);
	height: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	background-color: rgb(255, 255, 255);
}

.error.input {
	border: 1px solid rgb(236, 22, 35);
	box-shadow: 0px 0px 3px #ec1623;
	background-color: rgb(255, 240, 240) !important;
}

.disabled.input {
	border: 1px solid rgb(204, 204, 204);
	color: rgb(204, 204, 204);
	background-color: rgb(238, 238, 238) !important;
	text-shadow: 0 0 1px #fff;
}

.input:hover {
	border: 1px solid rgb(216, 177, 102);
	box-shadow: 0px 0px 1px #f1ca7e;
}

.city.input {
	background: url("../../images/globle/icon_map.gif") no-repeat right top rgb(255, 255, 255);
}

.date.input {
	background: url("../../images/globle/icon_map.gif") no-repeat right -20px rgb(255, 255, 255);
}

.input_rc {
	margin: 0px 2px 0px 0px;
	padding: 0px;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.textarea {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(190, 190, 190) rgb(225, 225, 225) rgb(225, 225, 225) rgb(190, 190, 190);
	padding: 2px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.button {
	background: url("../../images/globle/bg_map.jpg") repeat-x left top rgb(255, 255, 255);
	padding: 0px 20px 3px;
	border: 0px currentColor;
	height: 26px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 26px;
	overflow: visible;
	cursor: pointer;
}

input.gray.button {
	background-position: left -60px;
}

input.orange.button {
	background-position: left -30px;
}

input.long.orange.button {
	padding: 0px 20px;
	width: 110px;
	font-size: 14px;
	font-weight: bold;
}

input.prev.button {
	background-position: left -60px;
	width: 120px;
	color: rgb(51, 51, 51);
	font-size: 14px;
	font-weight: bold;
}

input.next.button {
	width: 120px;
	font-size: 14px;
	font-weight: bold;
}

input.member.button {
	background-position: left -30px;
	width: 120px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
}

input.priceButton.member.button {
	padding: 0px 10px;
	width: 100px;
	height: 24px;
	font-size: 12px;
}

input.big.button {
	background-position: left -90px;
	width: 250px;
	height: 40px;
	padding-bottom: 5px;
	font-family: Microsoft Yahei;
	font-size: 18px;
}

input.disabled.button {
	background-position: left -60px;
	color: rgb(102, 102, 102);
	cursor: not-allowed;
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0px;
}

.col_left {
	width: 180px;
	float: left;
}

.col_full {
	padding: 0px 20px;
	width: 750px;
	margin: 0 auto;
}

.wide.col_full {
	padding: 0px 0px 0px 20px;
	width: 900px;
}

.col_middle {
	padding: 0px 20px;
	width: 540px;
	float: left;
}

.wide.col_middle {
	padding: 0px 0px 0px 20px;
	width: 750px;
}

.left.col_middle {
	padding: 0px 20px 0px 0px;
	width: 740px;
}

.col_right {
	background: url("../../images/globle/line1.gif") no-repeat left 45px;
	width: 170px;
	padding-left: 20px;
	float: left;
	min-height: 400px;
}

.col_main {
	width: 750px;
	padding-left: 20px;
	float: left;
}

.col_middle h1 {
	height: 35px;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 10px;
}

.col_middle h4 {
	line-height: 150%;
	margin-bottom: 10px;
}

.col_middle .body {
	line-height: 150%;
	padding-bottom: 20px;
}

.col_right h2 {
	height: 15px;
	padding-top: 20px;
}

.b_content {
	display: none;
}

.s_b_content {
	display: none;
}

.line {
	margin: 10px 0px;
	height: 0px;
	overflow: hidden;
	border-top-color: #DDD;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.active.b_content {
	display: block;
}

.block.b_content {
	display: block;
}

.active.s_b_content {
	display: block;
}

.block.s_b_content {
	display: block;
}

.container {
	margin: 0px auto;
	width: 990px;
}

.body_mask {
	left: 0px;
	top: 0px;
	width: 100%;
	filter: alpha(opacity =         40);
	position: absolute;
	z-index: 99999;
	opacity: 0.4;
	background-color: rgb(51, 51, 51);
	-moz-opacity: 0.4;
}

#tips_popup {
	border: 2px solid rgb(230, 230, 230);
	left: 180px;
	top: 200px;
	width: 590px;
	position: fixed;
	z-index: 99999;
	background-color: rgb(255, 255, 255);
}

#tips_popup .head {
	background: url("../../images/bg_map.jpg") repeat-x left -1523px;
	padding: 2px 10px;
	height: 30px;
}

#tips_popup .head b {
	height: 30px;
	line-height: 30px;
	font-family: Microsoft Yahei;
	font-size: 16px;
	font-weight: normal;
	display: block;
}

#tips_popup .head i {
	background: url("../../images/icon_map.gif") no-repeat left -1066px;
	top: 5px;
	width: 24px;
	height: 24px;
	right: 5px;
	position: absolute;
	cursor: pointer;
}

#tips_popup .head i:hover {
	background-position: left -1090px;
}

#tips_popup .body {
	background: url("../../images/icon_fail.gif") no-repeat 20px;
	padding: 20px 20px 20px 70px;
	color: rgb(236, 22, 35);
	line-height: 180%;
	font-size: 14px;
	font-weight: bold;
}

#tips_popup .success.body {
	background: url("../../images/icon_success.gif") no-repeat 20px;
}

#tips_popup .btn {
	text-align: center;
	padding-bottom: 20px;
}

#tips_popup .html {
	
}

#timeout {
	background: url("../../images/icon_gantan.gif") no-repeat 160px;
	margin: 60px auto;
	padding: 50px 200px;
	width: 300px;
	color: rgb(102, 102, 102);
	line-height: 200%;
	font-size: 12px;
}

#timeout b {
	color: rgb(236, 22, 35);
	font-size: 14px;
	display: block;
}

#timeout b i {
	font-style: normal;
}

#timeout a:link {
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-decoration: none;
}

#timeout a:visited {
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-decoration: none;
}

#timeout a:active {
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-decoration: none;
}

#timeout a:hover {
	text-decoration: underline;
}

#content .position {
	height: 25px;
	color: rgb(153, 153, 153);
	line-height: 25px;
}

#content .position a:link {
	color: rgb(153, 153, 153);
	text-decoration: none;
}

#content .position a:visited {
	color: rgb(153, 153, 153);
	text-decoration: none;
}

#content .position a:active {
	color: rgb(153, 153, 153);
	text-decoration: none;
}

#content .position a:hover {
	text-decoration: underline;
}

.Jcalendar {
	height: 205px;
	overflow: hidden;
	box-shadow: 3px 3px 2px #ccc;
	-moz-box-shadow: 3px 3px 2px #ccc;
}

.Jcalendar li {
	list-style: none;
	text-align: center;
}

.Jcalendar ul {
	margin: 0px;
	padding: 0px;
}

.Jcalendar {
	padding: 0.5em;
	border: 1px solid rgb(242, 242, 242);
	color: rgb(34, 34, 34);
	float: left;
	position: absolute;
	z-index: 1000;
	background-color: rgb(242, 242, 242);
	_padding-bottom: 0;
}

.single.Jcalendar {
	width: 16em;
}

.double.Jcalendar {
	width: 488px;
}

#ifrcalendar {
	border: currentColor;
	width: 505px;
	height: 217px;
	position: absolute;
	z-index: 999;
}

#removeCal {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 998;
}

.Jcalendar .Jcal_group0 {
	overflow: hidden;
	float: left;
	display: inline;
	background-color: rgb(255, 255, 255);
}

.Jcalendar .Jcal_group1 {
	overflow: hidden;
	float: right;
	display: inline;
	background-color: rgb(255, 255, 255);
}

.single.Jcalendar .Jcal_group0 {
	width: 99%;
}

.single.Jcalendar .Jcal_group1 {
	width: 99%;
}

.double.Jcalendar .Jcal_group0 {
	width: 49%;
}

.double.Jcalendar .Jcal_group1 {
	width: 49%;
}

.Jcalendar .active.Jcal_group0 .Jcal_body {
	left: 8px;
	top: 32px;
	width: 243px;
	position: absolute;
	background-color: rgb(255, 255, 255);
}

.Jcalendar .active.Jcal_group1 .Jcal_body {
	left: 254px;
	top: 32px;
	width: 243px;
	position: absolute;
	background-color: rgb(255, 255, 255);
}

.Jcalendar .Jcal_body .selectMonth {
	margin-top: 10px;
}

.Jcalendar .Jcal_body .selectMonth li {
	padding: 5px;
	width: 65px;
	text-align: center;
	line-height: 25px;
	float: left;
}

.Jcalendar .Jcal_body .selectMonth li.disable {
	color: rgb(153, 153, 153);
}

.Jcalendar .Jcal_body .selectMonth li.able {
	cursor: pointer;
}

.Jcalendar .Jcal_body .selectMonth li.today.able {
	color: rgb(255, 255, 255);
	background-color: rgb(222, 76, 0);
}

.Jcalendar .Jcal_body .selectMonth li.selected.able {
	color: rgb(255, 255, 255);
	background-color: rgb(173, 204, 235);
}

.Jcalendar .Jcal_body .selectMonth li.able:hover {
	color: rgb(22, 77, 159);
	background-color: rgb(173, 204, 235);
}

.Jcalendar .Jcal_body .selectYear {
	margin-top: 10px;
}

.Jcalendar .Jcal_body .selectYear li {
	padding: 5px;
	width: 65px;
	text-align: center;
	line-height: 25px;
	float: left;
}

.Jcalendar .Jcal_body .selectYear li.disable {
	color: rgb(153, 153, 153);
}

.Jcalendar .Jcal_body .selectYear li.able {
	cursor: pointer;
}

.Jcalendar .Jcal_body .selectYear li.today.able {
	color: rgb(255, 255, 255);
	background-color: rgb(222, 76, 0);
}

.Jcalendar .Jcal_body .selectYear li.selected.able {
	color: rgb(255, 255, 255);
	background-color: rgb(173, 204, 235);
}

.Jcalendar .Jcal_body .selectYear li.able:hover {
	color: rgb(22, 77, 159);
	background-color: rgb(173, 204, 235);
}

.Jcalendar .Jcal_body .selectTenYear {
	margin-top: 5px;
}

.Jcalendar .Jcal_body .selectTenYear li {
	padding: 3px;
	width: 38px;
	text-align: left;
	line-height: 18px;
	float: left;
	cursor: pointer;
}

.Jcalendar .Jcal_body .selectTenYear li:hover {
	color: rgb(22, 77, 159);
	background-color: rgb(173, 204, 235);
}

.Jcalendar .foot {
	top: 188px;
	width: 48%;
	height: 20px;
	color: gray;
	line-height: 20px;
	border-top-color: rgb(242, 242, 242);
	border-top-width: 1px;
	border-top-style: solid;
	float: left;
	position: absolute;
	background-color: rgb(242, 242, 242);
	_position: relative;
	_top: 0px;
}

.Jcalendar .foot .rightfooter {
	padding: 3px;
	float: right;
	cursor: pointer;
}

.Jcalendar .foot .leftfooter {
	padding: 3px;
	float: left;
	cursor: pointer;
}

.Jcalendar .Jcal_group0 .foot {
	left: 6px;
	_left: 2px;
}

.Jcalendar .Jcal_group1 .foot {
	right: 6px;
	_right: 2px;
}

.double.Jcalendar .Jcal_group0 .foot .rightfooter {
	display: none;
}

.double.Jcalendar .Jcal_group1 .foot .leftfooter {
	display: none;
}

.Jcalendar .Jcal_head {
	background: url("../../images/bg_map.jpg") repeat-x left -1619px;
	height: 24px;
	color: rgb(255, 255, 255);
	line-height: 20px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.Jcalendar .icon_arrow {
	top: 7px;
	width: 10px;
	height: 11px;
	overflow: hidden;
	position: absolute;
	background-image: url("../../images/icon_map_trans.gif");
}

.Jcalendar .Jcal_head .Prev {
	background-position: -12px -1440px;
	left: 10px;
	cursor: pointer;
}

.Jcalendar .Jcal_head .Next {
	background-position: left -1451px;
	right: 10px;
	cursor: pointer;
}

.Jcalendar .Jcal_head .Prev:hover {
	background-position: left -1440px;
}

.Jcalendar .Jcal_head .Next:hover {
	background-position: -12px -1451px;
}

.double.Jcalendar .Jcal_group0 .Jcal_head .Next {
	display: none;
}

.double.Jcalendar .Jcal_group1 .Jcal_head .Prev {
	display: none;
}

.Jcalendar .Year_Months {
	height: 18px;
	padding-top: 2px;
	padding-left: 42px;
	float: left;
}

.Jcalendar .month.Year_Months .Year {
	padding-left: 60px;
}

.Jcalendar .month.Year_Months .Month {
	display: none;
}

.Jcalendar .year.Year_Months .tenYear {
	padding-left: 35px;
	cursor: pointer;
}

.Jcalendar .tenYear.Year_Months {
	display: none;
}

.Jcalendar .Month {
	padding-left: 25px;
	float: left;
}

.Jcalendar .Month .thisMonth {
	width: auto;
	display: block;
	cursor: pointer;
}

.Jcalendar .Months {
	width: 50px;
	height: 18px;
	display: none;
}

.Jcalendar .Year {
	padding-left: 10px;
	float: left;
}

.Jcalendar .Year .thisYear {
	width: 70px;
	display: block;
	cursor: pointer;
}

.Jcalendar .Years {
	width: 50px;
	height: 18px;
	display: none;
}

.Jcalendar .Jcal_body {
	width: 100%;
	height: 158px;
	overflow: hidden;
	float: left;
}

.Jcalendar .Jcal_body .weekline {
	padding: 0px 5px;
	height: 19px;
	color: rgb(22, 77, 159);
}

.Jcalendar .Jcal_body .weekline li {
	width: 32px;
	padding-top: 5px;
	font-size: 12px;
	float: left;
}

.Jcalendar .weekend {
	color: rgb(22, 77, 159);
}

.Jcalendar .Days {
	padding: 5px;
	float: left;
	position: relative;
}

.Jcalendar .Days .cell {
	padding: 3px 0px;
	width: 32px;
	height: 15px;
	text-align: center;
	font-size: 12px;
	float: left;
}

.Jcalendar .Days .able.cell {
	cursor: pointer;
}

.Jcalendar .Days .selected.able.cell {
	color: rgb(22, 77, 159);
	font-weight: bold;
	background-color: rgb(173, 204, 235);
}

.Jcalendar .Days .able.cell:hover {
	color: rgb(22, 77, 159);
	background-color: rgb(173, 204, 235);
}

.Jcalendar .Days .disable.cell {
	color: rgb(153, 153, 153);
}

.Jcalendar .Days .today.cell {
	color: rgb(255, 255, 255);
	font-weight: bold;
	background-color: rgb(222, 76, 0);
}

.Jcalendar .changeYear {
	left: 112px;
	top: 120px;
	display: none;
	position: absolute;
	background-color: rgb(255, 255, 255);
}

.Jcalendar .changeMonth {
	left: 8px;
	top: 32px;
	display: none;
	position: absolute;
	background-color: rgb(255, 255, 255);
}

.double.Jcalendar .changeYear .cybody {
	overflow: hidden;
}

.double.Jcalendar .changeYear .cy {
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: none;
	position: absolute;
}

.double.Jcalendar .changeYear ul {
	margin: 17px;
}

.double.Jcalendar .changeYear li {
	padding: 3px;
	width: 40px;
	float: left;
}

.Jcalendar .Year_Months .oySelect {
	color: rgb(153, 153, 153);
	padding-left: 10px;
	float: left;
	cursor: pointer;
}

.Jcalendar .Year_Months .tySelect {
	color: rgb(153, 153, 153);
	padding-left: 35px;
	float: left;
	cursor: pointer;
}

.Jcalendar .Year_Months .active.oySelect {
	color: rgb(255, 255, 255);
}

.Jcalendar .Year_Months .active.tySelect {
	color: rgb(255, 255, 255);
}

.float_tips {
	padding: 2px 10px;
	border: 1px solid rgb(193, 193, 193);
	color: rgb(153, 153, 153);
	line-height: 180%;
	position: absolute;
	z-index: 999;
	box-shadow: 1px 1px 2px #ccc;
	background-color: rgb(255, 255, 255);
	-moz-box-shadow: 1px 1px 2px #ccc;
}

.ifr_float_tips {
	padding: 2px 10px;
	border: currentColor;
	position: absolute;
}

strong,b {
	font-weight: bold;
}

.w-help {
	width: 1010px;
	margin: 15px auto;
}

input.button:hover {
	opacity: 0.9;
}

#main-area {
	/*
	 background: url("../../images/globle/bg_main.jpg") left top;
	 margin: 0px auto;
	 box-shadow: 0px 10px 7px #999;
	*/
	padding: 5px 0px 10px 0px;
	position: relative;
	z-index: 7;
	min-height: 600px;	
}
.errorMessage li {
	line-height:18px;
	height:18px;
}
.backtop {
	display: none;
	cursor: pointer;
	width: 44px;
	height: 44px;
	background: url(../../images/icon-run-top.png) no-repeat 0 0;
	position: fixed;
	_position: absolute;
	right: 0;
	bottom: 155px;
	_bottom: auto;
}

input.verifyCode {
   padding: 2px 16px 2px 4px;
}

.verifySuccess {
	background: url('../../images/icon/ok.png') no-repeat center right 2%;
	background-size: 14px;
}

.verifyError {
	background: url('../../images/icon/no.png') no-repeat center right 2%;
	background-size: 14px;
}

.feedback_link {
	position: fixed;
	z-index: 999;
	right: -5px;
	bottom: 60px;
	display: inline-block;
	width: 20px;
	border-radius: 5px;
	color: white;
	font-size: 14px;
	line-height: 17px;
	background: #244F7E;
	box-shadow: 0 0 5px #666;
	word-wrap: break-word;
	padding: 10px 6px;
	border: 2px solid white;
}