
.ww_fb_formTable
{
	width: 755px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.ww_fb_formTable td
{
	padding: 8px;
	font-family: lato_regular;
	font-size: 15px;
	color: #4a4a4a;
}

input[type="text"],
textarea,
select,
input[type="email"]
{
	font-family: lato_regular;
	font-size: 14px;
	color: #4a4a4a;
	border: 1px solid #e3e3e3;
}

input[type="text"]:focus,
textarea:focus,
select:focus,
input[type="email"]:focus
{
	outline: none;
	border: 1px solid #ef4d3b;
	box-shadow: 0 0 5px #ef4d3b;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

.ww_fb_description
{
	font-family: source_sans_pro_regular;
	font-size: 16px;
	color: #4a4a4a;
}

.radio_button_label, .checkbox_label
{
	font-weight: normal !important;
}

.ww_fb_formRowOdd
{
	/*background-color:#F0F0F0;*/
}

.ww_fb_form_row_section_title, .ww_fb_form_row_section_title td, .ww_fb_form_row_section_title td *
{
	background-color:#333333;
	color:#FFFFFF !important;

}

.ww_fb_form_row_section_title td i
{
	font-weight: normal;

}


.ww_fb_formLabelColumn
{
	width: 165px;
	padding-right: 20px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;

}

.ww_fb_formLabelColumn i
{
	color:grey;
	font-size: 9pt;
	padding-left:20px;
	display:inline-block;
}

.required_marker
{
	color: #4a4a4a;
}

.ww_fb_formRow  input[type=text],  .ww_fb_formRow input[type=password]
{
	width: 568px;
	font-size: 16px;
	padding:5px;

}

.ww_fb_formRow select
{
	font-size: 16px;
	padding:5px;
	min-width: 212px;
}


.ww_fb_formRow textarea
{
	width: 568px;
	height: 69px;
	font-size: 16px;
	padding: 5px;
}
.ww_fb_formRow .submit_button
{
	padding:10px;
}

.ww_fb_formRow .attachment_status_cell
{
	padding-top: 0px;
	padding-bottom: 0px;
}

.ww_fb_formRow .attachment_status_cell label
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	font-weight: normal;
}

.ww_fb_formRow .attachment_status_cell label.error
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	color: red;
	font-weight: bold;
}

.ww_fb_formRow .attachment_status_cell label.error a
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

.ww_fb_formRow .attachment_status_cell label.error a:hover
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.ww_fb_formRow .attachment_size_label
{
	font-size: 13px;
	line-height: 1em;
	white-space: nowrap;
}

.ww_fb_formRow .attachment_remove_label
{
	font-size: 13px;
	line-height: 1em;
}

tr.rowSubmitButton td.ww_fb_formRow_mobile, tr.rowSubmitButton td
{
	text-align:center;
	padding:20px;
}


/* MOBILE */
/* MOBILE */
/* MOBILE */
.ww_fb_formTable_mobile
{
	margin-bottom:0px;
	width: 100%;
	padding:10px;
}
.ww_fb_formRow_mobile td input[type=text],  .ww_fb_formRow_mobile td select, .ww_fb_formRow_mobile td input[type=password]
{
	width:95%;
	font-size:12pt;
	padding:5px;
}

.ww_fb_formRow_mobile td textarea
{
	width:95%;
	height:150px;
	font-size:12pt;
	padding:5px;
}

.ww_fb_formTable_mobile td
{
	padding:10px !important;
}

.ww_fb_formRow_mobile .text_box
{
	font-size:15pt;
}

.ww_fb_formRow_mobile .attachment_mobile_status_cell
{
	padding-top: 0px;
	padding-bottom: 0px;
}

.ww_fb_formRow_mobile .attachment_mobile_status_cell label
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	font-weight: normal;
}

.ww_fb_formRow_mobile .attachment_mobile_status_cell label.error
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	color: red;
	font-weight: bold;
}

.ww_fb_formRow_mobile .attachment_mobile_status_cell label.error a
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

.ww_fb_formRow_mobile .attachment_mobile_status_cell label.error a:hover
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.ww_fb_formRow_mobile .attachment_mobile_size_label
{
	font-size: 13px;
	line-height: 1em;
	white-space: nowrap;
}

.ww_fb_formRow_mobile .attachment_mobile_remove_label
{
	font-size: 13px;
	line-height: 1em;
}

.ww_fb_formRow_mobile .attachment_mobile_upload_restrictions_warning
{
	font-size: 10px;
	line-height: 1em;
	font-style: normal;
	color: gray;
	font-weight: normal;
}
/* /MOBILE */
/* /MOBILE */
/* /MOBILE */