form{
	font-family: 'Poppins', sans-serif;
}
form p{
	margin-bottom:10px;
}



p.inst, span.inst{
	margin-top:2px;
	margin-bottom:2px;
	/* color:#221111; */
	color: #000000;
	font-size:14px;
	/* font-style:italic; */
	font-family:Poppins, sans-serif;
	line-height:normal;
}

span.ast{
	color:#900;
	font-size: larger;
}

/* input.text, textarea.text, select.text{
    line-height: 20px;
    padding: 4px 10px;
    width: 340px;
} */

input.readonly, textarea.readonly{
   background: #e3e3e3;
    border: thin solid #d1d1d1;
    color: #707070;
    font-style: normal;
}

textarea.text{
	height: 120px;
}

textarea.tip{
	height: 170px;
    line-height: 20px;
    width: 350px;
}

textarea.tell_a_friend{
	height:130px;
}

input.focussed, textarea.focussed{
	background:#E3E3E3;
	font-style:normal;
	color:#222222;
	border-color:#A3A3A3;
}

form label{
	display:inline-block;
	width:140px;
	/* text-align:right; */
	font-size:14px;
	line-height:20px;
	margin-right:50px;
	height:21px;
	font-weight:275;
}
form label.text{
	margin-right:5px;
}
form label.textarea{
	vertical-align:top;
}

form label.number{
	width:238px;
}

form label.copy{
	vertical-align:middle;
}

form label.display{
	font-size: 12px;
    vertical-align: bottom;
    width: 70px;
}

form label.radio,
form label.checkbox {
    margin-left: 4px;
    text-align: left;
    vertical-align: bottom;
    width: auto;
}

form label.slider{
	height:auto;
}

div#framing_costs_holder{
	margin-left:200px;
}

form div#framing_costs_holder p{

}

form div#framing_costs_holder label{
	width:120px;
}

form div#framing_costs_holder input.text{
   width:120px
}

#SignupForm label{
    width:320px;
}
#SignupForm label.number{
    width:358px;
}
#SignupForm span.options-container{
   display:inline-block;
   width: 550px;
}


select.number{
	width:54px;
}

label.error, span.error{
	color: #D4232B;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    text-align: right;
    width: 290px;
	line-height:normal;
	margin-left: 190px;
    margin-top: 5px;
    text-align: left;
	display:block;
}

#SignupForm label.error, #SignupForm span.error{
    margin-left: 330px;
}

.button{
    height: 26px;
    line-height: 20px;
    padding: 0 10px 2px;
    width: 165px;
	color:#222222;
}

.button:hover{
	background:#AEAEAE;
	color:#FFF;
	cursor:pointer;
}

.small_button{
	width:80px;
}

#form_return, #error_form_return{
	width:400px;
	margin:30px auto;
	border:dotted thin #02501A;
	padding:15px;
	text-align:center;
	padding-bottom:35px;
	background:#E3E3E3;
	text-align:center;
}

#error_form_return{
	background:#C30;
	color:#FFF;
	text-align:left;
}

div.errorbox{
	background: none repeat scroll 0 0 #f8dbdb;
    border: 1px solid #ff3333;
    /* color: #ff3333; */
		color: #D4232B;
    margin-bottom: 10px;
    padding: 3px 10px;
}

#mailing-list-form div.errorbox{
	color: #000000 !important;
	width: 369px;
  margin-left: 78px;
}
div.feedbackbox{
	background: none repeat scroll 0 0 #ccebd6;
    /* border: 1px solid #009933; */
    /* color: #009933; */
    margin-bottom: 10px;
    /* padding: 5px 10px; */
		padding: 5px 10px 5px 75px;
    font-size:14px;
}

#mailing-list-form div.feedbackbox{
	background: transparent;
}

#saveforlater-form div.feedbackbox{
	background: none repeat scroll 0 0 #ffffff;
	color: #000000;
	font-family: Poppins, sans-serif;
	padding: 5px 0;
}

#saveforlater-form{
	height: 240px !important;
	overflow: hidden;
}

#feedback_form_table{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%
}

#feedback_form_table th{
	font-size: 14px;
  font-weight: 700;
}

#feedback_form_table input[type="radio"]{
	width: 100px;
	height: 20px;
	padding-left: 0;
	text-align: left;
}

/*****************************
* Trade application form
******************************/
#trade-application-form label{
	width:250px;
}

/*****************************
* Mailing List form
******************************/

form#new-mailing-list-form p, form#new-mailing-list-form input.firstname{
	margin-bottom:14px;
}

form#new-mailing-list-form input.text{
	width:95%;
	height:25px;
}

form#new-mailing-list-form input.firstname{
	float:left;
	width:45%;
}

form#new-mailing-list-form input.surname{
	float:right;
	width:40%;
}



/* ******************************************* */
/* NEW STULES FOR FORMS */
input, select, textarea{
	width: 369px;
	height: 47px;
	background: #FFFFFF;
	border-radius: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 21px;
	font-size:14px;
	border: 1px #000 solid;
}
input[type='submit'], .cart-button {
	font-family: 'Poppins', sans-serif;
	width: 158px;
	padding:0;
	font-weight: 500;
  font-size: 14px;
  line-height: 21px;
	border: 2px solid #000000;
	color: #000000;
	background-color: transparent;
	transition: background-color 0.5s;
}

input[type='submit']:hover, input[type='button']:hover, .cart-button:hover, button:hover, a.apply-link:hover, .hover-white-button {
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
	background-color: #000000 !important;
	transition: 1s;
}

form#mailing-list-form{
	position: relative;
}

form#mailing-list-form input[type=email]{
	border: none;
	margin-right: 21px;
}

form#mailing-list-form input[type=text], form#mailing-list-form input[type=email]{
	width: 170px;
	padding-left: 18px;
}

form#mailing-list-form input[type=text]{
		border: none;
		margin-right:10px;
}

form#mailing-list-form input[type=submit]{
	height: 47px;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	background-color: transparent;
  color: #ffffff;
}

form#mailing-list-form #email-error{
	position: absolute;
  display: inline-block;
  right: 210px;
  top: 55px;
}

form#continue-order-form input, form#download-ebook-form input{
	margin-bottom: 10px;
	border: 1px solid #000000;
}

form#continue-order-form #continue_image_id-error, form#continue-order-form #continue_email-error{
	margin-left: 0px;
	margin-top: 0px;
}

form#price-calculator-form {
	display: flex;
	flex-wrap: wrap;
}
form#price-calculator-form select{
	width: 263px;
	padding: 0 10px;
	text-align: left;
	border: 1px solid #D4D4D4;
}
form#price-calculator-form select.small-input {
    width: 115px;
}

form#price-calculator-form label{
	width: 182px;
}
form#contact-us-form textarea{
	height:100px;
}

form#contact-us-form label.error{
	margin-left:0px;
}

#gv_value{
	width: 134px;
}

form#address_details label{
	width: 115px;
}
form#address_details label.error {
  width: 100%;
	margin-left: 165px;
}
form#address_details input[type=checkbox].css-checkbox, form#confirm_order input[type=checkbox].css-checkbox{
	position: inherit;
	clip: rect(0 0 0 0);
  height: 18px;
  width: 18px;
  margin-left: 8px;
  border: 2px #000000 solid;
}
form#address_details input[type=checkbox].css-checkbox + label.css-label, form#confirm_order input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 20px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}
.without-main-label{
	position: relative;
	padding-left: 133px;
}

.without-main-label .main-label {
	position: absolute;
  left: 0;
  top: 14px;
}

#address_details label.css-label{
		width:600px;
}

#remember, #no_paperwork, #subscribe{
	margin-left: 0px !important;
}

#address_details .address-submitter-btn, #confirm_order .adjust-order-btn, #confirm_order .confirm-order-btn,
#make-payment .pay-by-eft-btn, #make-payment .pay-by-cc-btn {
	width: 352px;
	text-transform: uppercase;
	margin-top: 30px;
}

#address_details .address-submitter-btn {
  background: url('/images/next-arrow-icon.svg') no-repeat 95% center;
  text-align: left;
  padding-left: 20px;
}

#address_details .address-submitter-btn:hover {
  background-image: url('/images/white-next-arrow-icon.svg');
  transition: 1s;
}

#confirm_order .adjust-order-btn{
	width: 150px;
	margin-top: 10px;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

#confirm_order .confirm-order-btn {
	width: 260px;
	background: url('/images/next-arrow-icon.svg') no-repeat 95% center;
	text-align: left;
	padding-left: 15px;
}

#confirm_order .confirm-order-btn:hover {
	background-image: url('/images/white-next-arrow-icon.svg');
	transition: 1s;
}

#address_details select, #confirm_order select{
	background: none;
}

#address_details #d_suburb, #address_details #d_state {
	margin-left: 3px;
}

#address_content #recepient-phone-section, #address_content #recepient-email-section {
	display: none;
}

#make-payment label {
  width: auto;
}

#make-payment .pay-by-eft-btn, #make-payment .pay-by-cc-btn {
	width: 200px;
	margin-top: 10px;
}

a.apply-link{
	border: 2px solid #000000;
	border-radius: 5px;
  background-color: #ffffff;
  min-width: 103px;
  height: 47px;
  text-transform: uppercase;
  padding: 12px 0px;
  /* height: 47px; */
  display: inline-block;
  text-align: center;
  margin-top: 0px;
  font-weight: 500;
	text-decoration: none;
}

form#confirm_order p {
	margin-bottom: 20px;
}

#confirm_order p.without-main-label {
  padding-left: 190px;
}

/* ******************************************* */

/*****************************
* Responsive styles
******************************/
@media (max-width: 1023px) {
	form label{ text-align: left;}
}

@media (max-width: 767px) {
    input.text, textarea.text, select.text{ width: 222px;}
	label.error, span.error{ margin-left: 0 }
}

@media (max-width: 599px) {
    input.text, textarea.text, select.text{ width: 340px;}
	label.error, span.error{ margin-left: 0 }
}
@media (max-width: 479px) {
    input.text, textarea.text, select.text{ width: 242px;}
	label.error, span.error{ margin-left: 0 }

	form#new-mailing-list-form input.surname {
        float: left;
        width: 100%;
    }

    form#new-mailing-list-form input.firstname {
         margin-bottom: 0px;
         width: 100%;
    }
}
