@CHARSET "UTF-8";

div.box_modal {
	left: 0px; 
	top: 0px;
	width: 0px;
	height: 0px;
	visibility: hidden;
	position: absolute;
	background-color: white;
	border: 1px solid #8B8B8B;
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.345);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.345);	
}

div.box_header_modal {
	-moz-user-select: none;
	cursor: move;
	background-color: #DCDCDC;
	border-bottom: 1px solid #c9c9c9;
	color: #404040; 
	padding: 3px 6px;
}

div.box_modal_title {
	padding-left: 0 !important; 
	padding-right: 18px !important; 
	line-height: 100%; 
	padding: 1px 0;
	white-space: nowrap; 
	cursor: move;
}

div.box_modal_title span {
	font: 12px Tahoma,Geneva,sans-serif;
}

div.box_modal_close {
	cursor: pointer;
	margin-top: 1px;
	float: right;
	padding: 1px 1px 1px 2px;
}

img.close_modal {
	width: 15px; 
	height: 14px; 
	display: block; 
	border: 0 none;
}

table.inner_layout td {
	padding: 2px;
}

table.inner_layout tr td:first-child {
	text-align: right;
} 

table.inner_layout span {
	font: 12px Tahoma,Geneva,sans-serif;
}