/* Add whatever you need to your CSS reset */
html, body {
	height:100%; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; 
	background-image: url(../img/bg_body.png); 
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	text-decoration:none;
}

h1, form, fieldset, input {
  margin: 0;
  padding: 0;
  border: none;
  }

#container {
	position:relative;
	min-height:100%;
}

#topo {
	background-image:url(../img/bg_ministerio.fw.png);
	position:relative;
}

#banner {
	position:relative;
	max-height:160px;
}

#registration {
	/*color: #fff;
	background:	#CCC; *//* Old browsers */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(215,215,215)), color-stop(0.74, rgb(255,255,255)), color-stop(1, rgb(185,185,180))); /* Chrome,Safari4+ */
	background: -moz-linear-gradient(center bottom, rgb(215,215,215) 0%, rgb(255,255,255) 74%, rgb(185,185,180) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgb(215,215,215) 0%, rgb(255,255,255) 50%, rgb(185,185,180) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(215,215,215) 0%, rgb(255,255,255) 74%, rgb(185,185,180) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(215,215,215) 0%, rgb(255,255,255) 74%, rgb(185,185,180) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(215,215,215) 0%, rgb(255,255,255) 74%, rgb(185,185,180) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin: 10px;
	max-width: 430px;
	height:260px;
	position: relative;
	left:50%;
	margin-left:-215px;
	box-shadow: 2px 2px 25px #000;
}

#registration a {
      color: #8c910b;
      text-shadow: 0px -1px 0px #000;
      }
	  
#registration fieldset {
	padding: 20px;
      }
	  
input.text {
	position:relative;
	left:68px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border:solid 1px #444;
	font-size: 14px;
	width: 60%;
	padding: 7px 8px 7px 30px;
	-moz-box-shadow: 0px 1px 0px #777;
	-webkit-box-shadow: 0px 1px 0px #777;
	background:#ddd url('../img/inputSprite.png') no-repeat 4px 5px;
	background:url('../img/inputSprite.png') no-repeat 4px 5px, -moz-linear-gradient(center bottom, rgb(225,225,225) 0%, rgb(215,215,215) 54%, rgb(173,173,173) 100%); /* FF3.6+ */
	background:url('../img/inputSprite.png') no-repeat 4px 5px, -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(225,225,225)), color-stop(0.54, rgb(230,230,230)), color-stop(1, rgb(255,255,255))); /* Chrome,Safari4+ */
	background:url('../img/inputSprite.png') -webkit-linear-gradient(top, rgb(225,225,225) 0%, rgb(215,215,215) 54%, rgb(173,173,173) 100%); /* Chrome10+,Safari5.1+ */
	background:url('../img/inputSprite.png') -o-linear-gradient(top, rgb(225,225,225) 0%, rgb(215,215,215) 54%, rgb(173,173,173) 100%); /* Opera 11.10+ */
	background:url('../img/inputSprite.png') -ms-linear-gradient(top, rgb(225,225,225) 0%, rgb(215,215,215) 54%, rgb(173,173,173) 100%); /* IE10+ */
	background:url('../img/inputSprite.png') linear-gradient(top, rgb(225,225,225) 0%, rgb(215,215,215) 54%, rgb(173,173,173) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */
	color:#333;
	text-shadow:0px 1px 0px #FFF;
}	  

 input#password { 
 	background-position: 4px -20px; 
	background-position: 4px -20px, 0px 0px;
	}
	
 input#name { 
 	background-position: 4px -46px; 
	background-position: 4px -46px, 0px 0px; 
	}
	
#registration h2 {
	color:	#000000;
	text-shadow: 1px 1px 5px #000000;
	border-bottom: solid #181818 1px;
	-moz-box-shadow: 0px 1px 0px #3a3a3a;
	text-align: center;
	padding: 18px;
	margin: 0px;
	font-weight: normal;
	font-size: 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	background: url('../img/logo_ufmt_grad.png') no-repeat 26px 8px;
	}
	
#registerNew {
	position:relative;
	right:60px;
	width: 117px;
	height: 24px;
	border: none;
	text-indent: -9999px;
	background: url('../img/botao_conta.fw.png') no-repeat;
	cursor: pointer;
	float: right;
	}
	
	#registerNew:hover { background-position: 0px -24px; }
	#registerNew:active { background-position: 0px -48px; }
	
 #registration p {
      position: relative;
	  text-align:center;
	  color:#900;
	  font-weight:bold;
	  font-size:12px;

      }
	  
fieldset label.infield /* .infield label added by JS */ {
    color: #333;
    text-shadow: 0px 1px 0px #fff;
    position: relative;
    text-align: left;
    top: 3px !important;
    left: 35px !important;
    line-height: 29px;
    }
	
#espaço {
 /*	background-color:#C93; */
	padding-bottom: 115px;
}

#redes {
/*	background-color:#C93; */
	bottom:0;
	font-size:12px;
	font-weight:bold;
	padding-bottom:75px;
	width: 900px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	text-align:center;
}
	
#rodape {
	background-image:url(../img/bg_rodape.fw.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	text-align: center;
	font-size: 12px;
	width: 100%;
	height: 75px;
}

#recuperar {
	position:relative;
	font-size:10px;
}
	
#recuperar a {
	color:#000;
	text-shadow: none;
	text-decoration: none;
}

#recuperar a:hover {
	color:#06F;
	text-decoration:underline;	
	}

span.redes {
	vertical-align:7px;
}

a.limpa:link, a.limpa:visited, a.limpa:hover, a.limpa:active {
	text-decoration:none;
	outline: none;
}

.conectado {
	position:relative;
	left:70px;
	top:4px;
}