﻿    
/*Modal Popup*/
.modalBackground {
background-color:#ccccee;
filter:alpha(opacity=80);
opacity:0.8;
}
.modalPopup img {
border:solid 0px #ccccee;
}
.modalPopup-text {
display:block;
color:#000;
background-color:#ffffff;
border:solid 0px #000;
padding:0px;
font-family:Arial;
font-size:12px;
}
.modalPopup-text input {
width:75px;
}    
.feedback
{
color: #00cc00;
font-weight: 700;
}
