


label {
display: block;
color: #48484d;
margin: 0px;
padding-bottom: 5px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 0.9em;
}


fieldset {

padding: 5%;
padding-top: 1%;
border: 1px dotted #36234b;
margin-bottom: 1.3em;

}

fieldset.payment {
background: #bdd7a9;
color: #2e4021;
border: 1px solid #84a969;
border-radius: 5px;
}

fieldset.payment label {
color: #2e4021;
}

fieldset.payment input {
background: #ffffff;
color: #000000;
}

legend {
padding: 10px;
color: #000000;
border-bottom: none;
}

legend.payment {
background: #bdd7a9;
color: #000000;
}

.form {
clear: both;
min-height: 10px;
margin-bottom: 1em;
}

.form_sm {
clear: both;

min-height: 10px;

margin-bottom: 5px;
}

.form_nm {
clear: both;

min-height: 10px;

margin-bottom: 0px;
}

input, textarea, select {
font-size: 16px;
font-family: 'Open Sans', sans-serif;
}

input.txt {
width: 100%;
padding: 3%;
border: 2px solid #c9c9c9;
border-radius: 4px;
-webkit-appearance: none;
-moz-appearance: none;
}

input.txt_small {
width: 46%;
padding: 2%;
}

input.payment_cvc {
width: 25%;
}

input.payment_postcode {
width: 50%;
}

input.txt_ext_small {
width: 30%;
padding: 2%;
}

select.standard {
width: 100%;
padding: 3%;
border: 2px solid #c9c9c9;
border-radius: 4px;
}

textarea.txt {
width: 100%;
padding: 3%;
height: 130px;
border: 2px solid #c9c9c9;
border-radius: 4px;
-webkit-appearance: none;
-moz-appearance: none;
}

input.chkbox {
cursor: pointer;
}

.form_float {
float: left;
min-height: 10px;
margin-right: 20px;
}

.form_float_nm {
margin-right: 0px;
}

.form_float select {
padding: 2px;
}

input.sub_button {
background: #33b2b9;
color: #ffffff!important;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
border-radius: 4px;
text-decoration: none!important;
font-size: 18px;
font-family: 'Lato', sans-serif;
font-weight: 400;
border: none;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
}










