/* 
    Document   : register
    Created on : Sep 5, 2013, 12:22:29 PM
    Author     : PEPL NEW
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}


.layer{
    left: 0px;
    top: 0px;
    display: none;
    position: absolute;
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;                
}

.RegisterDiv
{
    background:#EFEFEF;
    background:#FFFFFF;
    width: 600px;
    display: none;
    position: absolute;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;     
    z-index: 400;
}

.RegisterDiv input[type="text"]{
    width:250px;
    height:30px;
    border: 1px solid #019AC6;
}
.RegisterDiv input[type="password"]{
    width:250px;
    height:30px;
    border: 1px solid #019AC6;
}

.RegisterDiv label{
    text-align:right;
    margin-right:20px;
    font-weight:bold;
    color: #019AC6;
    font-size:12px;
}
#Ref_response
{
 font-size: medium;
 color: #0386e3;   
}