#cadastro{
	width: 280px;
	padding-left: 10px;
	float: right;
	background-image: url(../img/fnd_curriculos.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
#vagas{
	width: 280px;
	float: left;
}
#lnkcadastro{
	text-align:center;
}
#lnkcadastro:hover{
	background-color: #FFFFCC;
}
#login{
	margin: 0;
}
fieldset{
	width: 250px;
	border: 1px solid #CC9900;
	margin: 0;
	padding:  5px;
}
fieldset legend{
	font-size: 12px;
	font-weight: bold;
}
fieldset label{
	display: block;
	position: relative;
	line-height: 1.8;
	margin: 8px 0;
	vertical-align: top;
	border-bottom: 1px solid #F1F1F1;
}
label input{
	font-size: 11px;
	line-height: normal;
	vertical-align: middle;
	width: 170px;
}