<style>



/*

----------------------------------------

01. default elements

----------------------------------------

*/



* {

	margin: 0;

	padding: 0;

}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 14px;

	font: inherit;

	vertical-align: baseline

}



ul, li, ol {

	list-style:none

}



/* render html5 elements as block */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {

	display: block;

}



html {

	font-size: 100%;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

}



*, *:before, *:after {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}



sub, sup {

	position: relative;

	font-size: 75%;

	line-height: 0;

	vertical-align: baseline;

}



sup {

	top: -0.5em;

	font-size:20px;

}



sub {

	bottom: -0.25em

}



img {

	max-width: 100%;

	vertical-align: middle;

	border: 0;

	-ms-interpolation-mode: bicubic;

	line-height:.5em;

}



textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {

	outline: 0;

	outline:0;

}

strong {font-weight:bold;}

em {font-style:italic;}

p {
	line-height:inherit;
	font:inherit;
}


/*  Custom animations

/*-------------------------------------------------- */

@-webkit-keyframes

reveal {

 0% {

 opacity: 0;

}

 1% {

 opacity: 0;

 -webkit-transform: scale(0.98) translateY(-15px);

}

 80% {

 -webkit-transform: scale(1);

}

 100% {

 -webkit-transform: translateY(0);

}

}

 @-moz-keyframes

reveal {

 0% {

 opacity: 0;

}

 1% {

 opacity: 0;

 -moz-transform: scale(0.98) translateY(-15px);

}

 80% {

 -moz-transform: scale(1);

}

 100% {

 -moz-transform: translateY(0);

}

}



h1, h2, h3, h4, h5, h6 {

	font-weight:normal;

	line-height:1em

}



input {

	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;

	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;

	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;

	-o-transition: border linear 0.2s, box-shadow linear 0.2s;

	transition: border linear 0.2s, box-shadow linear 0.2s;

}



input:focus {

	border-color: rgba(82, 168, 236, 0.8);

	outline: 0;

	outline: thin dotted \9;

	-webkit-box-shadow:0 0 8px rgba(82, 168, 236, 0.6);

	-moz-box-shadow:0 0 8px rgba(82, 168, 236, 0.6);

	box-shadow:0 0 8px rgba(82, 168, 236, 0.6)

}



input[type=radio] {

width:16px;

height:16px;

}



input[type=checkbox] {

width:16px;

height:15px;

}



textarea {

	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;

	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;

	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;

	-o-transition: border linear 0.2s, box-shadow linear 0.2s;

	transition: border linear 0.2s, box-shadow linear 0.2s;

}



textarea:focus {

	border-color: rgba(82, 168, 236, 0.8);

	outline: 0;

	outline: thin dotted \9;

	-webkit-box-shadow:0 0 8px rgba(82, 168, 236, 0.6);

	-moz-box-shadow:0 0 8px rgba(82, 168, 236, 0.6);

	box-shadow:0 0 8px rgba(82, 168, 236, 0.6)

}



body {

	font-size:12px;

	color:#6e6e6e;

	line-height:18px;

	font-family:Arial, Helvetica, sans-serif;

	background:#f0f1f1;
}



.show_mobile1 {

	display:none

}



.hide_mobile1 {

	display:block

}



.show_mobile2 {

	display:none

}



.hide_mobile2 {

	display:block

}



.show_mobile3 {

	display:none

}



.hide_mobile3 {

	display:block

}



.show_ipad1 {

	display:none

}



.hide_ipad1 {

	display:block

}



.show_ipad2 {

	display:none

}



.hide_ipad2 {

	display:block

}



a {

	color:#23406d;

	outline:0;

	cursor:pointer

}



a, a:visited {

	text-decoration:none;

	outline:0

}



a:hover {

	text-decoration:underline;

	outline:0

}



a:hover {

	-webkit-transition: all .4s ease;

	-moz-transition: all .4s ease;

	-o-transition: all .4s ease;

	transition: all .4s ease

}



a:focus, a:active, a:visited {

	text-decoration:none;

	outline:0

}



/*

----------------------------------------

02. Container

----------------------------------------

*/



.container-main {

	width:100%;

	float:left;

	position:relative;

	padding:15px 0 20px 0

}



.container {

	max-width:1000px;

	margin:0 auto

}


.flex-grid {
	display:flex;
}

.col3 {
	margin:0 2% 0 0;
}

.col1{
	flex:1;
	margin:0 2% 0 0;
}

.col2{
	flex:1;
	margin:0;
}


label {

	width:100%;

	float:left;

	font-size:14px;

	color:#666666;

	font-family:Arial, Helvetica, sans-serif;

	padding:0 0 3px 0

}



label .req, .req {

	color:#ff0000;

}



.input, .input100, .input200, .input120, .input140, .textarea {

	width:100%;

	height:30px;

	float:left;

	font-size:14px;

	/*color:#666666;

	font-family:Arial, Helvetica, sans-serif;*/

	background:#f9f9f9;

	border:1px solid #e5e6e4;

	border-radius:3px;

	behavior: url(PIE.htc);

	position: relative;

	padding:5px 10px

}


.stretch {
	width:100%;
	display:block;
}


.sbHolder {

	width:100%;

	height:30px;

	float:left;

	font-size:12px;

	color:#666666;

	font-family:Arial, Helvetica, sans-serif;

	border:1px solid #e5e6e4;

	background:#f9f9f9 url(../images/arrow01.png) no-repeat right center;

	border-radius:3px;

	behavior: url(PIE.htc);

	position: relative;

	-webkit-transition: all .4s ease;

	-moz-transition: all .4s ease;

	-o-transition: all .4s ease;

	transition: all .4s ease;

}



.sbHolder select {

   background: transparent;

   color:#666666;

   padding: 5px;

   border: 0;

   border-radius: 0;

   height: 30px;

   width:100%;

   -webkit-appearance: none;

   font-size:14px

   }



.sbSelector {

	color:#666666;

	display: block;

	height: 30px;

	left:0;

	top:0;

	line-height: 14px;

	margin-top:7px;

	position: absolute;

	outline:none;

	text-indent: 10px;

	width: 100%;

	background:url(../img/icon-arrow13.png) no-repeat right center

}



.sbSelector:link {

	color: #666666;

	text-decoration: none;

	padding-left:0

}



.sbSelector:hover {

	color: #666666;

	text-decoration: none

}



.sbSelector:active {

	color: #666666;

	text-decoration: none

}



.sbSelector:focus {

	color: #666666;

	text-decoration: none

}



.sbOptions {

	background:#f9f9f9;

	border:1px solid #e5e6e4;

	list-style: none;

	left: 0;

	margin: 0;

	padding:0;

	position: absolute;

	top: 30px;

	width:100%;

	z-index: 120;

	border-radius:3px;

	behavior: url(PIE.htc);

	position:relative;

	overflow:auto;

}



.sbOptions ul {

	width:100%;

	padding:0;

	margin:0;

}



.sbOptions li {

	width:100%;

	height:auto;

	padding:0;

	background:none;

	margin:0;

	position:relative

}



.sbOptions a {

	width:100%;

	float:left;

	display: block;

	color: #666666;

	text-decoration: none;

	padding:3px 10px;

}



.sbOptions a:hover {

	color: #999999

}



.radio {

	width:14px;

	height:14px;

	float:left;

	display:block;

	clear:left;

	background:url(../images/cus-radio.png) no-repeat;

	padding:0;

	margin:0

}



.checkbox {

	width:16px;

	height:16px;

	float:left;

	display:block;

	clear:left;

	background:url(../images/cus-checkbox.png) no-repeat;

	padding:0;

	margin:0;

}



.checkbox-label {

    display: block;
    padding-left: 20px;
	font-size:14px;
}



/*

----------------------------------------

03. left-panel

----------------------------------------

*/



.left-panel-bg {

	width:700px;

	float:left;

	/*background:url(../images/shadow01.png) no-repeat bottom center;*/

	padding:0 0 35px 0

}

.left-panel-bg-embed {

	width:700px;

	max-width:700px;
	margin:0 auto;

	padding:0 0 35px 0

}



.left-panel {

	width:100%;

	float:left;

	background:#FFFFFF;

	border:1px solid #d1d3d4;

	border-radius:3px;

	behavior: url(PIE.htc);

	position:relative;

	padding:40px 0 0 0;

}



.form-block {

	width:100%;

	float:left;

	padding:0 40px

}



.left-panel .form-head {

	width:100%;

	float:left;

	margin:0 0 20px 0;

	/*max-height:500px; */

}



.left-panel .form-head .logo{

	clear:left;
	
	position:relative;

	margin:0 auto;
	text-align:center;

}



.left-panel .form-head p{

	font-size:14px;

}



.left-panel h2 {

	font-size:18px;

	color:#58595b;

	font-weight:normal;

	font-family:"helvetica_neuebold", Arial, Helvetica, sans-serif

}



.left-panel h3 {

	font-size:15px;

	color:#58595b;

	font-weight:normal;

	font-family:"helvetica_neuebold", Arial, Helvetica, sans-serif

}



.left-panel .check-info {

	width:100%;

	float:left

}



.left-panel .check-info .checkbox {

	position:absolute;

	top:0;

	left:0

}



.left-panel .check-info .req {

	color:#ff0000;

}



.left-panel .check-info p {

	float:left;
	font-size:14px;
	position:relative;

}



.left-panel .radio-info {

	width:100%;

	float:left

}



.left-panel .radio-info .radio {

	float:left;

	position:absolute;

	top:2px;

	left:0

}



.left-panel .radio-info p {

	float:left;

	position:relative;

	padding:0 20px 5px 25px

}


#accordion-container {
	background: #ffffff;
	padding: 20px 20px 10px 20px;
	border: 1px solid #cccccc;
	border-top:none;
	clear:left;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-shadow: 0 5px 15px #cccccc;
	-webkit-box-shadow: 0 5px 15px #cccccc;
	box-shadow: 0 5px 15px #cccccc;*/
}

.accordion-header {
	margin: 0 0 0 0;
	padding: 7px 0 6px 25px;
	cursor: pointer;
	color: #800080;
	font-size:.9em;
	width:auto;
	clear:both;
}


.active-header {
	background: url(../images/arrow_down.png) no-repeat 7px center;
}

.active-header:hover {
	background: url(../images/arrow_down.png) no-repeat 7px center;
	/*background-repeat: no-repeat;
	background-position: right 50%;*/
}

.inactive-header {
	background: url(../images/arrow_right.png) no-repeat 7px center;
	/*background-repeat: no-repeat;
	background-position: right 50%;*/
}

.inactive-header:hover {
	background: url(../images/arrow_right.png) no-repeat 7px center;
	/*background-repeat: no-repeat;
	background-position: right 50%;*/
}


.accordion-content {
	display: none;
	padding: 5px;
	background: #ffffff;
	width:100%;
}

#fee_holder {
	clear: both;
    width: 100%;
    padding: 10px 0;
    margin-left: 0px;
}

.fee_checkbox {
	margin: 0 5px 0 5px;
	float: left;
    display: block;
    clear: left;
    background: url(../images/cus-checkbox.png) no-repeat;
    padding: 0;
}

.regbox .fee_checkbox{
	margin:2px 5px 0 5px;
}

#fee_holder .checkbox-label{
	padding: 0 0 0 0;
    margin-left:25px;

}

#fee_box {
	display: none;
	margin:10px 0 0 0;
}

#fee_box input[type=text] {
	width:75px;
}

#fee_box span{
	float:left;
    position: relative;
    line-height:21px;
	padding:0;
	margin:0 0 0 25px;
	font-size:12px;
}

#fee_box .input {
	margin:-5px 0 0 5px;
	font-size:14px;
}

span#fee_amt {
    margin: 0;
}


/* EVENT REGISTRATION FIELDS */
.regbox {

	width:100%;

	float:left;

	padding:0 0 20px 0;	
		
	font-size:14px;
	
	margin:0;

}



.regbox h2 {

	width:100%;

	float:left;

	border-bottom:1px solid #d1d3d4;

	padding:0;

	margin:0 0 22px 0

}



.regbox h2 span {

	float:left;

	background:#FFFFFF;

	padding:0 15px 0 0;

	margin:0 0 -6px 0

}



.regbox .box-bg {

	width:100%;

	float:left;

	/*border:1px solid #ffde75;*/
	
	padding:10px;

}

.regbox .box-bg label {

	width:29%;

	padding:7px 0 7px 0;

	margin:0 2% 0 0;
	
	font-size:14px;

}

.regbox .box-bg .field-1 {
	margin-top:15px;
}

.regbox .box-bg .field-1 .selec-txt {
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0;
}


.regbox .box-bg .text-label {
	float:left;
}

.frequency {
	clear: both;
	margin: 0;
}

.frequency label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4
}


/* hide input */
input.radio:empty {
	margin-left: -999px;
}

/* style label */
input.radio:empty ~ label {
	position: relative;
	float: left;
	/*line-height: 2.5em;
	text-indent: 3.25em;*/
	padding: 15px 10px 15px 45px;
	margin-top: .5em;
	width:100%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #C2C2C2;
}

input.radio:hover:not(:checked) ~ label {
	color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
	content:'\2714';
	padding-top: 2%;
	text-indent: .9em;
	color: #9CE2AE;
	background-color: #4DCB6D;
}

input.radio:checked ~ label {
	color: #777;
}

/* radio focus */

.regbox input[type=text], input[type=number] {

	width:75px;
	font-size:14px;

}

.regbox #amt {
	padding:5px;
}

.regbox .box-bg span { 
	position:relative;
	/*padding:7px 0 7px 0;
	margin:0 0 0 2%;*/
	line-height:21px;
}

.regbox .box-bg span#selection {
    margin: 0;
}


.regbox .box-bg .longlabel {
	width:40%;
	padding:0;
}

.regbox .box-bg .dollarsign { 
	position:relative;
	padding:7px 0 7px 0;
	float:left;
	margin:0;
	color: #58595B;
	font-size:16px;
}

.regbox .box-bg .show_discount{ 
	position:relative;
	padding:7px 0 7px 0;
	margin:0 0 0 2%;	
	font-size:12px;
	color:#ff0000;
}

.regbox .discount {
	clear:both;
	position:relative;
	padding:7px 0 7px 0;
	margin:10px 0 0 2%;	
	font-size:16px;
}

.regbox .box-bg .largetext {
	font-size:18px;
	color:#000000;
	font-weight:bold;
	padding-left:10px;

}

.regbox .box-bg .msgtext {
	font-size:.8em;
	color:#ff0000;
	margin:0 0 0 1%;
	width:100%;
	clear:left;
}

.regbox .box-bg .msgtext-indent {
	font-size:.8em;
	color:#ff0000;
	margin:0 0 0 88px;
	width:100%;
	clear:left;
}

.regbox .box-bg .custom-text-field {
	clear:left;
	width:80%;
	padding:3px;
	height:25px;
	font-size:1em;
}

.regbox .smalltext {
	font-size:.8em;
	color:#ff0000;
	padding:0;
	line-height:14px;
	clear:left;
	margin:0 0 10px 0;
}

.regbox .box-bg .options li{

	width:20%;

	float:left;

}

.regbox .box-bg .frequency_options li{

	float:left;
	margin-right:10px;
}

.regbox .box-bg .frequency_options button {
	cursor: pointer;

	text-align: center;

	text-shadow: 0 1px 1px rgba(0,0,0,.3);

	-webkit-border-radius: .5em;

	-moz-border-radius: .5em;

	border-radius: .2em;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);

	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);

	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	border: solid 1px #f58832;

	background: #f58832;

	font-size:14px;

	color:#ffffff;

	font-weight:bold;

}

.regbox .box-bg .item-info ul, .regbox .box-bg .item-info li {
	margin-left:20px;
	font-size:.9em;
	list-style-type: disc;
}
	

.regbox .box-bg .buttondiv {
	clear:both;
	float:left;
	margin-bottom:15px;
}

.regbox button {
	
	height:50px;
	cursor: pointer;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	 -webkit-transition-duration: 0.4s; /* Safari */
	 transition-duration: 0.4s;
}

.membtn {
	width:100%;
}

.amtbtn {
	width:110px;
}

.regbox .box-bg .frequency_options li .frequency_button {
	font-size:14px;
	width:90px;
	height:30px;
}


.regbox .box-bg .smallbutton {
	width:75px;
	height:30px; 
}

.regbox .box-bg .button-label {
	position:relative;
	padding:6px 0 7px 10px;
	margin:0;
}

.regbox .selection_box {
	float:left;
	margin:0 20px 10px 0;
	border-radius: 3px;
	border: 1px solid #4f71aa;
	padding:10px;
	width:100%;
}

.regbox .checkbox {
	margin-right:5px;
	margin-top:2px;
}

.regbox .cb-with-input-field {
	float:left;
	margin-top:7px;
	max-width:20px;
}

.regbox .ticket_holder {
	width: 77px;
    margin-right: 5px;
    margin-bottom: 10px;
    float: left;
}

.ticket_label {
	width:100%;
	display:flex;
	overflow:hidden;
	/*flex-wrap:wrap-reverse;*/
}

.regbox .ticket_label_2line {
	margin-top:0;
	width:100%;
	display:inline-block;
	overflow:hidden;
}

.regbox .ticket_label_text {
	padding:5px 0 0 0;
}

.input_will_stretch {
	width:100%;
	display:flex;
	overflow:hidden;
}

.regbox .box-bg .totamt {
	width:150px;
}

#totaldiv {
	float:left;
	margin: 5px 5px 0 0;
	max-width:100px;
}

.total_label {
	display:inline-block;
	padding-top:11px;	
	margin-left: 5px;
}

.regbox .box-bg #totaldiv .input100 {
	width:100px;
}

.pad {
	clear:both;
	margin-bottom:10px;
	border-bottom:1px solid #d1d3d4;
	border-top:hidden;
}


.customFields {
	float:left;
	width:100%;
}


.customFields h2 {

	width:100%;

	float:left;

	border-bottom:1px solid #d1d3d4;

	padding:0;

	margin:0 0 10px 0

}



.customFields h2 span {

	float:left;

	background:#FFFFFF;

	padding:0 15px 0 0;

	margin:0 0 -6px 0

}

/* END EVENT REGISTRATION FIELDS */


.field-1 {

	width:100%;

	float:left;

	padding:0 0 10px 0

}



.field-1 h2 {
	width: 100%;
    float: left;
    border-bottom: 1px solid #d1d3d4;
    padding: 0;
    margin: 0 0 20px 0;
	}

.field-1 h2 span {
	float: left;
    background: #FFFFFF;
    padding: 0 15px 0 0;
    margin: 0 0 -6px 0;
}



.field-1 .box {

	width:100%;

	float:left;

	background:#cccccc;

	border:1px solid #000000;

	padding:15px

}



.field-1 .options {

	width:103%;

	float:left;

	padding:10px 0 30px 0;

}



.field-1 .options li {

	width:20%;

	float:left;

}



.field-1 .options li button {

	width:100px;

	height:50px;

	cursor: pointer;

	text-align: center;

	text-shadow: 0 1px 1px rgba(0,0,0,.3);

	-webkit-border-radius: .5em;

	-moz-border-radius: .5em;

	border-radius: .2em;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);

	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);

	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	border: solid 1px #f58832;

	background: #f58832;

	font-size:18px;

	color:#ffffff;

	font-weight:bold;

}



.field-1 .options li button:hover {

	background: #f58832;

	background: -webkit-gradient(linear, left top, left bottom, from(#f58832), to(#f06015));

	background: -moz-linear-gradient(top,  #f58832,  #f06015);

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f58832', endColorstr='#f06015');

}



.field-1 .options li .radio {

	margin:3px 8px 3px 0

}



.field-1 .other-option {

	width:100%;

	float:left

}



.field-1 .selec-txt {

	/*width:240px;

	float:left;*/

	font-size:16px;

	font-weight:bold;

	line-height:16px;

	margin:0 0 0 5px;

}



.field-1 .selec-txt .radio {

	float:left;

	margin:1px 7px 0 0

}



.field-1 .selec-txt .txt {
	float:left;
	margin-right:5px;
	width:100%;

}



.field-1 .selec-txt span {

	font-size:12px;
	font-weight:normal;
	display:inline-block;

}



.field-1 .option-info {

	width:350px;

	float:left

}



.field-1 .option-info .type1 {

	height:22px;

	float:left;

	line-height:27px;

	font-size:18px;

	font-weight:bold;

	margin:0;

}



.field-1 .option-info .type2 {

	height:27px;

	float:left;
	padding:7px 5px 7px 0;
	line-height:27px;

}



.field-1 .option-info .input {

	width:106px;

	font-size:18px;

	font-weight:bold;

	margin:0 10px 0 0

}


.field-1 .option-info .amt {
	width:100px;
	height:45px;
	padding:5px;
	border: 1px solid #9c9c9c;
}



.field-1 .don {
	width:100%;
	float:left;
	padding:10px 0 10px;
	border-top: 1px solid #eee;
}



.field-1 .don li {
	width:100%;
	float:left;
	color:#58595b;
	position:relative;
}

.field-1 .don .horiz{
	width:165px;
}

.field-1 .don span {
	font-size:14px;
}


.field-1 .sbHolder {
	width:29%;
}

.amounterror_off {
	font-size:12px;
	font-weight:normal;
	display:inline-block;
}

.amounterror_on {
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
	display:inline-block;
}

.field-2 {
	width:100%;
	float:left;
	padding:0 0 20px 0;
}

.field-2 h2 {
	width:100%;
	float:left;
	border-bottom:1px solid #d1d3d4;
	padding:0;
	margin:0 0 22px 0
}



.field-2 h2 span {

	float:left;

	background:#FFFFFF;

	padding:0 15px 0 0;

	margin:0 0 -6px 0

}



.field-2 .box-bg, .field-3 .box-bg, .field-4 .box-bg {

	width:100%;

	float:left;
	
	border:1px solid #000000;

}

.field-2 .box {
	background:#cccccc;
	padding:15px;
}


.field-2 .txt-collapsible, .field-3 .txt-collapsible {

	width:100%;

	float:left;

	position:relative;

	padding:20px;

}



.field-2 .txt-collapsible .checkbox, .field-3 .txt-collapsible .checkbox {

	position:absolute;

	top:20px;

	left:20px

}



.field-2 .txt-collapsible p {

	color:#333333;

	padding:0 0 0 26px

}



.field-2 .txt-collapsible p span {

	font-weight:bold

}



.field-2 ul {

	width:100%;

	float:left;

	margin:0 0 -15px 0

}



.field-2 ul li {

	width:100%;

	float:left;

	padding:0 0 10px 0

}



.field-2 p {

	width:100%;

	float:left;

	font-size:11px;

	text-align:right;

	font-weight:bold;

	padding:3px 0 0 0

}

.field-2 label {
	width:100%;
	padding:2px 0 0 0;
	margin:0 2% 0 0
}


.field-2 .input {
	width:78%
}


.field-2 .input100 {

	width:110px;
	margin-left:5px;

}



.field-2 .input200 {

	width:200px

}


.field-2 .flex-col-1 {
	width:78%;
}


.field-2 .flex-col-2 {
	width:22%;
}



.field-2 .sbHolder {

	width:100%;

}



.field-2 .sbOptions ul {

	margin:0

}



.field-2 .sbOptions li {

	padding:0

}

.field-2 .notlist span {
	margin-left:10px;
}


.field-2 .accordionContent {
	width:100%;
	padding:0 20px 20px 20px;
}



.field-3 {
	width:100%;
	float:left;
	padding:10px 0 20px 0
}

.field-3 h2 {
	width:100%;
	float:left;
	border-bottom:1px solid #d1d3d4;
	padding:0;
	margin:0 0 20px 0
}

.field-3 h2 span {
    float: left;
    background: #FFFFFF;
    padding: 0 15px 0 0;
    margin: 0 0 -6px 0;
}

.field-3 h3 {
	width:100%;
	float:left;
	margin:0 0 20px 0
}


.field-3 ul {
	margin:0;
}


.field-3 ul li label {
	width:17%;
	text-align:right;
	padding: 8px 0 0 0;
	margin:0 3% 0 0
}

.field-3 ul li .hidelabel {
	display:none;
}

.field-3 ul li .input {
	width:78%;
	margin:0 2% 8px 0
}

.field-3 ul li .input100 {
	width:110px;
	margin-left:5px;
}

.field-3 ul li .input200 {
	width:200px;
}


.field-3 ul li .sbHolder {
	width:130px;
	margin-left:5px;
}



.field-3 .check-info {

	width:100%;

	float:left;

	position:relative;

	margin:15px 0 10px 0

}



.field-3 .radio-info {
	width:100%;
	float:left;
	padding:0 0 5px 0
}

.field-3 .radio-below label {
	display:block;
	padding:2px 0 0 0;
}

.field-3 .radio-below .input {

	width:100%;
	margin:0 2% 10px 0;

}


.field-3 .radio-info2 {
	display:block;
	float:left;
	padding:20px 0 0 0;
	width:80%;
	margin:0 0 0 20%;
}

.field-3 .radio-info2 .btn-tribute{
	width:47%;
}


.field-3 .accordionContent1 {
	width:100%;
	padding:0 20px 20px 20px;
}


.field-3 .btn-tribute {
	text-decoration:none;
	font-size:14px;
	font-weight: 400;
	display:inline-block;
	width:105px;
	height:30px;
	margin-right:10px;
	cursor: pointer;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);	
	border: solid 1px #f58832;
	vertical-align: middle;
	line-height: 30px;	
}


.field-3 .btn-tribute label {
	
	color:#ffffff;
}

.field-3 .btn-tribute label:focus {
	text-shadow:2px 2px #f5efc5;
}

.field-3 .on {
	background: #f06015;
	box-shadow: inset 0 0 2px 2px #fbf4c7;
}

.field-3 .off {
	background: #f58832;
}

.field-3 .btn-tribute .btn-radio {
	opacity:0;
}


.field-4 {

	width:100%;
	float:left;
	padding: 0 0 20px 0;
}



.field-4 ul {

	width:100%;
	padding:10px 10px 0 0;
	float:left;

}

.field-4 ul li {

	width:100%;

	float:left;

	padding:0 0 20px 0

}



.field-4 ul li .sbHolder {

	width:50%;

}



.field-4 ul li .sbOptions ul {

	margin:0

}



.field-4 ul li .sbOptions li {

	padding:0

}



.field-4 ul li .textarea {

	width:100%;

	height:100px;

	background:#FFFFFF

}



.field-4 ul li .txt-tag {

	width:100%;

	max-width:485px;

	float:left;

	font-size:10px;

	text-align:right;

	padding:3px 0 0 0

}

.field-4 .border {
	border: 1px solid #A6A6A6;
	padding:20px;
}

.field-4 .border > li {
	padding:0px;
}



.field-5 {

	width:100%;

	float:left;

	padding:0 0 30px 0

}



.field-5 h2 {

	width:100%;

	float:left;

	border-bottom:1px solid #d1d3d4;

	padding:0;

	margin:0 0 20px 0

}



.field-5 h2 span {

	float:left;

	background:#FFFFFF;

	padding:0 15px 0 0;

	margin:0 0 -6px 0

}

.field-5 #col1, #col2 {
	float:left;
	width:21%;
	margin:0 1% 0 0;
} 

.field-5 #col3 {
	float:left;
	width:35%;
	margin:0 1% 0 0;
}

.field-5 #col4 {
	float:left;
	width:19%;
	margin:0 1% 0 0;
}

.field-5 .input {
	padding:5px;
	font-size:14px;
}

.field-5 ul {

	width:100%;

	float:left;

}



.field-5 ul li {

	width:100%;

	float:left;

	padding:0 0 15px 0

}



.field-5 ul li label {

	width:23%;

	text-align:right;

	padding:8px 0 0 0;

	margin:0 3% 0 0

}



.field-5 ul li .shortinput {

	width:74%;

	max-width:225px;

	float:left

}



.field-5 ul li .input {

	width:74%;

	float:left;

}

.field-5 .input140 {

	width:140px;

	float:left;

}

.field-5 .input200 {

	width:200px;

	float:left;

}


.field-5 .input120 {

	width:120px;

	float:left;

}



.field-5 ul li .sbHolder {

	width:74%;

	max-width:225px;

	float:left

}



.field-5 ul li .sbOptions li {

	padding:0

}



.field-5 .check-info {

	padding:0 0 0 26%

}

.field-5 .comments {
	height:75px;
}



.field-6 {

	width:100%;

	float:left;

	padding:0 0 20px 0

}



.field-6 h2 {

	width:100%;

	float:left;

	border-bottom:1px solid #d1d3d4;

	padding:0;

	margin:0 0 20px 0

}



.field-6 h2 span {

	float:left;

	background:#FFFFFF;

	padding:0 15px 0 0;

	margin:0 0 -6px 0

}



.field-6 ul {

	width:100%;

	float:left;

}



.field-6 ul li {

	width:100%;

	float:left;

	padding:0 0 15px 0;

}



.field-6 ul li label {

	width:23%;

	text-align:right;

	padding:8px 0 0 0;

	margin:0 2% 0 0

}



.field-6 ul li .input {

	width:240px;
	float:left;

}



.field-6 .right-r {

	width:74%;

	float:left;

}



.field-6 ul li .sbOptions li {

	padding:0

}



.field-6 ul li .cart-type {

	margin-bottom:10px;

}



.field-6 ul li .cart-type p {

	width:30px;

	float:left;

	text-align:center;

	line-height:28px

}



.field-6 ul li .cart-type .cards {

	float:left;

}



.field-6 ul li .cart-type .paypal {

	float:right;

	margin:0 -20px -50px -20px

}



.field-6 ul li .sbHolder {

	width:115px;

	background-image:url(../images/arrow03.png);

	margin:0 10px 0 0

}



.field-6 ul li .ss-code .input {

	width:115px;

	margin:0 18px 0 0

}



.field-6 ul li .icon-pop {

	width:22px;

	height:30px;

	float:left;

	background:url(../images/icon-info.png) no-repeat center center

}



.field-6 .btn-bg {

	width:100%;

	float:left;

	margin-top:10px;

}



.field-6 .btn-bg .checkoutamt {

	float:left;

	font-size:12px;

	padding:14px 0 0 0

}


.field-6 .btn-bg .checkoutamt span {
	font-size:20px;
	font-weight:bold
}

.field-6 .btn-bg .checkoutamt span .normal{
	font:normal 12px;
}



.field-6 .btn-bg #loading{



    width:200px;

    height:60px;

    float:left;

    font-size:16px;

    font-weight: bold;

    text-align:center;

    font-family:"helvetica_neuebold", Arial, Helvetica, sans-serif;

    font-style: italic;

    padding:0;

}



.field-6 .btn-bg .btn {

	width:200px;

	height:48px;

	float:left;

	font-size:22px;

	color:#FFFFFF;

	text-transform:uppercase;

	text-align:center;

	line-height:48px;

	font-family:"helvetica_neuebold", Arial, Helvetica, sans-serif;

	text-shadow:#999 0 1px 1px;

	background:#97c0e6;

	border:none;

	cursor:pointer;

	border-radius:2px;

	behavior: url(PIE.htc);

	position:relative;

	padding:0;

	margin:0 15px 0 0

}



.field-6 .btn-bg .btn:hover {

	background:#5593cc;

}



.field-6 .btn-bg .btn:focus {

	background:#5593cc;

	border:none;

	outline: 0;

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none

}



.dd_why {

	clear:both;

	float:left;

	font-size:.8em;
	
	margin-left:2px;

}



.tooltip {

  position: relative;

  /*background: #ffffff;*/

  cursor: help;

  display: inline-block;

  text-decoration: none;

  color: #222;

  outline: none;

}



.tooltip span {

  visibility: hidden;

  position: absolute;

  bottom: 30px;

  left: 50%;

  z-index: 999;

  width: 230px;

  margin-left: -127px;

  padding: 10px;

  border: 2px solid #ccc;

  opacity: .9;

  background-color: #ddd;

  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));

  border-radius: 4px;

  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;

  text-shadow: 0 1px 0 rgba(255,255,255,.4);

}



.tooltip:hover {

  border: 0; /* IE6 fix */

}



.tooltip:hover span {

  visibility: visible;

}



.tooltip span:before,

.tooltip span:after {

  content: "";

  position: absolute;

  z-index: 1000;

  bottom: -7px;

  left: 50%;

  margin-left: -8px;

  border-top: 8px solid #ddd;

  border-left: 8px solid transparent;

  border-right: 8px solid transparent;

  border-bottom: 0;

}



.tooltip span:before {

  border-top-color: #ccc;

  bottom: -8px;

}


#footer-text{
	color:#000;
	display:block;
	margin:0 0 10px 40px;
}

.footer-bar {

	width:100%;

	min-height:65px;

	float:left;

	background:#242021;

	background:-moz-linear-gradient(#696a6d, #242021);

	background: -webkit-gradient(linear, left top, left bottom, from(#696a6d), to(#242021));

	-pie-background: linear-gradient(#696a6d, #242021);

	background: -o-linear-gradient(#696a6d, #242021);

	behavior: url(PIE.htc);

	position:relative;

	padding:20px 0 10px 0

}



.footer-bar .btn-verify {
	float:left;
	margin:-15px 0 0 15px;
	width:110px;
	height:59px;
	vertical-align: middle;


}



.footer-bar aside {

	/*width:450px;*/

	float:left;

	padding:2px 0 0 40px

}



.footer-bar aside p {

	font-size:12px;

	color:#d1d3d4;

	line-height:16px;

	padding:0 0 5px 0

}



.footer-bar aside p a {

	color:#d1d3d4

}



.footer-bar .donat-pop-btn {

	float:right;

	position:absolute;

	top:-121px;

	right:2px

}


.footer-bar .ssl {
	float:right;
	margin-right:75px;
}



/*

----------------------------------------

04. right-panel

----------------------------------------

*/



.right-panel {

	width:275px;

	float:right;

	background:#FFFFFF;

	border:1px solid #d1d3d4;

	border-radius:3px;

	behavior: url(PIE.htc);

	position:relative;

	padding:10px 20px 20px 20px

}



.question-info {

	width:100%;

	float:left;

}



.question-info h3 {

	width:100%;

	float:left;

	font-size:18px;

	color:#414042;

	font-family:"helvetica_neuebold", Arial, Helvetica, sans-serif;

	background:url(../images/icon-question.png) no-repeat left center;

	padding:10px 0 10px 30px;

	margin:0 0 20px 0

}



.question-info ul {

	width:100%;

	float:left;

	padding:0 0 10px 0

}



.question-info ul li {

	width:100%;

	float:left;

	color:#666666;

	padding:0 0 10px 0

}



.question-info ul li a {

	color:#666666;

	background:url(../images/arrow04.png) no-repeat 0 3px;

	padding:0 0 0 20px;

	-webkit-transition: none;

	-moz-transition: none;

	-o-transition: none;

	transition: none

}



.question-info ul li a:hover {

	text-decoration:none

}



.question-info ul li a.active {

	background:url(../images/arrow05.png) no-repeat 0 5px

}



.question-info ul li .drop-box {

	width:100%;

	float:left;

	padding:15px 0 5px 0;

	position:relative;

	display:none

}



.question-info ul li .drop-box a {

	background:none;

	padding:0

}



.question-info ul li .drop-box a:hover {

	text-decoration:underline

}



.question-info .btn-verify {

	width:100%;

	float:left;

	background:url(../images/divider01.png) repeat-x top left;

	padding:15px 0 0 0

}

.show_err{

	font-size: 16px;

	color: #333;

	padding:5px;

	background-color: #f8cfcd;

	border:1px solid #ee817d;

	border-radius: 7px;

	margin-top:10px;

	margin-left:auto;

	margin-right:auto;

	width:80%;

	display:block;

  z-index:100;

}



.hide_err{

    font-family: Arial, Helvetica, sans-serif;

    color: #f00;

    font-size: 12px;

    font-weight: bold;

    display:none;

}



.err{

    font-family: Arial, Helvetica, sans-serif;

    color: #f00;

    font-size: 12px;

    font-weight: bold;

}



.glowing-border {

    border: 1px solid #ff0000;

/*    border-radius: 10px;*/

    outline: none;

    border-color: #ff0000;

    -moz-box-shadow: 0 0 15px #ff0000;

    -webkit-box-shadow: 0 0 15px #ff0000;

    box-shadow: 0 0 10px 1px #ff0000;

}



.receipt-notice {

	border:thin solid #999;

	padding:8px

}



.receipt-tribute {

	float:right;

	margin-left:30px;

	width:250px;

	border:thin grey solid;

	padding:7px

}



.receipt-table {

	padding:0 5px 3px 0;

	width:100%

}



.receipt-table .left {

	width:20%;

	vertical-align:top

}





</style>

