.messagebox {font-size: 12px; left: 50%; top: 50%; z-index: 7; background-color: #eeeeee; border-top: 2px solid white; border-left: 2px solid #dddddd; border-bottom: 2px solid #aaaaaa;  width:auto;  border-right: 2px solid #aaaaaa;cursor: default; position: absolute; top: 50%; left: 50%; margin-top: -100px; margin-left: -200px}
.messagebox .title {font-wieght: bold; background-color: darkblue;  text-align: center; color: white;}
.messagebox .message {padding: 10px; text-align: left; }
.messagebox .titlel {background-image: url(../img/menuBg.jpg); width: 12px; float: left; height: 24px}
.messagebox .titler {background-image: url(../img/menuBg.jpg); width: 19px; float: right; height: 24px}
.messagebox .titlem {font-weight: bold; padding-top: 8px; background-image: url(../img/menuBg.jpg);  background-repeat: repeat-x;  float: left;}
.messagebox .titlebar {background-image: url(../img/menuBg.jpg);  background-repeat: repeat-x; height: 24px}
.messagebox .closex {position: relative; float: right; margin-right: -10px; padding: 5px; padding-right: 0; font-weight: bold; font-size: 20px; }
.messagebox .buttons {width: 100%; margin-bottom: 5px; text-align: center;}
.fader {opacity: 0.7; filter: alpha(opacity=70); background-color: #aaaaaa; z-index: 100; position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.boxmessage {background-color: white; border: 1px solid #cbcbcb; padding:10px;}