.messagebox {-moz-box-shadow: 1px 1px 10px #000; background-color: #4E4E4E; position: absolute; top: 50%; left: 50%; margin-top: -100px; margin-left: -200px; left: 50%; top: 50%; z-index: 7; background-color: rgba(0,0,0,0.5); -moz-border-radius: 30px; }
.messagebox .title2 { font-wieght: bold; background-color: darkblue;  text-align: center; color: white;}
.messagebox .message {padding: 10px; text-align: left; }
.messagebox .titlel2 { width: 12px; float: left; height: 24px}
.messagebox .titler {display: none}
.messagebox .titlem2 {font-weight: bold; padding-top: 8px; background-image: url(../img/menuBg.jpg);  background-repeat: repeat-x;  float: left;}

.messagebox .titlem {display: inline; text-align: center; color: white; font-weight: bold; background-color: rgba(0,0,0,0.5); }

.messagebox .titlebar {cursor: default; text-align: center; -moz-border-radius: 20px 20px 0px 0px; padding: 5px; color: white; margin: 10px 10px 0 10px; background-color: rgba(0,0,0,1); display: block; }



.messagebox .closex {float: right; font-weight: bold; font-size: 20px; }
.messagebox .buttons {position: absolute; width: 100%; margin-bottom: 5px; text-align: center; margin-top: -40px;}
.messagebox .buttons input {float: none; border: 0; height: 30px; -moz-border-radius: 10px; margin: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0,1); color: white; border: 2px solid #444}
.fader {opacity: 0.7; filter: alpha(opacity=70); background-color: #aaaaaa; z-index: 100; position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.messagebox .boxmessage {color: white; background-color: transparent; border: 0; margin-bottom: 40px;}


.messageboxmain {background-color: rgba(0,0,0, 0.2); display: block; margin: 0px 10px 10px 10px; -moz-border-radius: 0px 0px 20px 20px; }

.messagebox input, .messagebox textarea,  .messagebox select {background-color: #191919;display: inline; clear: right; color: white; -moz-border-radius: 5px; border-top: 2px solid #444; border-left: 2px solid #444; background-color: rgba(4,4,4,0.5); border-right: 2px solid #777; border-bottom: 2px solid #777}
.messagebox input[type="hidden"] {display: none}
.messagebox .loading {background-image: url(http://dev.dev/img/loading6.gif); background-repeat: no-repeat; background-position: center center;}
