div.property_ul {
	
}

div.property_ul ul {
	margin: 0px;
	padding: 0px;
}

div.property_ul li {
	margin: 2px;
	padding: 0px;
	margin-left: 12px;
	list-style: none;
}

div.property_ul li span.property_name {
	font-weight: bold;
	color: #333333;
}

div.property_ul li span.property_name_group {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

div.property_ul li span.property_value {
	/*font-style: italic;*/
	color: #3333ff;
}

.form button.property_button_start_copy {
	background-image:url('../../img/icon/disk_multiple.png');
	background-position: 2px 2px;
	background-repeat: no-repeat;
}
