/* Preview Published Form CSS */

.pf_form_table {
	
	
	width:100%;
	font: 11px/15px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right:10px;
	padding-left:10px;
	clear:both;
	margin-top:-13px;
	color:#000;
	border-right:1px solid #bfbfbe;
	border-left:1px solid #bfbfbe;
	background:#ece9d6 url(form_bg.gif) repeat-x top;
}html>body .pf_form_table{margin-top:0px;*margin-top:-11px;}

.pf_field_row 
{
	vertical-align: top;
	font-size:14px;
}

.pf_field_row_bad {
	vertical-align: top;
	background-color: #dc3c1e;
	font-size:14px;
	color:#fff;
}

.pf_label_cell 
{
	text-align:right;
	font-size:14px;
	
	padding: 5px 7px 5px 10px;
}

.pf_label_cell_bad {
padding: 5px 7px 5px 10px;
	text-align:right;
	font-size:14px;
	
}

.pf_label_text {
font-size:14px;
}

.pf_label_text_bad {
font-size:14px;
}

.pf_field_cell {
padding: 5px 0px 5px 0px;
font-size:14px;
}

.pf_field_cell_bad {
padding: 5px 0px 5px 0px;
font-size:14px;
}

.pf_hint_cell {
font-size:14px;
padding-left:5px;
}

.pf_hint_text {
	font-size:10px;
	color:#505050;
	display:block;
}

.pf_hint_text_bad {
font-size:10px;
	color:#505050;
	display:block;
}

.pf_hr_cell {
}

.pf_hr {
color:#bfbfbe;
width:100%;
margin:1px auto 1px auto;
}

hr{
	height:1px;
	border:0px;
	color:#bfbfbe;
	background-color: #bfbfbe;
}

.pf_prefield_cell {
padding:5px 10px 5px 10px;
font-size:14px;
}

.pf_prefield_text {
font-weight:bold;
font-size:14px;
}

.pf_postfield_cell {
font-size:14px;
padding:5px 10px 5px 10px;
}

.pf_postfield_text {
font-size:14px;
}

.pf_text {
	width:150px;
	font-size:14px;
}

.pf_text_narrow {
font-size:14px;
width:95px;
}

.pf_dropdown {
font-size:14px;
width:150px;
}

.pf_checktable 
{
	margin-left: -3px;
	margin-top: -3px;
	border-collapse: collapse;
	font-size:14px;
}

/*.pf_radiotable input, .pf_checktable input{float:left;}

.pf_radiotable label, .pf_checktable label{float:left;}*/

.pf_radiotable {
	

	border-collapse: collapse;
	font-size:14px;
	vertical-align:top;
}

.pf_multiline {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

.pf_listbox {
font-size:14px;
}

.pf_submit_cell 
{
	padding-top: 7px;
	font-size:14px;
	padding-bottom: 7px;
	padding-left:10px;
	padding-right:10px;
}

.pf_submit_button {
padding-top: 0px;
font-size:14px;
}

.pf_submit_image {
font-size:14px;
}

 .pf_dropdown_wide{

 width:250px;

 

 }

 

.pf_dropdown_narrow{

width:95px;

}



 .pf_listbox_wide{

 width:250px;

 }

 

 .pf_listbox_narrow{

 width:95px;

 }



 .pf_multiline_wide{

 width:250px;

 }

 

 .pf_multiline_narrow{

 width:95px;

 }
 
 
 
 /*begin form hooks*/
 
.pf_upleft_corner{

background: #fff url(tl_corner.gif) no-repeat left top;
float:left;
width:50%;
height:13px;
margin-bottom:-7px;


}html>body .pf_upleft_corner{margin-bottom:0px;*margin-bottom:-8px;}


.pf_upright_corner{

background: #fff url(tr_corner.gif) no-repeat right top;
float:right;
width:50%;
height:13px;

margin-bottom:-7px;

}html>body .pf_upright_corner{margin-bottom:0px;*margin-bottom:-8px;}

.pf_loleft_corner{

background: #fff url(bl_corner.gif) no-repeat left bottom;
float:left;
width:50%;
height:13px;
margin-top:-7px;

}html>body .pf_loleft_corner{margin-bottom:0px;*margin-bottom:0px;}


.pf_loright_corner{

background: #fff url(br_corner.gif) no-repeat right bottom;
float:right;
width:50%;
height:13px;
margin-top:-7px;

}html>body .pf_loright_corner{margin-bottom:0px;*margin-bottom:0px;}
 
 
 
 

