*{ margin:0; padding:0; border:0;}
body {
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	text-align:center;
	background-image:url(body.jpg);
	background-repeat:no-repeat;
	background-color:#0673ba;
	color:#FFF;
	background-position:top;
	
}
#global { width:70%; margin:0 auto 0 auto;}
h1{ font-size:22pt; font-weight:bold}


#fomregistro fieldset{ border:0;	 margin:0;	 padding:0;	  }
#fomregistro label{	 display:block;	  }
#fomregistro input,#fomregistro textarea,#fomregistro select {
	margin: 5px 0;
	padding: 5px;
	color: #000;
	border: 1px solid #359AFF;
	background-color: #D7EBFF;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#fomregistro option { padding-right: 0.5em; } 
#fomregistro input,#fomregistro  textarea,#fomregistro select{width: 95%;}
#fomregistro input.button,#contactoforma input.button { color:#FFFFFF; width: 50%;font-size:14px;padding: 5px; background-color:#38719A}

#fomregistro {
	padding:5px;
	background-color: #ECF5FF;
	border: medium solid #00376F;
	color:#000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
}
#load {
	text-align:center;
	font-size:small;
}
.error-load { background-color: #FF4646; color:#FFF; padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;}
.listo-load {
	background-color: #80FF80;
	color:#FFF;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.ajax-loading {background:url(3.gif) no-repeat center;width:32px; height:32px;}
