/** TAGS */
*  {
	margin: 0; 
	padding: 0;
	}
	
body{
	background: #ccc;

}

/** ID*/
#container{
	width: 1020px;
	height: auto;
	margin: 0 auto;	
}
#bg{
	width: 1020px;
	height: 1053px;
	background: url(../images/construcao.jpg) no-repeat;
	-moz-transition:background 500s; /* mozilla*/
	-webkit-transition:background 1s; /* chrome e safare*/
	-o-transition:background 1s; /* opera*/
	
}
#bg:hover{
width: 1020px;
	height: 1053px;
	background: url(../images/construcao_h.jpg) no-repeat;
	-moz-transition:background 500s; /* mozilla*/
	-webkit-transition:background 1s; /* chrome e safare*/
	-o-transition:background 1s; /* opera*/
}
#form{
	width: 520px;
	height: 450px;
	margin-left: 240px;
	border: 10px solid #fff;
	
	
}
.legenda{
	padding:10px;
	color: #7F141A;
	font-family:helvetica, verdana, arial;
	font-weight:bold;
}
.form{
	padding:10px;
	font-size: 14px;
	font-family:helvetica, verdana, arial;
	color: #7F141A;
}
