﻿
html, body, form
{
	height: 100%;
}
body
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif, Times New Roman;
    padding: 0;
    margin: 0;
}
#geral
{
	position: relative;
	min-height: 100%;
	background-color: #002d56;
}
* html #geral
{
	height: 100%;
}
fieldset
{
    position:absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 480px;
    padding: 25px;
    margin: -199px 0 0 -200px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 0 15px #2c2d30;
    -webkit-box-shadow: 0 0 15px #2c2d30;
    -msie-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url('border-radius.htc')
}
fieldset h2
{
    margin: 0;
    padding: 0;
    color: #012e63;
}
fieldset #content_login
{
    margin: 10px 0;
}
fieldset label
{
    display: block;
    padding: 10px 0 0 0;
}
fieldset input[type=text], fieldset input[type=password]
{
    width: 100%;
}
fieldset input[type=button], fieldset input[type=submit]
{
    background-color: #002d56;
    padding: 10px;
    border: 1px solid #002d56;
    -msie-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 8px;
}

#lnkSenha
{
    color: #003e6d;
    text-decoration: none;
}