@CHARSET "ISO-8859-1";

#msgbox {
  behavior: url(border-radius.htc);
  border-radius: 5px;
	
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;

 

  float:left; 
  top:30%;
  left: 40%;
  margin-bottom:-80px;
  margin-right:-200px;
  position: absolute; 
  z-index: 10; 
  /*width: 400px;*/ 
  border: 1px #CCCCCC solid;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  /*filter:alpha(opacity=75); opacity:0.3;*/
  color: #EEEEEE;
  background: rgba(67, 121, 208, 0.8);
  
  /*background: transparent ;*/
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#884379d0', EndColorStr='#884379d0');
}
#modalform {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1; 
  /*filter:alpha(opacity=75); opacity:0.3;*/
  color: #EEEEEE;
  background: rgba(67, 121, 208, 0.8);
  
  /*background: transparent ;*/
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#884379d0', EndColorStr='#884379d0');
}
input.disabled {
	background-color: #cccccc;
	color: #666666;
}