/***********************************************
	Estilo - STIMEPA
	Autor: Marcelo Wildfaier
	Empresa: MWSdesigner
	Data: 03/2007
***********************************************/

* {
		margin: 0;
		padding: 0;
		text-decoration: none;
		border: 0;
		list-style: none;
}

Body {
		width: 100%;
		height: 100%;
		font: 11px 'trebuschet ms', verdana, arial, helvetica;
		background: url("../Image/bg_body.gif");
		}

.Container {
		border: 1px solid #ccc;
		width: 776px;
		height: 100%;
		position: relative;
		margin-left: -389px;
		left: 50%;
		background: url(../Image/bg_container.jpg) repeat-y;
		background-color: #FFF;
		}

#Topo { 
		width: 100%; 
		height: 67px;
		background-image: url("../Image/topo.jpg"); 
		}
		
#Descricao {
		width: 100%;
		height: 22px;
		background-color: #CC0000;
		text-align: center;
}

#Descricao h2 {
		margin-top: 4px;
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
}

#Sistema h1 {
		font: bold 13px Verdana, Arial, Helvetica, sans-serif;
		color: #003399;
		margin-bottom: 25px;
}

#Centro { 
		width: 100%; 
		height: 300px;
		text-align: center;
		vertical-align: middle;
		margin-top: 30px;
		margin-bottom: 20px;
		}


#Form { 
		width: 395px; 
		height: 155px; 
		background-image: url("../Image/fundo_entrada.jpg");
		padding-top: 40px;
		}	


#Rodape { 
		width: 100%; 
		height: 29px;
		border-top: solid 1px #CC0000;
		text-align: center;
		font: normal 11px Verdana, Arial, Helvetica, sans-serif;
		color: #003399;
		padding-top: 8px;
		}	

.TextBox {
		border: solid 1px #999999;
		background-image: url("../Image/bg_text.jpg");
		font: normal 11px "Trebuschet ms";
		color: #003399;
}

.CheckBox {
		color: #003399;
		font: normal 11px "Trebuschet ms";
}

.Botao {
		border: solid 1px #999999;
		font: normal 11px "Trebuschet ms";
		color: #003399;
		background: #DDDDDD;
}