
body{
    text-align:center
}
#main{
    position:relative;
    margin-top:15px
}
#dlogin{
    width:318px;
    margin-top:30px;
    padding:28px 25px;
    background-color:#fff;
    border:1px solid #000;
    border-radius:5px;
    position:absolute;
    left:50%;
    margin-left:-180px;
    top:0;
    opacity: 0.9;
}
#dregister{
    width:318px;
    margin-top:30px;
    padding:28px 25px;
    background-color:#fff;
    display:none;
    border:1px solid #000;
    border-radius:5px;
    position:absolute;
    left:50%;
    margin-left:-180px;
    top:0;
    opacity: 0.9;
}
#dpass{
    width:318px;
    margin-top:30px;
    padding:28px 25px;
    background-color:#fff;
    display:none;
    border:1px solid #000;
    border-radius:5px;
    position:absolute;
    left:50%;
    margin-left:-180px;
    top:0;
    opacity: 0.9;
}
h3{
    margin-top:0
}
input[type=text],[type=password]{
    padding:5px;
    width:90%;
    height:20px;
    margin-top:15px;
    font-size:14px
}
input[type=button]{
    background:linear-gradient(to bottom,#1182b3 5%,#36caf0 100%);
    box-shadow:inset 0 1px 0 0 #7bdcf4;
    border:1px solid #0F799E;
    color:#fff;
    width:300px;
    height:40px;
    margin-top:15px;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    text-shadow:0 1px 0 #13506D
}
input[type=button]:hover{
    background:linear-gradient(to bottom,#36caf0 5%,#22abe9 100%)
}
textarea{
    padding:5px;
    width:90%;
    height:50px;
    margin-top:15px;
    font-size:14px
}
a{
    text-decoration:none;
    color:#3f7ae9
}
p#two{
    margin-top:5px;
    margin-bottom:0
}
