.modal_container {
	display: none;
}

.modal_title {
	height:20px; 
	width:99%; 
	background:#ff3300; 
	color:#fff; 
	font-size:14px; 
	font-weight:bold; 
	padding:5px 0 5px 10px;
	margin-bottom:10px;
}

.modal_action{
	float:left;
	width:80px;
	height:20px;
	background:#ff3300;
	color:#fff;  
	font-size:14px; 
	font-weight:bold;
	text-align:center;
	margin-right:10px;
	
}
a.modal_action:visited{
	float:left;
	width:80px;
	height:20px;
	background:#ff3300;
	color:#fff;  
	font-size:14px; 
	font-weight:bold;
	text-align:center;
	margin-right:10px;
	
}

.modal_cancel{
	float:left;
	width:80px;
	height:20px;
	background:#666;
	color:#fff;  
	font-size:14px; 
	font-weight:bold;
	text-align:center;
	margin-right:10px;
}
