/* Preview Published Form CSS */

.form_block {
	clear: both;
}

.pf_form_table {
	clear: both;
	*clear: none;
	width:100%;
	font: 10px/16px Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
	color:#657c38;
	background: none;
	font-weight:bold;
}
* 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:10px;
}

.pf_field_row_bad {
	vertical-align: top;
	background-color: #ff3300;
	font-size:10px;
	color:#fff;
}

.pf_label_cell 
{
	text-align:left;
	font-size:10px;
	background: url(form_label_bg.gif) no-repeat right 1px;
	
	padding-left:7px;
	height:22px;
line-height:22px;
	vertical-align:top;
	margin-top:3px;
}html>body .pf_label_cell{background: url(form_label_bg.gif) no-repeat right 0px;*background: url(form_label_bg.gif) no-repeat right 1px;}

.pf_label_cell_bad {
	padding: 5px 7px 5px 10px;
	text-align:right;
	font-size:10px;
	vertical-align:top;
	
}

.pf_label_text {
font-size:10px;
}

.pf_label_text_bad {
font-size:10px;
}

.pf_field_cell {
padding: 0px 0px 5px 0px;
font-size:10px;
vertical-align:top;

}

.pf_field_cell_bad {
padding: 5px 0px 5px 0px;
font-size:10px;

}

.pf_hint_cell {
font-size:10px;
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:#000;
width:100%;
margin:1px auto 1px auto;
}

hr{
	height:1px;
	border:0px;
	color:#000;
	background-color: #000;
}

.pf_prefield_cell {
padding:5px 10px 5px 10px;
font-size:10px;
}

.pf_prefield_text {
font-weight:bold;
font-size:10px;
}

.pf_postfield_cell {
font-size:10px;
padding:5px 10px 5px 10px;
}

.pf_postfield_text {
font-size:10px;
}

.pf_text {
	width:140px;
	font-size:10px;
border:1px solid #fefefe;
 height:18px;
  background:#fefefe;
}

.pf_text_narrow {
font-size:10px;
width:90px;
border:1px solid #fefefe;
 height:18px;
  background:#fefefe;
}

.pf_text_wide {
font-size:10px; width:99%;

border:1px solid #fefefe;
 height:18px;
  background:#fefefe;
}

.pf_dropdown {
font-size:10px;
width:140px;

border:1px solid #fefefe;
 height:22px;
 *margin-top:1px;
  background:#fefefe;
}

.pf_checktable 
{
	margin-left: -3px;
	margin-top: -3px;
	border-collapse: collapse;
	font-size:10px;
}

/*.pf_radiotable input, .pf_checktable input{float:left;}

.pf_radiotable label, .pf_checktable label{float:left;}*/

.pf_radiotable {
	
	border-collapse: collapse;
	font-size:10px;
	vertical-align:top;
}

.pf_multiline {
	font: 11px/15px Arial, Helvetica, sans-serif;
}

.pf_listbox {
font-size:10px;
}

.pf_submit_cell 
{
	padding-top: 7px;
	font-size:10px;
	padding-bottom: 7px;
	padding-left:0px;
	padding-right:0px;
}

.col3 .pf_submit_cell {
	padding-left: 0;
	padding-right: 0;
}

.pf_submit_button {
padding-top: 0px;
font-size:10px;
}

.pf_submit_image {
font-size:10px;
}

 .pf_dropdown_wide{ width:99%;
border:1px solid #fefefe;
  height:22px;
   background:#fefefe;
*margin-top:1px;
 }

 

.pf_dropdown_narrow{

width:90px;
border:1px solid #fefefe;
 height:22px;
 background:#fefefe;
 *margin-top:1px;
}



 .pf_listbox_wide{

border:1px solid #fefefe; width:99%;
  background:#fefefe;

 }

 

 .pf_listbox_narrow{

border:1px solid #fefefe;
 width:90px;
  background:#fefefe;

 }



 .pf_multiline_wide{ width:99%;
 background:#fefefe;
border:1px solid #fefefe;
margin-top:0px;
 }

 

 .pf_multiline_narrow{
width:90px;
border:1px solid #fefefe;
 background:#fefefe;


 }
 
 
  
  /*begin form hooks for top and bottom rounded corners and such*/
 
/*.pf_upleft_corner {
	float: left;
	width: 50%;
	height: 11px;
	padding-bottom: 9px;
	background: #ededed url(form_topLeft.gif) top left no-repeat;
}

.pf_upright_corner {
	float: right;
	width: 50%;
	height: 11px;
	padding-bottom: 9px;
	background: #ededed 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;
}

.pf_loright_corner {
	float: right;
	width: 50%;
	height: 11px;
	background: url(form_bottomRight.gif) top right no-repeat;

}*/

