*{
	margin:0px;
	padding:0px;	
}


#container {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
body {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #0A56C4;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A56C4;
	font-size: 0.9em;
	list-style-image: url(imagens/icon-list.png);
	background-image: url(../imagens/icon-list.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	float: left;
	width: 250px;
}
#cabtop { height: 60px; width: 646px; margin-top: 10px; margin-right: auto; margin-left: auto; border: 1px solid #e6e6e6; }
#cabtop_icon { float: left;	height: 50px; width: 70px; text-align: center; margin-top: 7px; }
#cabtop_texto { height: 40px; width: 400px;	float: left; padding-top:20px;	font-family: Arial, Helvetica, sans-serif;	font-size: 1.4em; color: #0A56C4; 	font-weight: bold;}
#corpo {
	height: auto;
	width: 644px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
#table-alta {
	height: auto;
	width: 622px;
	border: 1px solid #e6e6e6;
	background-color: #F9f9f9;
	margin: 10px;
}
#contem-alta {
	width: 600px;
	border: 1px solid #e6e6e6;
	background-color: #FFFFFF;
	height: auto;
	margin: 10px;
}
#inf-login {
	height: auto;
	width: 190px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
br.clear {
	clear: both;
}
#dados-login {
	height: auto;
	width: 390px;
	float: right;
	margin-top: 10px;
	border: 1px solid #e6e6e6;
	margin-right: 10px;
	margin-bottom: 10px;
}

#img-login {
	height: 137px;
	width: 152px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#todoform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	height: auto;
	float: left;
	width: 385px;
}
table#formulario {
	margin-left: 10px;
}
#formulario textarea {
	width: 243px;
	border: 1px solid #e6e6e6;
	height: 75px;
}

#todoform select {
	width: 246px;
	border: 1px solid #e6e6e6;
	text-align: center;
	height: 20px;
	font-size: 0.9em;
}
#todoform input {
	width: 243px;
	border: 1px solid #e6e6e6;
	height: 16px;
}

#todoform input.botao {
	width: 95px;
	border: 1px solid #e6e6e6;
	height: 30px;
	background:#6d6d6e;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#topologin {
	height: 45px;
	width: 646px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagens/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#topologin-img {
	float: right;
}

#msg{
	height: 34px;
	width: 615px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#msg.erro {
	height: 25px;
	width: 615px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c53d3d;
	border-bottom-color: #c53d3d;
	background-color: #e9a9a9;
	background-image:url(../imagens/icon_msg_erro.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 30px;
}
#msg.confimacao {
	height: 25px;
	width: 615px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #80c53c;
	border-bottom-color: #80c53c;
	background-color: #c9e9a9;
	background-image:url(../imagens/icon_msg_confirmacao.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 30px;
}
