﻿.modalBackground {
 background-color:Gray;
 filter:alpha(opacity=70);
 opacity:0.7;
}

.modalPopup {
 background-color:#ffffdd;
 border:2px solid #b3937a;
 padding:3px;
}

.modalPopup fieldset         {border:none;}
.modalPopup fieldset legend  {font-size:15px; margin-bottom:7px; *color:#000; *margin-left:-7px;}
.modalPopup fieldset label   {display:block; font-weight:bold; padding-bottom:3px;}
.modalPopup fieldset ol      {list-style-type:none;}
.modalPopup fieldset ol li   {padding-bottom:7px;}

