@charset "UTF-8";/* CSS Document */

html{
	height:auto;	
}

body{
	margin:0;
	padding:0;
	height:100%;
	text-align:justify;
}

body.background{
	background: #FFF500 url('../img/default/fundo1280x1216.jpg') fixed no-repeat top center;
}

abbr{
	cursor:help;
}

div#all{}

div#bg{
	background:#fff;
}

div#header{
	margin-top:10px;
	position:relative;
	height:339px;
	background: url('../img/default/fam2010.png') no-repeat top left;
}

div#header h1{
	display:none;
}

div#content{
	margin-top:15px;
}

div#content h3{
	margin-top:18px;
	color:#656565;
}

div#content h2.title{
	/*
	margin-left:110px;
	margin-bottom:45px;
	*/
	font-size:26px;
	font-weight:bold;
}

form label{
	display:block;
	float:left;
	width:140px;
	padding:5px;
}

form .form-tip{
	margin-left:150px;
}

div.input{
	margin-bottom:5px;
}

div.input input{
	width:250px;
}

div.radio fieldset{
	margin:0;
	padding:0;
	border:none;
}

div.radio legend{
	font-size:1em;
	padding:5px;
	display:inline;
	float:left;
}

div.radio label{
	width:auto;
}

div.radio input{
	width:auto;
	float:left;
}

div.checkbox{
	padding:0.5em 0;
}

div.checkbox label{
	display:inline;
	width:auto;
	float:none;
}

div.checkbox input{
	width:auto;
}

div.error{
	padding:0.8em 0;
	background-color:#fbe3e4;
	color:#8a1f11;
	border-top:2px solid #fbc2c4;
	border-bottom:2px solid #fbc2c4;
	border-left:none;
	border-right:none;
}

div.error-message{
	padding: 0 5px;	
}

ul#locales{
	position:absolute;
	top:20px;
	right:20px;
	margin:0;
	padding:0;
	list-style:none;
}

ul#locales li{
	display:inline;
}
