.form_fiel {
    margin: 20px 0 0 6%;
    width: 29.3333%;
    float: left;
    position: relative;
}
.form_fiel.clear {
    margin-left: 0;
}
.form_fiel label {
    margin-bottom: 6px;
    font-weight: 400;
    line-height: 20px;
    display: block;
}
.form_blck .input_text, .form_blck textarea {
    box-sizing: border-box;
    margin: 0;
    padding: 0 6px;
    border: 0 none;
	border-bottom: 1px solid #eee;
    width: 100%;
    min-height: 30px;
	font-family:'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #020202;
    background-color: #fff;
    display: block;
}
.form_blck select {
    box-sizing: border-box;
    margin: 0;
    padding: 0 6px;
    border: 0 none;
	border-bottom: 1px solid #eee;
    width: 100%;
    height: 31px;
	font-family:'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #020202;
    background-color: #fff;
    display: block;
}
.form_blck .input_text:focus, .form_blck textarea:focus,.form_blck select:focus {
	border-bottom: 1px solid #365B98;
}
.form_blck hr {
    margin: 60px 0 0;
    padding: 0;
    border: 0 none;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.form_fiel.form_w100 {
    margin-left: 0;
    width: 100%;
    float: none;
}
.form_fiel.form_noma {
    margin-top: 0;
}
.form_blck #cod_seg {
    border: 1px solid #365B98;
    padding: 0 10px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
}
.form_legl {
	margin-top: 30px;
}
.form_legl input,.form_legl label {
	cursor: pointer;
}
.cont_bu01 {
    text-align: center;
}
.cont_bu01 .butt01 {
    box-sizing: border-box;
    min-width: 140px;
    padding: 0 10px;
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-weight: 600;
    font-size: 16px;
    line-height: 46px;
	letter-spacing: 1px;
    text-align: center;
    display: inline-block;
}
.form_blck .cont_bu01 .butt01 {
    margin-top: 60px;
    border: 0 none;
    cursor: pointer;
}
.butt01 {
    color: #fff;
    background-color: #365B98;
}
.butt01:hover {
    background-color: #093360;
}
#reg_ok,#reg_nook  {
	box-sizing:border-box;
	padding:20px 20px 20px 50px;
	border:1px dashed #ccc;
	width:100%;
	background-color:#f9f9f9;
}
#reg_ok {
	background:url('../img/ok.png') 10px center no-repeat;
}
#reg_nook {
	background:url('../img/nook.png') 10px center no-repeat;
}
span.error {
    padding-left: 10px;
	font-size: 0.8em;
	line-height: 1.2em;
    color: #f00;
    background: url('../img/erro_arrw.png') left center no-repeat;
    display: block;
	position: absolute;
}
@media screen and (max-width: 650px) {
	.form_fiel{margin-left: 0;width: 100%;float: none}
}