* {margin: 0; padding: 0;}
body {font-family: arial; font-size: 13px;  overflow-x: hidden; overflow-y: hidden;}
#wm-overlay {display: none; z-index: 1000;}
#wm-message-container {position: absolute; z-index: 99999; top: 5px; width: 100%; display: none;}
#wm-message {width: 450px; margin: 0 auto; font-weight: bold;}
#wm-message p {margin: 10px;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

#wm-menu {background-color: #000; clear: both; height: 27px; padding: 2px 10px;}
.wm-menuitem {font-weight: bold; font-size: 13px; padding: 5px 10px 5px 10px; float: left;}
.wm-menuitem.selected {color: #fff;}
.wm-menuitem.active {color: #999; cursor: pointer;}
.wm-menuitem.active:hover {background-color: #888; color: #eee;}

select,input[type=text],input[type=password] {font-weight: bold; font-size: 14px; border:solid 1px #ddd; margin-left: 5px; outline: none; padding: 3px 0;}
