/*body                       { font:12px/1.3 Arial, Sans-serif;background-color:#004CFE; }*/
body                       { font:12px/1.3 Arial, Sans-serif;background-color:#03a9f4; }
form                       { width:775px;padding:1 2px 10px;margin:auto;background:#FFF;border:2px solid #000; }
div                        { clear:both;position:relative;margin:0 0 10px; }
label                      { cursor:pointer;display:block; }
input[type="text"]         { width:300px;border:1px solid #999;padding:5px;-moz-border-radius:4px; }
input[type="text"]:focus   { border-color:#777; }
input[type="password"]         { width:300px;border:1px solid #999;padding:5px;-moz-border-radius:4px; }
input[type="password"]:focus   { border-color:#777; }


/* submit button */
input[type="submit"]       { cursor:pointer;border:1px solid #999;padding:5px;-moz-border-radius:4px;background:#eee; }
input[type="submit"]:hover,
input[type="submit"]:focus { border-color:#333;background:#ddd; }
input[type="submit"]:active{ margin-top:1px; }



a.sig {color:white; text-decoration:none;}
a.sig:hover,a.ex1:active {color:yellow;}

.designed
{
    top: 10px;
    right: 10px;
    position: fixed;
}
.visibleDiv, #topLeft, #topRight, #bottomLeft, #bottomRight
{
    position: fixed;
    width: 150px;
    border: solid 1px #000;
    vertical-align: middle;
    background: #004CFE;
    text-align: center;
    font: #FFF;
    font-size: 10px;
}

#topLeft
{
    top: 10px;
    left: 10px;
}

#topRight
{
    top: 10px;
    right: 10px;
}

#bottomLeft
{
    bottom: 10px;               
    left: 10px;
}

#bottomRight
{
    bottom: 10px;
    right: 10px;                
}
