/**********************************/

.botao.curriculo{
	min-width: 250px;
}

.botao.curriculo.vaga{
	background: #3c6d18;
	background: -moz-linear-gradient(top,  #3c6d18 0%, #255e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c6d18), color-stop(100%,#255e00));
	background: -webkit-linear-gradient(top,  #3c6d18 0%,#255e00 100%);
	background: -o-linear-gradient(top,  #3c6d18 0%,#255e00 100%);
	background: -ms-linear-gradient(top,  #3c6d18 0%,#255e00 100%);
	background: linear-gradient(to bottom,  #3c6d18 0%,#255e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c6d18', endColorstr='#255e00',GradientType=0 );
}

.botao.curriculo.vaga:hover{
	background: #255e00;
	background: -moz-linear-gradient(top,  #255e00 0%, #3c6d18 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#255e00), color-stop(100%,#3c6d18));
	background: -webkit-linear-gradient(top,  #255e00 0%,#3c6d18 100%);
	background: -o-linear-gradient(top,  #255e00 0%,#3c6d18 100%);
	background: -ms-linear-gradient(top,  #255e00 0%,#3c6d18 100%);
	background: linear-gradient(to bottom,  #255e00 0%,#3c6d18 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255e00', endColorstr='#3c6d18',GradientType=0 );

}

#myform fieldset{
	border: none;
}

#myform fieldset legend{
	font-family: Verdana;
	font-size: 16px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
}

p.legend{
	font-family: Ebrima;
	font-size: 16px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	font-weight: bold;
	margin-left: 10px;
}

ul.tabs.curriculo a{
	font-family: Verdana;
	font-size: 14px;
}

ul.tabs.curriculo li{
	min-width: 160px;
}

form.trabalhe-conosco input, form.trabalhe-conosco textarea, form.trabalhe-conosco select{
	height: 32px;
	width: 787px;
	border-radius: 0;
	border: 1px solid #F1F2F3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #DDDFE1;
	outline: none;
	padding-left: 30px;
}

form.trabalhe-conosco label{
	float: left;
	width: 145px;
	height: 32px;
	padding-top: 2px;
	line-height: 30px;
	padding-left: 30px;
	color: #fff;
	position: relative;
	font-family: Ebrima;
	margin-right: -29px;
	background: url(../images/bg_label.png) center top no-repeat;

}

.button-claro{
	float: right;
	margin: 18px 0px 0px 0px;
	border: none;
	width: 244px;
	height: 35px;
	cursor: pointer;
	font-weight: bold;
	outline: none;
	color: #fff;
	text-align: center;
	margin-top: -5px;
	background: #3A2D7B;
	margin-right: 13px;
margin-bottom: 30px;

}

/*form.trabalhe-conosco label.active{
	background: #3C6D18;
	padding-left: 10px;
	color: #fff;
}*/