body {
	border: 0px; 
	padding: 0px; 
	margin: 0px;	 
	font: normal 12px verdana, arial, sans-serif;
}

a {
	color: #006699;
}

div.blockMsg {
	border-radius: 12px;
}	

div.modal {
	padding: 10px;
	border-radius: 12px;
	background-color: #f5f5f5;
	cursor: default;
	border: 3px solid #00669e;
}

div.modal .long_msg {
	height: 400px; 
	overflow-y: scroll;
}	

p.cust_h3 {
	color: #666666;
	text-align: center;
	text-decoration: none;
	font-weight: normal; 
	font-size: 20px;
}

p.cust_h4 {
	color: #000;
	text-align: left;
	text-decoration: none;
	font-weight: normal; 
	font-size: 16px;
}

.modal h3 {
	padding: 0.8em;
	background-color: #ededed;
}	


.modal td {
	padding-bottom: 0.4em;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}	

.modal td label {
	display: inline-block;
	width: 5em;
}	

.modal td.value {
	color: #666;
}	

.modal .control {
	padding: 1em;
	text-align: center;
}	