h2{
	margin:0 0 15px 0;
	display: block; 
	color: #1460a6;
	font-size: 27px;
}

p{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 12px;
}

#curriculo{
	width: 390px;
	float: left;
}

#curriculo span{
	font-size: 12px;
	display: block;
	margin: 15px 0 15px 0;
}

#curriculo em{
	font-size: 14px;
	display: block;
	margin: 15px 0 10px 0;
	color: #1460a6;
	font-weight: bold;
}

#formCurriculo fieldset .input textarea, 
#formCurriculo fieldset .input select,  
#formCurriculo fieldset .input input{
	background: url(../img/layout/fundo_campos_contato.png) repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border: 1px solid #a6a6a6;
	height: 25px;
    margin-bottom: 5px;	
    padding: 3px 5px 3px 5px;
}


#formCurriculo fieldset .input textarea{
	height: 119px;
	background: url(../img/layout/fundo_campo_mensagem.png) repeat-x;	
}

.width380{
	width: 380px;
}

.width207{
	width: 207px;
}

#curriculo form label{
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 10px 0 2px 0;
	color: #474747;
	width: 240px;
}

.left{
	float: left;
	margin-bottom: 10px;
}

.row-button input{
	margin-top: 20px;
}

#vagas{
	width: 500px;
	float: right;
}

#vagas h3{
	font-size: 14px;
	display: block;
	margin: 15px 0 10px 0;
	color: #1460a6;
	font-weight: bold;
}

#vagas h4{
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
}

#vagas p{
	line-height: 16px;
	margin-bottom: 10px;
}

#vagas ul li {
	border-bottom: 1px solid #cfcfcf;
	margin: 10px 0 0 0;
}

#vagas ul li.last{
	border-bottom: none;
}