.body_left {
width:49.5%;
float:left;
}
.body_right {
width:49.5%;
float:right;
}
.body_left img, .body_right img {
max-width:100%;
}
.five_columns {
width:20%;
float:left;
margin-top:10px;
overflow:hidden;
  text-align:center;
}

.moduletable-bakery_appliance {
 padding-top:10px;
font-size: 9px;
color: #999;
clear:both;
}
.moduletable-bakery_appliance h3{
font-size: 24px;
font-weight: normal;
/* font-family: 'Archer A', 'Archer B', "Courier New", monospace; */
font-family: Archer;
text-transform: uppercase;
color: #48283C;
text-align: center;
}
.app_desc {
 display: block;
min-height: 67px;
text-align: left;
font-size:11px;
margin-right:3%;
}
.app_title {
text-align:left;
display:block;
color: #48283C;
/* font-family: 'Archer A', 'Archer B', "Courier New", monospace; */
font-family: Archer;
font-size: 12px;
font-style: italic;
font-weight: 600;
}
.moduletable-bakery_appliance .obg_button.obg_full {

border-radius:0px;
padding: 7px 0px;
width:99%;
}
@media (max-width:940px) {
.moduletable-bakery_appliance {
  text-align:center;
}
.five_columns {
width:20%;
float:none;;
display:inline-block;
}  
}
@media (max-width:940px) {
.five_columns {
width:30%;
}
}
@media (max-width:640px) {
.five_columns {
width:33%;
}
}
@media (max-width:580px) {
.five_columns {
width:40%;
}
}
@media (max-width:480px) {

.body_left {
width:100%;
float:none;
}
.body_right {
width:100%;
float:none;
}

.five_columns {
width:49%;
}
}
@media (max-width:400px) {
.five_columns {
width:98%;
}
}


#bakeclubForm {
 padding:10px 0;
}


#bakeclubForm fieldset.formFieldset ol.formContainer li {
	padding: 5px;
	padding-top: 8px;
}
#bakeclubForm fieldset.formFieldset ol.formContainer li {
margin:0 30px;
}
#bakeclubForm fieldset.formFieldset ol.formContainer li.reform-block-error {
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
}
#bakeclubForm fieldset.formFieldset ol.formContainer li.reform-block-error .formCaption {
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
}
#bakeclubForm .formError {
	display: none;
}
#bakeclubForm .formRed {
	color: #C02848;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}
#bakeclubForm input[type="text"].rsform-error, 
#bakeclubForm textarea.rsform-error {
	border: 1px solid #C02848;
}
#bakeclubForm input[type="file"].rsform-upload-box.rsform-error {
  color:#c02848;
}
#bakeclubForm .rsform-block-terms .formError {
display:block;
color:#c02848;
}
#bakeclubForm legend {
	/* font-family: 'Archer A', 'Archer B', "Courier New", monospace; */
	font-family: Archer;
	color: #48283C;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 100;
        text-align:center;
        width:100%;
}
#bakeclubForm .rsform-block-intro .formBody {
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 0px;
	width: 100%;
        text-align:center;
}
#bakeclubForm .formCaption {
	color: #48283C;
	/*text-transform: uppercase;*/
	/* font-family: 'Archer A', 'Archer B', "Courier New", monospace; */
	font-family: Archer;
	font-size: 13px;
	line-height: 1.3em;
	width: 22%;
	margin-top: 7px;
}
#bakeclubForm .formBody {
	width: 78%;
}
#bakeclubForm .rsform-select-box,
#bakeclubForm input[type="text"], 
#bakeclubForm .rsform-block-country select , 
#bakeclubForm .rsform-block-type select{
	border-radius: 10px;
	border: none;
	font-size: 14px;
	padding: 4px 0;
	width: 98%;
	border: 1px solid white;
	background-color: white;
	padding-left: 2%;
	box-shadow: none;
	-webkit-appearance: none
}
#bakeclubForm input[type="text"], #bakeclubForm .rsform-block-country select , #bakeclubForm .rsform-block-type select {
	width: 98%;
}

#bakeclubForm .rsform-block-dob #dobd, 
#bakeclubForm .rsform-block-dob #dobm, 
#bakeclubForm .rsform-block-dob #doby {
	border-radius: 10px;
	border: none;
	font-size: 14px;
	border: 1px solid white;
	background-color: white;
	padding: 4px 2%;
	box-shadow: none;
	-webkit-appearance: none
}
#bakeclubForm .rsform-block-dob .formBody {
	width: 50%;
}
#bakeclubForm .rsform-block-phone .formBody {
	width: 60%;
}
#bakeclubForm .rsform-block-dob .formBody {
}
#bakeclubForm .optional {
	margin-top: 8px;
	margin-left: 10px;
	font-size: 10px;
	color: #666;
	float: right;
}

#bakeclubForm textarea {
	border: none;
	font-size: 14px;
	resize: none;
		height:50px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid white;
	width: 98%;
	padding-left: 2%;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#bakeclubForm textarea  {
    height:200px;
}
#bakeclubForm .rsform-block-verification img {
	float: right;
	margin-right: 30px;
	border-radius: 8px;
	margin-top: 2px;
	height: 27px;
}
#bakeclubForm .rsform-block-verification-text .formBody {
	font-size: 12px;
	color: #666;
}
#bakeclubForm .rsform-block-verification-text .formBody span {
	margin-left: 5%;
}
#bakeclubForm .rsform-block-verification br {
	display: none;
}
#bakeclubForm input#captchaTxt170.rsform-captcha-box {
	float: left;
	width: 59% !important;
	text-align: left !important;
}

#bakeclubForm .form_text {
	/* font-family: 'Archer A', 'Archer B', "Courier New", monospace; */
	font-family: Helvetica;
        font-style:italic;
}
#bakeclubForm .rsform-submit-button {
	width: 100%;
	color: white;
	/* font-family: 'Archer A', 'Archer B', "Courier New", monospace; */
	font-family: Helvetica;
	background-color: #48283C;
	border: 1px solid #48283C;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 0;
}

#bakeclubForm #heard {
		border-radius: 10px;
	border: none;
	font-size: 14px;
	padding: 4px 0;
	width: 98%;
	border: 1px solid white;
	background-color: white;
	padding-left: 2%;
	box-shadow: none;
	-webkit-appearance: none
}
#bakeclubForm #heard  {
	width: 90%;
}


@media all and (max-width: 630px) {
#bakeclubForm .rsform-block-phone .formBody {
	width: 50%;
}

}

@media all and (max-width: 530px) {
#bakeclubForm .rsform-block-verification-text .formBody {
	font-size: 11px;
}
#bakeclubForm .rsform-block-verification-text .formBody span {
	margin-left: 0%;
}
#bakeclubForm .formCaption {
	width: 32%;
}
#bakeclubForm .formBody {
	width: 68%;
}
#bakeclubForm .rsform-block-verification img {
	margin-right: 0px;
}
}

@media all and (max-width: 480px) {
#bakeclubForm {

}

#bakeclubForm input#captchaTxt170.rsform-captcha-box {
	width: 55% !important;
}
#bakeclubForm .rsform-submit-button {
	font-size: 11px;
}
#bakeclubForm .rsform-block-dob .formBody {
	width: 60%;
}
#bakeclubForm .rsform-block-phone .formBody {
	width: 45%;
}
#bakeclubForm {
	margin-right: 0%;
}

}

