body{
	background:#f1ffda;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#outline{
	width:750px;
	height:200px;
	margin:170px auto;
}
#left{
	width:428px;
	height:198px;
	float:left;
	background:#5171bd;
	border:1px solid #6b88c1;
}
#right{
	width:320px;
	height:165px;
	padding:35px 0 0 0;
	float:left;
	background:#4c4c4c;
}
#text{
	width:200px;
	height:110px;
	float:left;
	padding:50px 0 0 30px;
	font-size:14px;
	color:#FFF;
}
#left img{
	float:left;
	margin:10px 0 0 0;
}
#left #text a{
	color:#FFF;
	text-decoration:none;
}
#left #text a:hover{
	color:#99c254;
}
#right .campo{
	width:270px;
	height:32px;
	margin:10px auto;
	background:url(../imagens/bg-campo-login.gif) no-repeat;
}
#right .campo input{
	color:#FFF;
	width:180px;
	float:left;
	border:0;
	margin:7px 0;
	background:#4c4c4c;
}
#right .campo label{
	font-size:14px;
	float:left;
	text-align:right;
	width:70px;
	line-height:30px;
}
#right #btn{
	width:102px;
	height:25px;
	border:0;
	margin:0 0 0 24px;
	line-height:25px;
	color:#FFF;
	background:url(../imagens/bg-submit-login.gif) no-repeat;
}
#right #btn:hover{
	color:#4c4c4c;
}
#right a{
	color:#FFF;
	margin:0 0 0 44px;
	text-decoration:none;
	font-size:12px;
}
#right a:hover{
	color:#99c254;
	margin:0 0 0 44px;
	text-decoration:none;
	font-size:12px;
}
