body {
	margin:0;
	padding:0;
	background:#fff;
	text-align:center; /* hack para o IE */
	font-weight: normal;
   font-family: Tahoma;
   font-size: 11px;
}
#Login {
	width: 400px;
	margin:0 auto;
	margin-top: 10px;
	padding: 10px;
	border:2px solid #ccc;
	text-align:left; /* "remédio" para o hack do IE */
}

.formulario {
	font-weight: normal;
	color: #111111;
	background-color: #F2F2F2;
	border: 1px solid #C3C3C3;
	font-size: 11px;
	letter-spacing: 1px;
}

.botao {
	border: none;
	color: #646363;
	font-size: 11px;
	letter-spacing: 1px;
	height:22px;
	background-image:url(imagens/fundo_botao.gif);
	font-weight: bold;
}

#estilo1 {
    width: 100%;
    background-color: #cccccc;
    border-collapse: seperate;
}

td#estilo2 {
    background-color: #ffffff;
    color: #000000;
}

.aviso {
    font-size: 16px;
    color: #cc0000;
    font-weight: bold;
}

#itemtabela {
    width: 100%;
    background-color: #cccccc;
    border-collapse: seperate;
}

td#cabecalhoitem {
    background-color: #efefef;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

td#linhaitem {
    background-color: #ffffff;
    color: #000000;
}


#linhaitem a:link {
	color: #FF9900;
	text-decoration: none;
}

#linhaitem a:visited {
	color: #FF9900;
	text-decoration: none;
}

#linhaitem a:hover {
	color: #EE8800;
	text-decoration: underline;
}

/*Bandeiras de cartoes pagseguro*/
div#half-pay {
	float:left;
	background: #fbfbfb;
	text-align:left;
}
div#half-pay p {
	font: bold 12px arial;
	color: #3a3a3a;
}
div#half-pay ul {
	/*margin-left: 3px*/
	_margin-left: -10px;
	list-style-type: none;
}
div#half-pay li {
	font: 10px arial;
	color: #000;
	text-align: center;
	margin: 8px 11px 6px 11px;
	line-height: 11px;
	height:61px;
	float: left;
}
div#half-pay li.last {
	margin-right: 0px;
}
div#half-pay span {
	display:block;
	height:20px;
	margin-top:6px;
}
div#half-pay img.duas-linhas {
	margin-top:4px;
}
div#half-pay a {
	display: block;
	/*width: 52px;
	height: 48px;*/
	width: 57px;
	height: 55px;
	padding: 3px;
	color: #666664;
	text-decoration: none;
	/*background: url(img/box_out.gif) no-repeat;*/
	background: url('../img/bg-half-pay.gif') no-repeat left top;
	overflow: hidden;
}
div#half-pay a:hover {
	background: url('../img/bg-half-pay.gif') no-repeat left bottom;
	color: #000;
}
