/**
 * Msg Stylesheets
 */

.MBox {
  background-color:white;
  border:1px solid #666;
  cursor:default;
  height:150px;
  margin:0;
  overflow:hidden;
  padding:1px;
  position:absolute;
  visibility:hidden;
  width:200px;
}

.Text div {
  color:black;
}

.MBox img {
  margin:3px 5px !important;
  float:left;
}

.MBtn {
  cursor:default;
  height:20px;
  margin:0;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:20px;
}
 
.Msg {
  color:#666;
  overflow:hidden;
  padding:12px 5px 0px 35px;
  vertical-align:top;
  text-align:left;
}

.Msg pre {
  color:black;
}

.Msg_error {
  background:#fff url('../images/msg_error.png') no-repeat scroll 10px 35px;
}

.Msg_warning {
  background:#fff url('../images/msg_error.png') no-repeat scroll 10px 35px;
}

.Msg_notice {
  background:#fff url('../images/msg_warning.png') no-repeat scroll 10px 35px;
}

.Msg_confirm, .Msg_confirmOut {
  background:#fff url('../images/msg_question.png') no-repeat scroll 10px 35px;
}

.Msg_prompt {
  background:#fff url('../images/msg_question.png') no-repeat scroll 10px 35px;
}

.Msg_io {
  background:#fff url('../images/msg_io.png') no-repeat scroll 10px 30px;
}

.MsgBtn {
  background-image:url('../images/button_normal.png');
  border:1px solid #666;
  color:#eaeef1;
  font-weight:bold;
  margin:0;
  float:right;
  padding:2px 5px;
}

.MsgBtn input:hover {
  background-image:url('../images/button_mouseover.png');
  cursor:pointer;
}

.MsgBtn input:active {
  background-image:url('../images/button_click.png');
}

.Title {
  background-image:url('../images/swm_titlebar_active.jpg');
}

.TitleInactive {
  background-image:url('../images/swm_titlebar_inactive.jpg');
}

.Bar {
  cursor:default;
  height:24px;
  margin:0; 
  overflow:hidden;
  padding-top:2px;
  text-align:left;
  text-align:left;
}

.Bar span {
  color:white;
  font-size:14px;
  font-weight:bold;
  padding-left:5px;
  margin-top:3px;
  float:left;
}

#msg1CloseBtn.MBtn {
  margin-left:-2px !important;
}

