﻿SELECT.DropDown
{
    font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
padding:10px 5px 10px 5px;
}
.TextBox
{font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}
a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

.modalBackground {
background-color:#cccccc;
filter:alpha(opacity=80);
opacity:0.8;
}

.modalPopup img {
border:solid 5px #fff;
}
.modalPopup-text {
display:block;
color:#000;
background-color:#fff;
text-align:center;
border:solid 2px #000;
padding:10px;
}
.modalPopup-text input {
width:75px;
}    
.feedback
{
color: #00cc00;
font-weight: 700;
}