.form-style p {
	color:#000;
	padding:20px 0 10px;
}
.form-style label{
    display: block;
    margin: 15px 0px 4px 0px;

}
.form-style label > span{
    font-weight: bold;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
 /*   color:red; */
}
.form-style .tel-number-field{
    width: 40px;
    text-align: center;
}
.form-style  .long{
    width: 120px;
}
.form-style input.input-field{
    width: 48%;

}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
.form-style .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    width:100%;
    padding: 7px;
    outline: none;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field{
    height:100px;
    width: 100%;
}

.form-style .sent-success{
    background: #ddedd3;
    padding: 5px 10px 5px 10px;
    margin: 5px 0px 20px 0px;
    border: none;
	
    color: #2E6800;
}
.form-style .sent-error,
.form-style .infocheck {
    background: #edd3d3;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
    border: none;
    font-weight: bold;
    color: #FF0000;
}
.form-style .infocheck {
	margin-top:20px;
	display:none;
}
.form-style .check label.check2 {
	display:block;
	position:relative;
	margin-top:1px;
	margin-bottom:20px;

}
.form-style .check label {
	font-weight:normal !important;
}
.form-style p strong {
	color:#000080;
}
.form-style .btn {
	display:block;
	margin-top:10px;
	margin-bottom:20px;
	min-width:165px;
	background:rgba(0,0,0,0.85);
	color:#fff;
	text-align:center;
	padding:12px 20px;
	font-size:20px;
	text-decoration:none;
	-webkit-transition: all .5s ease;
	        transition: all .5s ease;	
}

.btn:hover {
	background:#2f3f5a;
	color:#fff;
}