#messages {
    position:absolute;
    /*margin: 10px 312px 0 312px;*/
    width: 400px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px 0px #000000; -moz-box-shadow: 5px 5px 5px 0px #000000; -webkit-box-shadow: 5px 5px 5px 0px #000000;
    z-index:1000;
}
#messages_top {
    width:100%;
    height:10px;
}
#messages_bottom {
    width:100%;
    height:10px;
}
#messages a.button {
    margin: 5px auto;
    display: block;
    width:80px;
    height:20px;
    color: #E0E0E0;
    font-size: 1.0em;
    text-decoration: none;
    border: 1px solid #E0E0E0;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;

    background: linear-gradient(top, #505050 0%, #404040 50%, #303030 100%);
    background: -moz-linear-gradient(top, #505050 0%, #404040 50%, #303030 100%);
    background: -webkit-linear-gradient(top, #505050 0%, #404040 50%, #303030 100%);
    background: -ms-linear-gradient(top, #505050 0%, #404040 50%, #303030 100%);
    background: -o-linear-gradient(top, #505050 0%, #404040 50%, #303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#505050, endColorstr=#303030,GradientType=1);
}
#messages a.button:hover {
    cursor: pointer;
    cursor: hand;

    background: linear-gradient(top, #707070 0%, #606060 50%, #505050 100%);
    background: -moz-linear-gradient(top, #707070 0%, #606060 50%, #505050 100%);
    background: -webkit-linear-gradient(top, #707070 0%, #606060 50%, #505050 100%);
    background: -ms-linear-gradient(top, #707070 0%, #606060 50%, #505050 100%);
    background: -o-linear-gradient(top, #707070 0%, #606060 50%, #505050 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#707070, endColorstr=#505050,GradientType=1);
}

#messages p{
    color: #111111;
    font-size: 1.0em;
}

#container {
    position:relative;
    margin: 10px auto;
}

.roundbox {
    position:relative;
    margin: 20px auto 20px auto;
    padding: 1%;
    width:1044px;
    min-height: 50px;
    border: 1px solid black;

    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px 0px #000000; -moz-box-shadow: 5px 5px 5px 0px #000000; -webkit-box-shadow: 5px 5px 5px 0px #000000;
}

#roffooter {
    left: 0px;
    position: absolute;
    width: 96%;
    bottom: 0;
}


.DEBUG {
    border: 1px dotted red;
}

.FL {float: left;}
.FR {float: right;}
.CL {clear: both;}









div.register, div.login {
    margin: 5px auto;
    width: 500px;
    text-align: right;
}

div.register input, div.login input{
    width: 350px;
}
div.register p, div.login p{
}

.tw {
    position:absolute;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px 0px #000000; -moz-box-shadow: 5px 5px 5px 0px #000000; -webkit-box-shadow: 5px 5px 5px 0px #000000;
    z-index:1000;
    display:none;

    background: #00084b; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #00084b 0%, #98a2ff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#00084b), color-stop(100%,#98a2ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #00084b 0%,#98a2ff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #00084b 0%,#98a2ff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #00084b 0%,#98a2ff 100%); /* IE10+ */
    background: linear-gradient(135deg,  #00084b 0%,#98a2ff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00084b', endColorstr='#98a2ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.tw_top {
    width:100%;
    height:10px;
}
.tw_bottom {
    clear: both;
    width:100%;
    height:10px;
}
a.tw_btn {
    margin: 10px 25px;
    display: block;
    width:100px;
    height:20px;
    color: #E0E0E0;
    font-size: 1.0em;
    text-decoration: none;
    border: 1px solid #E0E0E0;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;

    background: linear-gradient(top, #505050 0%, #404040 50%, #303030 100%);
    background: -moz-linear-gradient(top, #505050 0%, #404040 50%, #303030 100%);
    background: -webkit-linear-gradient(top, #505050 0%, #404040 50%, #303030 100%);
    background: -ms-linear-gradient(top, #505050 0%, #404040 50%, #303030 100%);
    background: -o-linear-gradient(top, #505050 0%, #404040 50%, #303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#505050, endColorstr=#303030,GradientType=1);
}
a.tw_btn:hover {
    cursor: pointer;
    cursor: hand;

    background: linear-gradient(top, #707070 0%, #606060 50%, #505050 100%);
    background: -moz-linear-gradient(top, #707070 0%, #606060 50%, #505050 100%);
    background: -webkit-linear-gradient(top, #707070 0%, #606060 50%, #505050 100%);
    background: -ms-linear-gradient(top, #707070 0%, #606060 50%, #505050 100%);
    background: -o-linear-gradient(top, #707070 0%, #606060 50%, #505050 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#707070, endColorstr=#505050,GradientType=1);
}

div.tw h1 {
    color: #EEE;
}
div.tw p {
    color: #EEE;
}



.ui-shadow,
.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a,
.ui-body-b,
.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b,
.ui-bar-c,
.ui-body-c,
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c,
.ui-bar-c,
.ui-body-d,
.ui-btn-up-d,
.ui-btn-hover-d,
.ui-btn-down-d,
.ui-bar-d,
.ui-body-e,
.ui-btn-up-e,
.ui-btn-hover-e,
.ui-btn-down-e,
.ui-bar-e,
.ui-overlay-shadow,
.ui-shadow,
.ui-btn-active,
.ui-body-a,
.ui-bar-a {
text-shadow: none;
box-shadow: none;
-webkit-box-shadow: none;
}
