@charset "utf-8";
/* CSS Document */

*{
	padding: 0px;
	margin:0px;
}

html, body{
	background:#D3E1D3 url(img/enem_bkg.png) top center no-repeat;
}

#main{
	width:740px;
	margin:auto;
	}


#login_top{
	width:740px;
	height:167px;
	margin-top:136px;
	background:url(img/enem_topo_bkg.png) top no-repeat #FFF;
}

#login{
	width:734px;
	height:235px;
	background-color:#FFF;
	border-left:solid 3px #8bc541;
	border-right:solid 3px #8bc541;
}

#login_foot{
	width:740px;
	height:12px;
	background:url(img/enem_ft_bkg.png) top no-repeat;
}
	
.wrapper{
	float:left;
}

#col_left{
	width:335px;
	height:210px;
	padding-left:30px;
	float:left;
	background:url(img/enem_logo_bkg.png) right no-repeat;
}

#col_right{
	margin-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	width:210px;
	height:170px;
	float:left;
	padding-top:40px;
	padding-left:110px;
	background:url(img/enem_input_bkg.png) bottom no-repeat;
}
	/* TEXTO */
	
.login_user{
	width:150px;
	font-size:16px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	line-height:18px;
}

.login_password{
	width:150px;
    font-size:16px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	line-height:18px;
}

.login_data{
	width:150px;
	font-size:12px;
	font-weight:normal;
	line-height:12px;
	color:#FFF;
	text-align:center;
}

.copyright{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

	/* INPUT */
	
.button{
	width:90px;
	margin-left:29px;
	margin-top:10px;
}