/* CSS Document */
#principal {
	margin: 0px;
}
input[type="text"], input[type="password"] {
	background-color: #f5f5f5;
	border: 1px solid #7f7f7f;
	padding: 2px;
	text-align: left;
}
#identificacao {
	border: 1px solid #c9cbb5;	
	border-top: 0px;
	float: left;
	width: 250px;
	margin-left: 25px;
}
#identificacao h3 {
	background: url(../img/bg_carrinho_th.gif) repeat-x;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;	
}
#identificacao input[type="text"], #identificacao input[type="password"] {
	width: 225px;
}

#identificacao p {
	padding: 10px 10px 0px 10px;
}
#botaoOK {
}
#identificacao p#esqueciMinhaSenha {
	float: right;
	padding: 10px 10px 15px 0px;
	font-size: 10px;
	text-align: right;
}
#identificacao p#esqueciMinhaSenha a { 
	color: #f00;
	text-decoration: underline;

}
	
#maisOpcoes {
	border: 1px solid #c9cbb5;	
	border-top: 0px;
	margin-left: 320px;
	margin-bottom: 200px;
	margin-right: 50px;	
}
#maisOpcoes h3 {
	background: url(../img/bg_carrinho_th.gif) repeat-x;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;	
}
#box {
	margin: 10px;
	padding-left: 10px;
	background: url(../img/icon_seta_dir.gif) no-repeat left center;
}
#box a {
	color: #1d61a6;
	text-decoration: underline;
}

