﻿    
/*Modal Popup*/
.modalBackground {
	background-color:#005143;
	filter:alpha(opacity=90);
	opacity:0.9;
}
.modalPopup img {
	border:solid 5px #fff;
}
.modalDialogBox 
{
	color:#444;
	padding:20px;
	font-size:0.6875em;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
}
.modalPopup-text {
	display:block;
	color:#444;
	background-color:#fff;
	text-align:center;
	border:solid 2px #000;
	padding:10px;
}
.modalPopup-text input {
	width:75px;
}    
.feedback
{
	color: #444;	
}


