﻿* {
	margin: 0;
	padding: 0;
}





#page0,#page1,#page2,#page3{
	border-radius:10px;
	padding:20px 0;
}

#page3{
	padding:20px;
}



#page1 td {
	padding: 2px 20px;
}

#page2 table {
	width: 100%
}

#page2 td {
	margin: 0px 20px
}

#page3 td {
	width: 200px
}

.question_box {
	font-size: 12px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #bcbcbc;
}

.question {
	font-size: 14px;
	margin-bottom: 10px
}

.question_desc{
	font-size:10px;
	color:#666;
	-webkit-text-size-adjust:none;
}

.option {
	margin: 4px;
}

#container {
	margin: 0 auto;
	width: 720px;
	background-color: #FFF;
	padding: 20px;
}

.title {
	text-align: center;
	word-break: break-word;
	padding: 20px;
}

#tab {
	margin: 5px 0;
/* 	border-top-left-radius: 10px; */
/* 	border-bottom: 1px solid #ccc; */
/* 	padding-bottom: 3px; */
}

#tab ul {
	list-style: none;
	float: left;
	font-size: 14px;
}

#tab li {
	float: left;
	padding: 0 15px; 
	background-color: #ccc;
	color:#fff;
	border-radius: 5px;
	margin-right: 5px;
	height:30px;
	line-height:26px;
}
/* 
#tab .active {
	color: #d9eef7;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee),
		to(#0078a5) );
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee',
		endColorstr='#0078a5' );
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
 */
#tab .right {
	text-align: right;
}

.thank_message,.welcome_message {
	font-size: 14px;
	padding: 20px 0;
	word-break: break-word;
	word-wrap: break-word;
}

.red,.error {
	color: red
}

#header {
	border-bottom: 1px solid #ccc;
}

input[type=button],input[type=submit] {
	border: 0px;
	cursor: pointer;
	width: 70px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	width: 70px;
}
/* 
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee),
		to(#0078a5) );
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee',
		endColorstr='#0078a5' );
}

.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc),
		to(#00678e) );
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc',
		endColorstr='#00678e' );
}

.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5),
		to(#00adee) );
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5',
		endColorstr='#00adee' );
}

.grey {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee),
		to(#0078a5) );
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee',
		endColorstr='#0078a5' );
}

.grey:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc),
		to(#00678e) );
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc',
		endColorstr='#00678e' );
}

.grey .active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5),
		to(#00adee) );
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5',
		endColorstr='#00adee' );
}
 */
.long_input {
	width: 270px;
}

.center_button {
	text-align: center
}

#button_row {
	margin: 20px;
}

.logo {
	height: 70px;
}

.banner {
	margin: 0 auto;
	display: block;
	width: 760px;
}

ul {
	list-style: none;
}

#central {
	margin: auto auto;
	width: 720px;
	background-color: #FFF;
	padding: 20px;
	border-radius: 20px;
}

/* .content {
	margin-left: 245px;
	min-height: 245px;
} */

.errorImg{
	 float:left;
	 width:225px;
}

#tab li div span {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
	margin-left: 7px;
	margin-top: 4px;
}

#tab li.active span {
	background-position: center;
	/*border-radius: 50%;*/
	width: 20px;
	height: 20px;
	
}

#tab li.active{
	background-color: #fff;
	color:#333;
}


.icon1 {
	background: url("../img/pic1.png") center no-repeat;
}

.icon3 {
	background: url("../img/pic2.png") center no-repeat;
}

.icon5 {
	background: url("../img/pic3.png") center no-repeat;
}

#last_step_button{
	color: #333;
	background-color: #FFF;
	border-radius: 5px;
	text-align: center;
}

#next_step_button{
	color: #FFF;
	background-color: #ccc;
	border-radius: 5px;
	text-align: center;
}
#settle_step_button{
	color: #FFF;
	background-color: #ccc;
	border-radius: 5px;
	text-align: center;
}

input[type=text]{
	padding: 2px;	
	border:1px solid #ccc;
}

.clearfix:after{
	content: ' ';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0;
}

.pt15{
	padding-top:15px;
}

.quest-confirm{
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
}
#info-confirm{
	padding:10px;
}

#info-confirm li{
	margin:3px 0;
}

#info-confirm td{
	padding:3px 0;
}

#info-confirm .label{
	width:100px;
}

.info{
	margin-top:10px;
}
.banner_view_field{
	width: 96px;
    height: 137px;
    margin-top: 20px;
    border: 1px solid #eee;
    text-align: center;
}
.banner_view_field .one_pic{
	max-width: 96px;
    max-height: 137px;
    vertical-align: middle;
}
.banner_view_field .inline_span{
	    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.disabledformbtn{
	background: #dedede!important;
    border: 1px solid #dedede !important;
    cursor: pointer!important;
}