@charset "utf-8";
/* CSS Document */


#form-cadastro{
	width:630px;
	height:420px;
	margin:0px 0px 0px 0px;
	padding:0px;
	clear:both;	
}

#form{
	width:441px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px;
	clear:both;
}

#nome-form{
	width:50px;
	height:30px;
	float:left;
	margin:0px;
	padding:0px;
}

#nome-form p{
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	color:#fff;
	float:left;
	margin:8px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	float:right;
}

#nome-form .estado{
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	color:#000;
	float:left;
	margin:8px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	float:right;
}


#campo-inteiro input{
	width:364px;
	height:30px;
	margin:0px 0px 10px 0px;
	padding:0px 5px 0px 5px;
	border-top:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-left:1px solid #898989;
	border-bottom:1px solid #898989;
	-moz-border-radius:7px;
	border-radius:10px;
}

#nome-form-tel{
	width:50px;
	height:30px;
	float:left;
	margin:0px 0px 5px 0px;
	padding:0px;
}

#nome-form-tel p{
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	color:#fff;
	margin:8px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	float:right;
}

#campo-tel input{
	width:150px;
	height:30px;
	margin:0px 0px 10px 0px;
	padding:0px 5px 0px 5px;
	float:left;
	border-top:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-left:1px solid #898989;
	border-bottom:1px solid #898989;
	-moz-border-radius:7px;
	border-radius:10px;
}

#campo-rua input{
	width:230px;
	height:30px;
	margin:0px 0px 10px 0px;
	padding:0px 5px 0px 5px;
	float:left;
	border-top:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-left:1px solid #898989;
	border-bottom:1px solid #898989;
	-moz-border-radius:7px;
	border-radius:10px;
}

#campo-numero input{
	width:70px;
	height:30px;
	margin:0px 0px 10px 0px;
	padding:0px 5px 0px 5px;
	float:left;
	border-top:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-left:1px solid #898989;
	border-bottom:1px solid #898989;
	-moz-border-radius:7px;
	border-radius:10px;
/*	-moz-box-shadow:inset 0 0 6px #ccc;*/
/*	-webkit-box-shadow:inset 0 0 6px #ccc;*/
/*	box-shadow:inset 3px 0px 6px #ababab;*/
}

.enviar{
	width:154px;
	height:43px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	float: right;
	background-image:url(image/bt-cadastro.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:0px;
	clear:both;
	font-size:1px;
}

#bt{
	width:430px;
	height:25px;
	margin:0px;
	padding:0px;
}

#clear{
	clear:both;
}