﻿body 
{
    font: 14px Tahoma;
}

div#container-box
{
    width:650px;
    margin:-30px auto 0;
}
div#container
{
    background-color:White;
    border:1px solid #BDBDBD;
    padding:20px;
}
div#form-login
{
    background-color:whiteSmoke;
    border:1px solid #E4E4E4;
    padding:10px;
}
div#shadow
{
    background:transparent;
    height:11px;
    margin:0 auto;
    width:650px;
}
div#header
{
    text-align:center;
    color: #666666;
}
p#head
{
    font-size:30px;
    font-weight:bold;
    line-height:10px;
}
p#head-2
{
    font-size:15px;
    font-weight:bold;
    line-height:10px;
}
p#head-right
{
    font-size:10px;
    font-weight:bold;
    line-height:10px;
    width:180px;
    position:absolute;
    left:-170px;
    top:-30px;
}
div#container-right
{
    float:right;
    position:relative;
}
h1
{
    border-bottom:1px solid #BDBDBD;
    font-size:14px;
    line-height:14px;
    margin-bottom:18px;
    padding-bottom:20px;
    text-align:center;
}
.textBox
{
    width:200px;
    font-size:18px;
    line-height:25px;
    height:25px;
    padding:4px 8px;
    border:1px solid #CACACA;
    text-align:center;
}
.button
{
    border:1px solid #990033;
    color:White;
    background-color:#CC0033;
    font-size:14px;
    font-weight:bold;
    padding:12px 32px;
    margin:20px;
    cursor:pointer;
}
.button:Hover
{
    background-color:#990000;
}