/***********************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$
 \______/ |________/ \______/ |_______/ |__/  |__/|________/
 ***********************************************************/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus
{
	outline: none;
	border: 2px solid #e7a613;
	box-shadow: 0 0 5px #e7a613;
	-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;
}

select:focus,
textarea:focus
{
	outline: none;
	border: 1px solid #e7a613;
	box-shadow: 0 0 5px #e7a613;
	-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;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea
{
	font-family: Arial;
	color: #000000;
}

.required_marker
{
	color: #FF0000;
}

.ww_fb_formRowOdd
{
	background-color: #F0F0F0;
}

 /********************************************************************************************************************
 /$$$$$$$  /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$  /$$$$$$$        /$$$$$$$$ /$$$$$$  /$$$$$$$  /$$      /$$
| $$__  $$| $$_____/ /$$__  $$| $$  /$$/|__  $$__//$$__  $$| $$__  $$      | $$_____//$$__  $$| $$__  $$| $$$    /$$$
| $$  \ $$| $$      | $$  \__/| $$ /$$/    | $$  | $$  \ $$| $$  \ $$      | $$     | $$  \ $$| $$  \ $$| $$$$  /$$$$
| $$  | $$| $$$$$   |  $$$$$$ | $$$$$/     | $$  | $$  | $$| $$$$$$$/      | $$$$$  | $$  | $$| $$$$$$$/| $$ $$/$$ $$
| $$  | $$| $$__/    \____  $$| $$  $$     | $$  | $$  | $$| $$____/       | $$__/  | $$  | $$| $$__  $$| $$  $$$| $$
| $$  | $$| $$       /$$  \ $$| $$\  $$    | $$  | $$  | $$| $$            | $$     | $$  | $$| $$  \ $$| $$\  $ | $$
| $$$$$$$/| $$$$$$$$|  $$$$$$/| $$ \  $$   | $$  |  $$$$$$/| $$            | $$     |  $$$$$$/| $$  | $$| $$ \/  | $$
|_______/ |________/ \______/ |__/  \__/   |__/   \______/ |__/            |__/      \______/ |__/  |__/|__/     |__/
*********************************************************************************************************************/
.ww_fb_formTable
{
	margin-bottom: 20px;
}

.ww_fb_formTable td
{
	padding: 10px;
}

.ww_fb_formLabelColumn
{
	color: #000000;
	width: 40%;
	padding-right: 50px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.ww_fb_formLabelColumn i
{
	color: #808080;
	font-size: 12px;
	padding-left: 20px;
	display: block;
}

.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_formRow input[type=text],
.ww_fb_formRow select,
.ww_fb_formRow input[type=password]
{
	width: 50%;
	max-width: 400px;
	font-size: 16px;
	padding: 5px;
}

.ww_fb_formRow textarea
{
	width: 75%;
	max-width: 500px;
	height: 150px;
	font-size: 16px;
	padding: 5px;
}

.ww_fb_formRow .submit_button
{
	padding: 10px;
}

.ww_fb_formRow .attachment_status_cell
{
	padding-top: 0;
	padding-bottom: 0;
}

.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: #FF0000;
	font-weight: bold;
}

.ww_fb_formRow .attachment_status_cell label.error a
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	color: #FF0000;
	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: #000000;
	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;
}

 /*************************************************************************************************************
 /$$      /$$  /$$$$$$  /$$$$$$$  /$$$$$$ /$$       /$$$$$$$$       /$$$$$$$$ /$$$$$$  /$$$$$$$  /$$      /$$
| $$$    /$$$ /$$__  $$| $$__  $$|_  $$_/| $$      | $$_____/      | $$_____//$$__  $$| $$__  $$| $$$    /$$$
| $$$$  /$$$$| $$  \ $$| $$  \ $$  | $$  | $$      | $$            | $$     | $$  \ $$| $$  \ $$| $$$$  /$$$$
| $$ $$/$$ $$| $$  | $$| $$$$$$$   | $$  | $$      | $$$$$         | $$$$$  | $$  | $$| $$$$$$$/| $$ $$/$$ $$
| $$  $$$| $$| $$  | $$| $$__  $$  | $$  | $$      | $$__/         | $$__/  | $$  | $$| $$__  $$| $$  $$$| $$
| $$\  $ | $$| $$  | $$| $$  \ $$  | $$  | $$      | $$            | $$     | $$  | $$| $$  \ $$| $$\  $ | $$
| $$ \/  | $$|  $$$$$$/| $$$$$$$/ /$$$$$$| $$$$$$$$| $$$$$$$$      | $$     |  $$$$$$/| $$  | $$| $$ \/  | $$
|__/     |__/ \______/ |_______/ |______/|________/|________/      |__/      \______/ |__/  |__/|__/     |__/
 *************************************************************************************************************/
.ww_fb_formTable_mobile
{
	margin-bottom: 0;
	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: 16px;
	padding: 5px;
}

.ww_fb_formRow_mobile td textarea
{
	width: 95%;
	height: 150px;
	font-size: 16px;
	padding: 5px;
}

.ww_fb_formTable_mobile td
{
	padding: 10px !important;
}

.ww_fb_formRow_mobile .text_box
{
	font-size: 21px;
}

.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: #D11242;
	font-weight: bold;
}

.ww_fb_formRow_mobile .attachment_mobile_status_cell label.error a:link,
.ww_fb_formRow_mobile .attachment_mobile_status_cell label.error a:active,
.ww_fb_formRow_mobile .attachment_mobile_status_cell label.error a:visited
{
	font-size: 10px;
	line-height: 1em;
	font-style: italic;
	color: #FF0000;
	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: #000000;
	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: #808080;
	font-weight: normal;
}