﻿/* CSS Document */

#windownbg { display: none; position: absolute; width: 100%; height: 100%; background: #000;/*body-bg*/ top: 0; left: 0; }
#windown-box { position: fixed; border: 0px; background: none; text-align: left; }
#windown-title { position: relative; height: 30px; border: 1px; overflow: hidden;color: #666;}
#windown-title h2 { position: relative;left: 6px; top: 7px; font-size: 13px; color: red;font-weight:bold ;}
#windown-close { position: absolute; right: 10px; top: 10px; width: 10px; height: 12px; text-indent: -10em; overflow: hidden; background: url(../../images/icons/errorIcon.png) -4px -5px  ; cursor: pointer; }
#windown-content-border { position: relative; top: -1px; border: 0px;}
#windown-content { position: relative; overflow: no; text-align: center; }


