.boxVermelho{
	position:relative;
	height:25px;
	background:#C40237;
}
.boxVermelhoEsq{
	position:relative;
	float:left;
	width:6px;
	height:25px;
	background:url(imagens/box-vermelho-esq.gif) top left no-repeat;
	margin:0px 0px 0px -6px;
}
.boxVermelhoDir{
	position:relative;
	float:right;
	width:6px;
	height:25px;
	background:url(imagens/box-vermelho-dir.gif) top right no-repeat;
	margin:0px -6px 0px 0px;
}
.boxVermelhoDir input[type="text"], .boxVermelhoDir input[type="password"]{
	font:12px Arial;
	color:white;
	border:none;
	background:none;
	margin-top:4px;
}
.boxRosa{
	position:relative;
	height:25px;
	background:#D6758F;
}
.boxRosaEsq{
	position:relative;
	float:left;
	width:6px;
	height:25px;
	background:url(imagens/box-rosa-esq.gif) top left no-repeat;
	margin:0px 0px 0px -6px;
}
.boxRosaDir{
	position:relative;
	float:right;
	width:6px;
	height:25px;
	background:url(imagens/box-rosa-dir.gif) top right no-repeat;
	margin:0px -6px 0px 0px;
}
.boxRosa input[type="text"], .boxRosa input[type="password"]{
	font:12px Arial;
	color:white;
	border:none;
	background:none;
	margin-top:4px;
}
.boxCinza{
	position:relative;
	height:25px;
	background:#2E2E2E;
}
.boxCinzaEsq{
	position:relative;
	float:left;
	width:6px;
	height:25px;
	background:url(imagens/box-cinza-esq.gif) top left no-repeat;
	margin:0px 0px 0px -6px;
}
.boxCinzaDir{
	position:relative;
	float:right;
	width:6px;
	height:25px;
	background:url(imagens/box-cinza-dir.gif) top right no-repeat;
	margin:0px -6px 0px 0px;
}
.boxCinza input[type="text"], .boxCinza input[type="password"]{
	font:12px Arial;
	color:white;
	border:none;
	background:none;
	margin-top:4px;
}
.boxCinza2{
	position:relative;
	height:32px;
	background:#454646;
}
.boxCinza2Esq{
	position:relative;
	float:left;
	width:6px;
	height:32px;
	background:url(imagens/box-cinza2-esq.gif) top left no-repeat;
	margin:0px 0px 0px -6px;
}
.boxCinza2Dir{
	position:relative;
	float:right;
	width:6px;
	height:32px;
	background:url(imagens/box-cinza2-dir.gif) top right no-repeat;
	margin:0px -6px 0px 0px;
}
.boxCinza2 input[type="text"], .boxCinza2 input[type="password"]{
	font:17px Arial;
	color:white;
	border:none;
	background:none;
	margin-top:4px;
}