﻿/*Folha de Estilos - Login*/

body
{
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container
{
	width: 940px;
	height: 500px;
	/*background: url("../img/login/gestao.jpg") bottom no-repeat;*/
	margin: auto;
	text-align: left;
}
#header
{
	width: 940px;
	height: 69px;
	background: url("../img/logo/autodoc.gif") center -1px no-repeat;
	border-bottom: 1px solid #636363;
}
div#menuContainer
{
	display: block;
	clear: both;
	margin: auto;
	width: 940px;
	height: 35px;
	text-align: center;
}
ul#menu
{
	list-style: none;
	display: block;
	margin: auto;
	height: 36px;
	width: 610px;;
}
ul#menu li
{
	display: block;
	float: left;
	width: 122px;
	height: 31px;
	background: url("../img/login/button.jpg") center bottom no-repeat;
	line-height: 31px;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
ul#menu li a
{
	display: block;
	width: 122px;
	height: 31px;
	text-decoration: none;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
div#login_container
{
	width: 940px;
	height: 155px;
	margin: auto;
	background: url("../img/login/login.jpg") center top no-repeat;
	text-align: center;
	padding-top: 8px;
	margin-top: 17px;
}
div#login
{
	width: 290px;
	margin: auto;
	text-align:center;
}
div#login a
{
	color: #767676;
}
label
{
	display: block;
	color: #383838;
}
fieldset
{
	border: 0;
	width: 165px;
	margin: auto;
	text-align: left;
}
input, select, textarea
{
	background: transparent;
	border: #383838 1px solid;
	padding: 3px;
	font-weight: bold;
	color: #383838;
	padding: 2px;
}
optgroup
{
	background: #BA3A2F;
	color: #FFF;
}
input, option, textarea
{
	background: #E5E5E5;
	color: #383838;
}
select
{
	font-size: 10px;
	width: 169px;
}
.focus
{
	background: #BA3A2F;
	color: #FFF;
}
.center
{
	text-align: center;
	margin: auto;
}

a {
	text-decoration:none;
	color:#777777;
	font-weight:bold;
}