.form-all{list-style:none;list-style-position:outside;margin:0px;font-family:Verdana;font-size:12px}
.form-textarea{font-family:"Lucida Grande",Verdana;white-space:pre-wrap}
.form-radio,.form-checkbox{vertical-align:middle;margin:0px;padding:0px}
.form-radio-item,.form-checkbox-item{margin-top:5px;float:left}
.form-multiple-column,.form-single-column{display:inline-block}
.form-radio-item label, .form-checkbox-item label{margin-left:5px}
.form-submit-button,.form-submit-reset,.form-submit-print,.form-screen-button{margin:0px;overflow:visible;padding:1px 6px;width:auto}
.form-header{margin:0px}
.form-header-group{background:#f5f5f5;border-bottom:1px solid #ccc;/*padding:12px*/;clear:both}
.httal{text-align:left}
.htvam{vertical-align:middle}
.form-label-top{margin-bottom:6px;display:block;white-space:normal}
.form-label-left{float:left;display:inline-block;text-align:left;padding:3px;white-space:normal}
.form-input-wide{}
.form-section{list-style:none;list-style-position:outside;margin:0px;padding:0px;position:relative;zoom:1;clear:both}
.form-line{clear:both;padding:10px;margin:0px;display:block;width:97%;width:-moz-available;position:relative}
.form-required{margin-left:5px;color:red}
.form-html{padding:3px;white-space:normal}

@media only screen and (max-device-width: 550px){
body{font-size:18px}
.form-all{width:auto !important}
.form-label-left{float:none;display:block}
.form-buttons-wrapper{margin:5px !important;text-align:center}
.form-textarea{width:94% !important;white-space:pre-wrap}
.form-textbox,.form-textarea,.form-dropdown,.form-list{border:1px
solid #555;padding:4px;-webkit-border-radius:5px 5px;-webkit-box-shadow:0 2px 4px rgba(0,0,0, 0.4) inset;-moz-border-radius:5px 5px;-moz-box-shadow:0 2px 4px rgba(0,0,0, 0.4) inset;border-radius:5px 5px;box-shadow:0 2px 4px rgba(0,0,0, 0.4) inset}
div.form-header-group{margin:0px !important}
.form-submit-button,.form-submit-reset{font-size:18px;line-height:30px}
}


.form-all {
	font-size:14px;
	color:#000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	background-repeat: no-repeat;
}

.form-line {
	padding-top:12px;
	padding-bottom:12px;
	padding-left:36px;
	padding-right:36px;

	margin:6px 0;
	width:100%;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-label-top,
.form-label-left,
.form-label-right {
	font-weight: bold;
	/*color:#555;*/
	margin-bottom: 9px;
}

.form-label-right {
	margin-right:0;
	padding-right:15px;
}

.form-textbox,
.form-textarea {
	padding:3px;
	margin-left: 0;
	border:1px solid #ccc;
	font-size:1em; /*14px*/
	line-height:1.071em; /*15px*/

	-moz-box-shadow: 0 1px 2px #eee inset;
	-webkit-box-shadow: 0 1px 2px #eee inset;
	box-shadow: 0 1px 2px #eee inset;
}


.form-dropdown {
	padding: 2px;
	font-size:0.857em;/*12px*/
}

.form-checkbox {
	vertical-align: top;
	margin-top:2px;
}

.form-checkbox-item label {
	font-size:1em; /*14px*/
	color:#000;
}

.form-checkbox-item {
	margin-top:0;
	margin-bottom: 6px;
}


.form-header-group {
	background: transparent; /* For overriding */
	border: none; /* For overriding */
/*	padding: 24px 0; */
	margin: 12px 36px 18px;
	border-bottom: 1px solid #e3e3e3;
/*	border-top: 1px solid #e3e3e3; */
}

li:first-child .form-header-group,
.form-header-group + .form-header-group {
	border-top:0;
}

h2.form-header {
	font-size: 1.714em; /*24px*/
}

.form-header{
	color:#000;
}

.form-submit-button {
	border:1px solid #ccc;
	padding:6px 12px;
	color:#666;
	text-shadow:0 1px #fff;
	cursor:pointer;

	-moz-border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	border-radius: 3px 3px;

	-moz-box-shadow: 0 1px #fff inset, 0 1px #ddd;
	-webkit-box-shadow: 0 1px #fff inset, 0 1px #ddd;
	box-shadow: 0 1px #fff inset, 0 1px #ddd;

	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.form-pagebreak-back:hover,
.form-pagebreak-next:hover,
.form-submit-button:hover,
.qq-upload-button:hover,
.form-submit-reset:hover,
.form-submit-print:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}

.form-pagebreak-back:active,
.form-pagebreak-next:active,
.form-submit-button:active,
.qq-upload-button:active,
.form-submit-reset:active,
.form-submit-print:active {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#f5f5f5 100%);
	background: linear-gradient(top,  #eeeeee 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f5f5f5',GradientType=0 );

	-moz-box-shadow: 0 1px #fff inset;
	-webkit-box-shadow: 0 1px #fff inset;
	box-shadow: 0 1px #fff inset;
}

.form-submit-button,
.form-submit-reset,
.form-submit-print {
	color:#333;
	font-size:1em; /*14px*/
	margin-top:12px;
	margin-bottom:12px;
}

.form-line-active {
	background: #FFFBEA;
}

.form-line-active input:focus,
.form-line-active textarea:focus {
	border:1px solid #FFD300;

	-moz-box-shadow: 0 0 3px #FFF0AA;
	-webkit-box-shadow: 0 0 3px #FFF0AA;
	box-shadow: 0 0 3px #FFF0AA;
}


.form-line-error {
	background: #fff4f4;
}

.form-line-error input:not(#coupon-input),
.form-line-error textarea {
	border:1px solid #e15353;

	-moz-box-shadow: 0 0 3px #e15353;
	-webkit-box-shadow: 0 0 3px #e15353;
	box-shadow: 0 0 3px #e15353;
}

.form-line-error .form-error-message{
	background:#e15353;
	color:#fff;
	padding:6px;
	margin-bottom:3px;

	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.form-error-arrow {
	border-bottom-color: #e15353;
}

.form-error-arrow-inner {
	display: none;
}


.form-section { 
    display: inline !important;
}
.form-pagebreak {
    display: none !important;
}
.form-section-closed {
    height: auto !important;
}

h4{font-size: 15px;}

.form-label-left{
    width:150px !important;
}

.container {
	padding-left: 80px;
}

@media screen and (max-width:550px){
.container {padding-left: 20px;}
}

@media screen and (max-width:480px){
.form-all{width:100%}
.form-sub-label-container{margin-right:0;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.form-radio-item,.form-checkbox-item{white-space:nowrap}
.form-textbox.form-radio-other-input,.form-textbox.form-checkbox-other-input{width:80%;margin-left:3%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.form-multiple-column{width:100%}
.form-multiple-column .form-radio-item,.form-multiple-column .form-checkbox-item{width:10%}
.form-multiple-column[data-columncount="1"] .form-radio-item,.form-multiple-column[data-columncount="1"] .form-checkbox-item{width:100%}
.form-multiple-column[data-columncount="2"] .form-radio-item,.form-multiple-column[data-columncount="2"] .form-checkbox-item{width:50%}
.form-multiple-column[data-columncount="3"] .form-radio-item,.form-multiple-column[data-columncount="3"] .form-checkbox-item{width:33.33333333%}
.form-multiple-column[data-columncount="4"] .form-radio-item,.form-multiple-column[data-columncount="4"] .form-checkbox-item{width:25%}
.form-multiple-column[data-columncount="5"] .form-radio-item,.form-multiple-column[data-columncount="5"] .form-checkbox-item{width:20%}
.form-multiple-column[data-columncount="6"] .form-radio-item,.form-multiple-column[data-columncount="6"] .form-checkbox-item{width:16.66666667%}
.form-multiple-column[data-columncount="7"] .form-radio-item,.form-multiple-column[data-columncount="7"] .form-checkbox-item{width:14.28571429%}
.form-multiple-column[data-columncount="8"] .form-radio-item,.form-multiple-column[data-columncount="8"] .form-checkbox-item{width:12.5%}
.form-multiple-column[data-columncount="9"] .form-radio-item,.form-multiple-column[data-columncount="9"] .form-checkbox-item{width:11.11111111%}
[data-type="control_dropdown"] .form-dropdown{width:70% !important}
[data-type="control_fullname"] .form-sub-label-container{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:48%}
[data-type="control_fullname"] .form-sub-label-container:first-child{margin-right:4%}
[data-type="control_phone"] .form-sub-label-container{width:65%}
[data-type="control_phone"] .form-sub-label-container:first-child{width:32.5%;margin-right:2.5%}
[data-type="control_birthdate"] .form-sub-label-container{width:22%;margin-right:3%}[data-type="control_birthdate"] .form-sub-label-container:first-child{width:50%}
[data-type="control_birthdate"] .form-sub-label-container:last-child{margin-right:0}[data-type="control_birthdate"] .form-sub-label-container .form-dropdown{width:100%}
[data-type="control_time"] .form-sub-label-container{width:37%;margin-right:3%}[data-type="control_time"] .form-sub-label-container:last-child{width:20%;margin-right:0}
[data-type="control_time"] .form-sub-label-container .form-dropdown{width:100%}[data-type="control_datetime"] .form-sub-label-container{width:12%;margin-right:3%}
[data-type="control_datetime"] .form-sub-label-container:last-child{width:3%;margin-right:0}[data-type="control_datetime"] span .form-sub-label-container:first-child{width:4%}
[data-type="control_datetime"] span .form-sub-label-container:last-child{width:12%;margin-right:3%}[data-type="control_datetime"] .form-dropdown{width:100%}
[data-type="control_payment"] .form-sub-label-container{width:auto}[data-type="control_payment"] .form-sub-label-container .form-dropdown{width:100%}
.form-address-table td .form-dropdown{width:100%}.form-address-table td .form-sub-label-container{width:96%}
.form-address-table td:last-child .form-sub-label-container{margin-left:4%}
.form-address-table td[colspan="2"] .form-sub-label-container{width:100%;margin:0}
.form-line,.form-input,.form-input-wide,.form-dropdown,.form-sub-label-container,.form-address-table,.form-matrix-table{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%}
.form-textbox,.form-textarea,.form-radio-item,.form-checkbox-item,.form-captcha input,.form-spinner input,.form-error-message{
	width:70%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box}
.form-textbox2{
	width:70%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box}
.form-dropdown{
	width:20%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box}
h2.form-header {
	font-size: 20px;
}
.form-html{width:70%}
h4{font-size:14px;}
.container {padding-left: 15px;}
[data-type="control_image"] img{width:100% !important;height:auto !important}
}

@media screen and (max-width:360px){
.form-all{width:80%}
.form-sub-label-container{margin-right:0;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.form-radio-item,.form-checkbox-item{white-space:nowrap}
.form-textbox.form-radio-other-input,.form-textbox.form-checkbox-other-input{width:80%;margin-left:3%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.form-multiple-column{width:100%}
.form-multiple-column .form-radio-item,.form-multiple-column .form-checkbox-item{width:10%}
.form-multiple-column[data-columncount="1"] .form-radio-item,.form-multiple-column[data-columncount="1"] .form-checkbox-item{width:100%}
.form-multiple-column[data-columncount="2"] .form-radio-item,.form-multiple-column[data-columncount="2"] .form-checkbox-item{width:50%}
.form-multiple-column[data-columncount="3"] .form-radio-item,.form-multiple-column[data-columncount="3"] .form-checkbox-item{width:33.33333333%}
.form-multiple-column[data-columncount="4"] .form-radio-item,.form-multiple-column[data-columncount="4"] .form-checkbox-item{width:25%}
.form-multiple-column[data-columncount="5"] .form-radio-item,.form-multiple-column[data-columncount="5"] .form-checkbox-item{width:20%}
.form-multiple-column[data-columncount="6"] .form-radio-item,.form-multiple-column[data-columncount="6"] .form-checkbox-item{width:16.66666667%}
.form-multiple-column[data-columncount="7"] .form-radio-item,.form-multiple-column[data-columncount="7"] .form-checkbox-item{width:14.28571429%}
.form-multiple-column[data-columncount="8"] .form-radio-item,.form-multiple-column[data-columncount="8"] .form-checkbox-item{width:12.5%}
.form-multiple-column[data-columncount="9"] .form-radio-item,.form-multiple-column[data-columncount="9"] .form-checkbox-item{width:11.11111111%}
[data-type="control_dropdown"] .form-dropdown{width:50% !important}
[data-type="control_fullname"] .form-sub-label-container{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:48%}
[data-type="control_fullname"] .form-sub-label-container:first-child{margin-right:4%}
[data-type="control_phone"] .form-sub-label-container{width:65%}
[data-type="control_phone"] .form-sub-label-container:first-child{width:32.5%;margin-right:2.5%}
[data-type="control_birthdate"] .form-sub-label-container{width:22%;margin-right:3%}[data-type="control_birthdate"] .form-sub-label-container:first-child{width:50%}
[data-type="control_birthdate"] .form-sub-label-container:last-child{margin-right:0}[data-type="control_birthdate"] .form-sub-label-container .form-dropdown{width:100%}
[data-type="control_time"] .form-sub-label-container{width:37%;margin-right:3%}[data-type="control_time"] .form-sub-label-container:last-child{width:20%;margin-right:0}
[data-type="control_time"] .form-sub-label-container .form-dropdown{width:100%}[data-type="control_datetime"] .form-sub-label-container{width:12%;margin-right:3%}
[data-type="control_datetime"] .form-sub-label-container:last-child{width:3%;margin-right:0}[data-type="control_datetime"] span .form-sub-label-container:first-child{width:4%}
[data-type="control_datetime"] span .form-sub-label-container:last-child{width:12%;margin-right:3%}[data-type="control_datetime"] .form-dropdown{width:100%}
[data-type="control_payment"] .form-sub-label-container{width:auto}[data-type="control_payment"] .form-sub-label-container .form-dropdown{width:100%}
.form-address-table td .form-dropdown{width:100%}.form-address-table td .form-sub-label-container{width:96%}
.form-address-table td:last-child .form-sub-label-container{margin-left:4%}
.form-address-table td[colspan="2"] .form-sub-label-container{width:100%;margin:0}
.form-line,.form-input,.form-input-wide,.form-dropdown,.form-sub-label-container,.form-address-table,.form-matrix-table{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%}
.form-textbox,.form-textarea,.form-radio-item,.form-checkbox-item,.form-captcha input,.form-spinner input,.form-error-message{
	width:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box}
.form-label-left {
	width: 300px !important;
}
.form-textbox2{
	width:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box}
h2.form-header {
	font-size: 16px;
}
p{font-size:10px;}
.form-html{width:50%}
h4{font-size:14px;}
.form-checkbox-item label {
	font-size: 11px;
	color: #000;
}

[data-type="control_image"] img{width:100% !important;height:auto !important}
}