body {
	background-image: url(../images/cadastro-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}
#header {
	background: url(../images/cadastro-bg.gif) 0 0 repeat-x;
}
#header div.submenu {
	height: 16px;
	text-align: right;
	padding-top: 10px;
	color: #AAA;
	font-size: 9px;
}
#header div.submenu a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
#header div.submenu a:hover {
	color: #000;
	text-decoration: underline;
}
#header h1 {
	margin: 0;
	height: 100px;
	width: 230px;
	background: url(../images/cadastro-logo-p.gif) 0 50% no-repeat;
	text-indent: -999999px;
}
#header div.titulo {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 30px;
}
#content div.radio {
	height: 53px;
}
#content #vinculoBox div.radio {
	height: auto;
}
#content a.print-boleto {
	width: 226px;
	height: 44px;
	text-indent: -999999px;
	display: block;
	background: transparent url(../images/print-boleto.png) 0 0 no-repeat;
}

#content a.print-boleto:hover {
	background-position: 100% 0;
}

#content input.login-box,
#content input.email {
	text-transform: lowercase;
}

