.wfm_window_content form, ul
{	/*border:1px solid #ff0000;*/
	margin: 0;
	padding: 0;
}
.wfm_window_content ul li
{
	/*margin-left:7px!important;*/
}
.wfm_window_top_actions
{
	border-bottom: 1px solid #838383;
	padding: 4px;
}
.wfm_content_div
{
	/*border: 1px solid #838383;*/
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	margin-bottom: 5px;
}
.wfm_window_bottom_actions
{
	border-top: 1px solid #838383;
	min-height: 30px;
	padding: 4px;
}
.wfm_window_content
{
	background-color: #F3F3F3;
	padding-top: 10px;
	border: 1px solid #838383;
}
.wfm_window_content h3
{
	padding: 0!important;
	margin-top: 20px!important;
	margin-bottom: 5px!important;
}
.wfm_window_content table td
{
	padding: 3px;
}
.wfm_window_content input[type="radio"]
{
	margin-top: 1px;
}
.wfm_window_content ul
{	margin-left: 28px;
}
/*
ul.user_status_change
{
	padding-left:30px;
}
#ul_preview_page_product_summary
{
	padding-left:20px;
}
*/
.wfm_window_content select
{
    width: 308px;
}
.text_input
{
	width: 303px;
}
#status_change_to
{
	width: 120px;
}
.red_asterisk
{	color: red;
	font-weight: normal!important;
}
.sum
{	border-bottom-style: double;
}
.css_innerWindowControl
{
	/*border-left:2px solid #000000;*/
	/*padding-left:10px;*/
}

.tablerow_0
{
	background-color:#F3F3F3!important;
}
.tablerow_1
{
	background-color:#ffffff!important;
}

p.thank_you_sentences
{
	text-align: center!important;
	font-weight: bold;
}
p.preview_page
{
	padding: 5px;
	margin-bottom: 5px;
}
/*ERROR*/
/*
.error_msg_ul_show
{
	margin:0px;
	margin-bottom:5px;
	margin-left:20px!important;
	padding-left:0px!important;
}
.error_msg_ul_show li
{
	padding-bottom:6px;
	font-weight:bold;
}
.error_class
{	border:1px solid #f0a0a0;
	background-color:#F3F3F3;
	font-weight:bold;
	color:red!important;
	padding:10px;
}
.error_class ul
{	color:red!important;
	font-weight:bold;
	margin-left:4px;
}
*/

#error_msg_ul li, .error_msg_ul_show li
{
	color: red;
	margin-bottom: 4px;
}
.wfm_error_msg_div
{
	display: none;
	border: 1px solid #f0a0a0;
	background-color: #ffffff;
	font-weight: bold;
	margin-bottom: 5px;;
	padding: 10px;
}
/*div.wfm_window_content h4*/
/*{*/
	/*margin-top: 20px !important;*/
	/*margin-bottom: 5px !important;*/
/*}*/
.co_wfm_preview_table td
{
	vertical-align: top;
	padding: 3px;
}
#co_wfm_id_ajax_loader
{
	display: none;
	width: 14px;
	height: 14px;
}

/*Organisation Search*/
.ui-autocomplete
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	margin-left: 15px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #ffffff;
	margin-top: 2px;
	width: 730px;
	/*This style does not work because it doesn't allow the menu to resize to less than the height.*/
	max-height: 200px;
	overflow-y: auto;
	/*overflow-x: hidden;*/
}
.ui-helper-hidden-accessible
{
	display: none;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active
{
	font-weight: normal;
	/*color:#ff0000;*/
	/*background-color: #999999;*/
}
.ui-menu .ui-state-focus.ui-menu-item,
.ui-menu .ui-state-active.ui-menu-item
{
    font-weight: normal;
    color: #66B31A;
    text-decoration:underline;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus
{
    color: inherit; /*jQ overwrite*/
    background: none; /*jQ overwrite*/
    border: 0 none; /*jQ overwrite*/
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active
{
    margin: 0; /*jQ overwrite*/
}
.ui-menu .ui-menu-item
{
	padding: 1px;
}
.ui-menu .ui-menu-item:hover
{
	cursor: pointer;
}

#co_wfm_form_preview_button
{
	/*display: inline!important;*/
}
#product_summary_ul
{
	/*list-style: none;*/
}
.co_wfm_radio_wrapper input,
.co_wfm_radio_wrapper label,
.co_wfm_checkbox_wrapper input,
.co_wfm_checkbox_wrapper label
{
	cursor: pointer;
}
.co_wfm_radio_wrapper,
.co_wfm_checkbox_wrapper
{
	display: inline-block;
    margin-bottom: 0;
	margin-right: 10px;
    position: relative;
	padding-left: 20px;
    vertical-align: middle;
	min-height: 20px;
}
.co_wfm_radio_wrapper input[type="radio"],
.co_wfm_checkbox_wrapper input[type="checkbox"]
{
	margin-top: 0;
	margin-left: -20px;
	position: absolute;
}
.co_wfm_input_vertical .co_wfm_radio_wrapper,
.co_wfm_input_vertical .co_wfm_checkbox_wrapper
{
	display: block;
}
.co_wfm_disabled
{
	color: #ACACAC;
}