﻿/*Busy Icon*/
.busyPanel {position: relative;}
.busyPanel .img {background:#fff url('../images/busyScreen/busy1.gif'); background-repeat:no-repeat; background-position:center; position:absolute;  width:30px; height:40px;padding:0px 10px 0px 5px;}

/*Busy screen*/
.busyDialogScreen {position:absolute;left:0;top:0;display:none;}
.busyDialogScreen .box{position:absolute;margin:0 0 0 0; height:80px; border:2px solid #B59D7D ;background:#eceadf;z-index:100001;display:none;}
.busyDialogScreen .mask{position:absolute;z-index:10000; opacity:0.4;filter:alpha(opacity=40); background-color:#000;}
.busyDialogScreen .img{ background:#fff url('../images/busyScreen/busy1.gif'); background-repeat:no-repeat; background-position:center ; float:left; width:60px; height:78px;padding:0px 10px 0px 5px;}
.busyDialogScreen .text{float:left; text-align:left; vertical-align:middle; margin-left:15px; padding:25px 10px 0 0; height:78px;}

/*errorbox*/
.errorText {float:left; width:300px; font-size:0.9em;color:Red; text-align:left; margin-top:20px;}
.warningText {float:left; width:300px; font-size:0.9em;color:#000;text-align:left;margin-top:20px;}
.errorImage { float:left;width:50px;height:50px; background-image: url("../images/errorBox/IconError.png"); background-repeat:no-repeat;margin-top: 20px}
.warningImage{ float:left;width:50px;height:50px; background-image: url("../images/errorBox/IconWarning.png");background-repeat:no-repeat;margin-top: 20px}

/*message screen*/
#msgDialogScreen .img{ background-image:url('../images/errorBox/iconInfo.png'); background-repeat:no-repeat; background-position:10px 25px ; float:left; width:30px; height:30px;padding:25px 10px 0px 5px;}
.messageText {float:left; width:300px; font-size:0.9em;color:Red; text-align:left; margin-top:20px;}
.messageImage { float:left;width:50px;height:50px; background-image: url("../images/errorBox/IconError.png"); background-repeat:no-repeat;margin-top: 20px}

