/* Preview Published Form CSS */

.form_block {
	clear: both;
	background: #fbfbfb url(form_left.gif) repeat-y top left;
	*background: #fbfbfb url(form_left_ie.gif) repeat-y top left;
	_background-image: none;
	_background-color:#fbfbfb;
	border:1px solid #fff;
}

.pf_form_table {
	clear: both;
	*clear: none;
	width:100%;
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
	color:#000;
	background: transparent url(form_right.gif) repeat-y top right;
	_background: none;
}
* html .pf_form_table {
	clear: none;
	margin-top: -17px;
}

.col3 .pf_form_table {
	padding: 16px 5px 16px;
}

.pf_field_row 
{
	vertical-align: top;
	font-size:12px;
}

.pf_field_row_bad {
	vertical-align: top;
	background-color: #ff3300;
	font-size:12px;
	color:#fff;
}

.pf_label_cell 
{
	text-align:right;
	font-size:12px;
	
	padding: 5px 7px 5px 10px;
}

.pf_label_cell_bad {
	padding: 5px 7px 5px 10px;
	text-align:right;
	font-size:12px;
	
}

.pf_label_text {
font-size:12px;
}

.pf_label_text_bad {
font-size:12px;
}

.pf_field_cell {
padding: 5px 0px 5px 0px;
font-size:12px;
}

.pf_field_cell_bad {
padding: 5px 0px 5px 0px;
font-size:12px;
}

.pf_hint_cell {
font-size:12px;
padding-left:5px;
}

.pf_hint_text {
	font-size:10px;
	color:#333;
	display:block;
}

.pf_hint_text_bad {
font-size:10px;
	color:#666666;
	display:block;
}

.pf_hr_cell {
}

.pf_hr {
color:#e9e9e9;
width:100%;
margin:1px auto 1px auto;
}

hr{
	height:1px;
	border:0px;
	color:#e9e9e9;
	background-color: #e9e9e9;
}

.pf_prefield_cell {
padding:5px 10px 5px 10px;
font-size:12px;
}

.pf_prefield_text {
font-weight:bold;
font-size:12px;
}

.pf_postfield_cell {
font-size:12px;
padding:5px 10px 5px 10px;
}

.pf_postfield_text {
font-size:12px;
}

.pf_text {
	width:140px;
	font-size:12px;
}

.pf_text_narrow {
font-size:12px;
width:75px;
}

.pf_text_wide {
font-size:12px;
width:200px;
}

.pf_dropdown {
font-size:12px;
width:140px;
}

.pf_checktable 
{
	margin-left: -3px;
	margin-top: -3px;
	border-collapse: collapse;
	font-size:12px;
}

/*.pf_radiotable input, .pf_checktable input{float:left;}

.pf_radiotable label, .pf_checktable label{float:left;}*/

.pf_radiotable {
	
	border-collapse: collapse;
	font-size:12px;
	vertical-align:top;
}

.pf_multiline {
	font: 12px/15px Arial, Helvetica, sans-serif;
}

.pf_listbox {
font-size:12px;
}

.pf_submit_cell 
{
	padding-top: 7px;
	font-size:12px;
	padding-bottom: 7px;
	padding-left:10px;
	padding-right:10px;
}

.col3 .pf_submit_cell {
	padding-left: 0;
	padding-right: 0;
}

.pf_submit_button {
padding-top: 0px;
font-size:12px;
}

.pf_submit_image {
font-size:12px;
}

 .pf_dropdown_wide{

 width:200px;

 

 }

 

.pf_dropdown_narrow{

width:75px;

}



 .pf_listbox_wide{

 width:200px;

 }

 

 .pf_listbox_narrow{

 width:75px;

 }



 .pf_multiline_wide{

 width:200px;

 }

 

 .pf_multiline_narrow{

 width:75px;

 }
 
 
  
  /*begin form hooks for top and bottom rounded corners and such*/
 
.pf_upleft_corner {
	float: left;
	width: 50%;
	height: 11px;
	
	background: #fbfbfb url(form_topLeft.gif) top left no-repeat;
	_background: none;
}html>body .pf_upleft_corner{background: #fbfbfb url(form_topLeft.gif) top left no-repeat;*background: #fbfbfb url(form_topLeft.gif) top left no-repeat;}

.pf_upright_corner {
	float: right;
	width: 50%;
	height: 11px;
	
	background: #fbfbfb url(form_topRight.gif) top right no-repeat;
	_background: none;
}html>body .pf_upright_corner{background: #fbfbfb url(form_topRight.gif) top right no-repeat;*background: #fbfbfb url(form_topRight.gif) top right no-repeat;}

.pf_loleft_corner {
	float: left;
	width: 50%;
	height: 11px;
	background: url(form_bottomLeft.gif) top left no-repeat;
	_background: none;
}

.pf_loright_corner {
	float: right;
	width: 50%;
	height: 11px;
	background: url(form_bottomRight.gif) top right no-repeat;
	_background: none;
}
