﻿body
{
}

div.login
{
	width: 430px;
	background-color: rgba(0,0,0,0.35);
	float: right;
	color: white;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
    margin-top:6px;
}
	div.login *
	{
		font-size: 12px !important;
	}
 
 div.login td {vertical-align:text-top !important;}


.botaoLogin {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ff6600;
    display: inline-block;
    color: #ffffff;
    font-weight: normal !important;
    font-size: 8px;
    padding: 1px !important;
    text-decoration: none;
    text-shadow: 0px 1px 0px #8f7f24;
    background-color: #FF640A;
    width: 100px;
    cursor: pointer;
    height: 20px;
}

    .botaoLogin:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f89306), color-stop(1, #fbb450));
        background: -moz-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background: -webkit-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background: -o-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background: -ms-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background: linear-gradient(to bottom, #f89306 5%, #fbb450 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306', endColorstr='#fbb450',GradientType=0);
        background-color: #f89306;
    }

    .botaoLogin:active {
        position: relative;
        top:0px;
    }


.linkEsqueciSenha a
{
	color: #FF6600;
	font-weight: normal !important;
	text-decoration: none;
	position: absolute;
	top: 52px;
}

	.linkEsqueciSenha a:hover
	{
		color: #FFFFFF;
	}