﻿/*Messagebox */
.divMessageBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fffffdb0;
  z-index: 100000;
}
/*
.MessageIE{
    background-image: url("@{base-url}/bg.png?v=4.43");
    
}*/
.MessageBoxContainer {
  top: 20%;
  color: #009CC7;
  position: relative;
  width: 100%;
  padding: 20px;
}
.MessageBoxMiddle {
  position: relative;
  left: 33%;
  width: 30%;
  text-align: center;
}
.MessageBoxMiddle .MsgTitle {
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 900;
}
.MessageBoxMiddle .pText {
  font-style: 30px;
}
.MessageBoxContainer input {
  width: 50%;
  padding: 5px;
}
.MessageBoxContainer select {
  width: 50%;
  padding: 5px;
}
.MessageBoxButtonSection {
  width: 100%;
  height: 30px;
}
.MessageBoxButtonSection button {
  float: right;
  margin-right: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold;
}
/* End of MessageBox */
