.yui-gc div.first{

}


#catalogo{
	padding: 0;
	
}

#catalogo h4{
	height: 10px;
	font-size: 10px;
	background: #365166;
	color: white;
	margin: 0;
	padding: 2px 0 3px 10px;
	text-transform: uppercase;
}
/* CSS Document */

/* 

And all that Malarkey // Trimming form elements

Please feel free to use this CSS file in any way that you like, although
a link back to http://www.stuffandnonsense.co.uk/archives/trimming_form_fields.html
would always be appreciated.

If you come up with a stunning design based on this technique, it would be really nice
if you would post a comment containing a URL on 
http://www.stuffandnonsense.co.uk/archives/trimming_form_fields.html#Comments 

Thanks to Brothercake (http://www.brothercake.com/) for his help with the Javascript.
His fantastic UDM 4 fully-featured and accessible website menu system is a must!
(http://www.udm4.com/)

*/

/* Set up the basic layout and remove unsemantic br tags. */

form 	{
margin : 10px 0px 0 20px;
padding : 0;
}

fieldset {
margin : 0;
padding : .5em .7em .5em .7em;
border : 1px solid #365166;
}

fieldset div br {
	display : none;
	}
	
#infoobr{
	float: left;
	width: 43%;
	margin-right: 10px;
}
#infofac{
	float:	right;
	width: 47%;
}

/* Style the legend, labels and the div containing the submit button. */

legend {
font-weight : bold;
color : #132e2e;
margin : 0;
padding : 0.5em;
font-size: 12px;
}

#infoobr legend{
	color: #861316;
}
#infofac legend{
	color: #28657f;
}

label {
display : block;
font-size: 10px;
}

#fm-submit {
clear : both;
padding: 0;
padding-top : .8em;
padding-bottom: .8em;
margin: 0;
text-align : left;
}

	#fm-submit input {
	border: 1px outset #333;
	padding: 2px 4px;
	background: #fff;
	color: #365166;
	font-size: 85%;
	font-weight: bold;
	cursor: pointer;
	}
	
	#fm-submit input:hover{
		color: #28657f;
	}

fieldset div {
margin : 0;
padding : 0;
}

	fieldset div.fm-optional {
	display : block;
	}

	fieldset div input {
	width: 250px; /* Width for modern browsers */
	border : 1px solid #132e2e;
	background: #e6e2d0;
	padding : 1px;
	font-size: 9px;
	margin: 4px 0;
	}
	
	fieldset div select {
	font-family : "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size : 100%;
	width: 200px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
						
	fieldset div label:before {
	content: "* ";
	}

		fieldset div.fm-optional label:before {
		content: "";
		}
	
/* Optional fields. */

.fm-optional input {
border : 1px solid #ccc;
}
/* Basic page styling, not part of the form example */


/*Mensagem Informativa*/

#divStatus{

}


#infoobr p{
	font-weight: bold;
}


div#errorDisplay {
	background-image:url(../images/field-alert.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border: 1px;
	border-color: #861316;
	border-style: solid;
	background-color: #FFE813;
	display: none;
	padding:3px 35px;
	margin:0px 20px;
	
}
div#errorDisplay ul {
	list-style-type: none;
	margin-top:0px;
	margin-bottom:0px;
}

div#divStatus {
	font-size: 13px;
	color: #861316;
	font-weight: bold;
	text-transform: uppercase;
	padding:0;
	margin:10px 20px;
}

#fm-contribuinte,#fm-telefone,#fm-fax{
	width: 9em;
}

#fm-endereco{
	width: 30em;
}

#fm-codpostal1{
	width: 4em;
	float: left;
	margin-right: 5px;
}
#fm-codpostal2{
	width: 3em;

}

#fm-localidade{
	width: 13em;
}

#fm-cae{
	width: 10em;
}