p{
	font-size:13px;
	}

h3{
	border-bottom:solid 1px #715a5c;
	color:#715a5c;
	font-weight:bold;
	font-size:11px;
}
h4{
	margin:4px 0;
	color:#715a5c;
	font-size:13px;
	font-size:bold;
}
#details{
	min-width: 100%;
	clear: both;
	background-color:#000;
	background-image:url(/img/usuarios/criar_conta/bg.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	}
     #details #conteudo{
		width:778px;
		margin:0 auto;
		}
		#details #conteudo #navigation-bar{
			color:#715a5c;
			margin:10px 0 0 20px;
			float:left;
			width:565px;
			}
			#details #conteudo #navigation-bar #flash-title{
				color:#715a5c;
				float:left;
				}
			#details #conteudo #navigation-bar form{
				color:#715a5c;
				float:right;
				}
			#details #conteudo #navigation-bar  #sub-segmentos{
				padding-top:5px;
				}
				#details #conteudo #navigation-bar  #sub-segmentos ul{
					overflow:hidden;
					}
				#details #conteudo #navigation-bar  #sub-segmentos ul li{
					float:left;
					list-style:none;
					margin-right:10px;
					}
					#details #conteudo #navigation-bar  #sub-segmentos ul li a{
						display:inline;
						color:#9e9e9e;
						font-size:11px;
						}
		#details #forgot{
			float:left;
			width:778px;
			height:390px;
			background-image:url(/img/usuarios/bg_form.jpg);
			background-position:right bottom;
			background-repeat:no-repeat;
			}
			#forgot p{
				float:left;
				width:100%;
				}
			#forgot legend{
				display:none;
				}
			#forgot .intro-text{
				font-size:11px;
				margin:21px 0 10px 0;
				}
			#forgot .errors{
				margin-bottom:15px;
				float:left;
				width:100%;
				}
				#forgot .errors p{
					font-weight:bold;
					font-size:13px;
					color:#957197;
					}
			#forgot form{
				width:100%;
				float:left;
				}
			#forgot a{
				font-family:Verdana;
				font-size:11px;
				float:left;
				}
			#forgot fieldset{
				border:0;
				width:240px;
				float:left;
				}
				#forgot fieldset fieldset{
					border:0;
					width:100%;
					float:left;
					}
			#forgot .submit{
				float:left;
				}
			#forgot .input{
				margin:14px 0;
				overflow:hidden;
			}
			#forgot .input label{
				float:left;
				margin:0 5px 0 5px;
				}
			#forgot .input input{
				background-color:#535151;
				border:1px solid #262424;
				color:#FFF;
				padding:0 3px;
				
				width:160px;
				
				-moz-border-radius-bottomleft:6px;
				-moz-border-radius-topleft:6px;
				-moz-border-radius-bottomright:6px;
				-moz-border-radius-topright:6px;
				
				-webkit-border-top-left-radius: 6px;
				-webkit-border-bottom-left-radius: 6px;
				-webkit-border-top-right-radius: 6px;
				-webkit-border-bottom-right-radius: 6px;
				
				float:right;
				margin-right:25px;
				}
				#forgot .input input.form-error{
					background-color:#c25959;
					}
				#forgot .input .error-message{
					display:none;
					}
		#details .forgot-footer{
			min-width: 100%;
			min-height:65px;
			clear: both;
			border-bottom:1px solid #6e6564;
			overflow:hidden;
			}
