
@import "cadastro.css";



#content #header-cadastro .wrapper h4.mostre{
	background: url('../../img/usuarios/cadastre-se/mostre-que-tem-atitude.gif') no-repeat;
	text-indent: -9999em;
	width: 314px;
	height: 28px;
	}
	#content #header-cadastro .wrapper h5{
		background: url('../../img/usuarios/cadastre-se/envie-sua-foto.gif') no-repeat;
		text-indent:-9999em;
		width: 192px;
		height: 23px;
		margin: 5px 0;
		}

#nao-tem-cadastro {
	width: 215px;
	float: left;
	padding-right: 30px;
	border-right: 1px solid #a5c0e3;
	}
	#nao-tem-cadastro h5 {
		background: url('../../img/usuarios/cadastre-se/tit_nao_tem_cadastro.png') no-repeat;
		text-indent: -9999em;
		height: 19px;
		margin-bottom: 15px;
		}
	#nao-tem-cadastro p {
		line-height: 17px;
		margin-bottom: 10px;
		}
		#nao-tem-cadastro p a {
			text-transform: uppercase;
			color: #2a2c82;
			font-weight: bold;
			}
			#nao-tem-cadastro p a:hover {
				text-decoration: underline;
				}

form#enviar-foto {
	width: 500px;
	float: right;
	}
	form#enviar-foto h3 {
		background: url('../../img/usuarios/cadastre-se/tit_envie_sua_foto.png') no-repeat;
		}
	form#enviar-foto .field input {
		width: 435px;
		}
	form#enviar-foto .nascimento label, form#enviar-foto .foto label {
		width: auto;
		}
	form#enviar-foto .nascimento input {
		width: 120px;
		}
	form#enviar-foto .foto label {
		padding: 3px 10px 0 0;
		}
	form#enviar-foto .foto input {
		width: auto;
		}
	form#enviar-foto .termos{
		padding-top:20px;
		}
	
	form#enviar-foto .termos a{
		text-decoration:underline;
		color:#2A2C82;
		}			
		
		form#enviar-foto p.sucess{
			background: #dee7f2;
			-moz-border-radius: 5px;
			padding: 7px;
			border: none;
			margin: 5px 0;
			color: #4e88c7;
			font-weight: bold;
			width: 445px;
			text-align: center;
			}
			form#enviar-foto p.msg-error{
				border: none;
				border: 1px solid #2a2c82;
				padding: 5px;
				font-weight: bold;
				color: #e00;
				width: 445px;
				}	