﻿/*Modal Popup - CP*/

.modalBackground {
background-color:#000;
filter:alpha(opacity=20);
opacity:0.2;
height:100%;
}

.modalPopup img {
border:solid 5px #fff;
}

.modalPopup-text {
display:block;
color:#000;
background-color:#fff;
text-align:center;
border:solid 1px gray;
padding:10px;
}

.modalPopup-text input {
width:75px;
} 
   
.feedback
{
color: #00cc00;
font-weight: 700;
}

.tooltipindicator
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma;
}
