.modal-header 
	{
	font-weight: bold;
	font-size: 18px; 
	padding: 10px 15px; 
	border-bottom: 1px solid #777; 
	background-color: #b4cbeb;
	}
	
	.modal-header a img
		{
		border: none;
		}
	
.modal-body 
	{
	padding: 0 15px;
	}
	
	.modal-body ul
		{
		padding-left: 0;
		}
		
	.modal-body ul li 
		{
		list-style-type: none;
		}

.modal-instruc {}
	
.modal-block-wrapper
	{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	}
	
.modal-block
	{
	position: relative;
	display: block;
	float: left;
	width: 50%;
	*width: 282px; /* IE7 */
	padding-top: 10px;
	}
	
	.modal-block-option
		{
		margin: 5px 0;
		}
		
.modal-block-right
	{
	float: right;
	}
	
.modal-buttons 
	{
	float: right; 
	padding-top: 15px; 
	padding-bottom: 10px; 
	font-size: 13px;
	}