/* 
    Document   : login
    Created on : Jul 10, 2012, 5:00:12 PM
    Author     : jh
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

HTML, BODY
{
    background: #0d3856;
}
.login-box {
-moz-border-radius: 15px;
border-radius: 15px;
border: 1px solid black;

background: #fff url(../images/metis_logo.png) no-repeat bottom center;
background-size: 60%;

text-align: center;
width: 400px;
height: 250px;


position: absolute;
top: 50%;
left: 50%;
margin-top: -125px;
margin-left: -200px;
font-size:11px;
font-weight: bold;
font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
}

.login-box dd{
    margin: 0px !important;
}

.login-box li
{
    list-style-type: none !important;
}

.login-box ul
{
    list-style-type: none !important;
    margin: 0px !important;
    padding: 0px !important;
    color: red;
}

.login-box p
{
    color: red;
}
.container {background:#ccc; color:#fff; margin:0 15px;}

 .rtop, .rbottom{
display:block;
background:#fff;
}
 .rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#ccc;
}
 .r1{margin: 0 5px}
 .r2{margin: 0 3px}
 .r3{margin: 0 2px}
 .r4{
margin: 0 1px;
height: 2px
}
