.export-form {	
	position: relative;
	width: 432px;
	margin-bottom: 15px;
	background: url(/www/img/export/bg-rb-bottom.gif) left bottom no-repeat;
	padding: 0 0 6px 0;
	margin: 10px;
	font: 11px Verdana, Tahoma, Arial, sans-serif;		
}

.export-form .lining {
	background: url(/www/img/export/bg-rb-top.gif) 0 8px no-repeat;
	padding: 14px 0 0 0;
}

.export-form form {
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	padding: 0 13px;
	
	overflow: hidden;
	zoom: 1;
}
.export-form fieldset {
	padding: 5px 0;
	clear: both;
	border: none;
}

.export-form .chck {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	
	
}

.export-form .chck label {
	padding-bottom: 5px;
  width: 134px;
	float: left;
}

.export-form .radio {
	width: 134px;
	float: left;
	clear: none;		
}

.export-form .radio label {
	display: block;
	
}
.export-form .radio input {
	vertical-align: middle;
}

.export-form h3 {
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 8px;
	background: white;
	padding: 0 9px;
}

.export-form h4 {
	font-weight: normal;
	font-style: italic;
}


.export-form .exp {
	background: #ccc;
	*width: 430px;
	
	margin: 0 -13px;
	padding: 10px 0 5px 0;
}

.export-form button {
	float: none; 
	display: block;
	margin: 0 auto;
	
}

.export-form .chck .checkall {
	float: none;
	width: auto;
	display: block;
	margin: 10px 0 10px 0;
	font-style: italic;
	clear: both;		
}