.margine_sotto{
	margin-bottom: 25px;
}
.mrgn_rgt10{
	margin-right: 15px !important;
}
.term-cond{
	
	width:100%;
	font-size:12px;
	border-radius:5px;
	padding:5px 1%;
	line-height:16px;
	height:80px;
	overflow:auto;
}
.term-cond h6{
	font-size:14px; 
	margin-bottom:6px;
}


/*------------------------------Start CONTATTI CSS-----------------------------------*/

.privacy {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #818181;
    color: #454545;
    font-size: 10px;
    height: 90px;
    line-height: 13px;
    margin: 3px 0 10px;
    overflow-y: scroll;
    padding: 5px;
    text-align: justify;
    width: 100%;
}

.contact_form_out{
	border:solid 1px #cececc;
	margin-bottom:30px;
}
.contact_form_ttl{
	color:#0058a2;
	font-size:22px;
	padding:12px 30px;
	background:#ebece7;
	border-bottom:solid 1px #cececc;
}
.contact_form_in{
	background:#fff;
	padding:30px;
	font-size:14px;
	line-height:18px;
}
.contact_form_in .form-control{
	margin:2px 0 5px 0;
}
.contact_form_in textarea.form-control{
	margin-bottom:10px;
}
.req_indicator{
	margin:0 0 20px 0;
	font-size:17px;
}
.req_indicator span{
	font-style:italic;
}
.req_star{
	color:#ba3866 !important;
	font-size:17px;
	font-weight:bold;
}
.captcha_box{
	clear:both;
}
.captcha_img{
	clear:both;
}
.captcha_text{
	max-width:120px;
	background:#ebece7;
}
.submit_form_btn{
	background: #0052a1;
	color:#fff;
}
.mrgn_rgt30{
	margin-right:30px !important;
}
.contact_rgt p{
	margin:0 0 30px 0;
}
.contact_rgt a{
	color:#000;
	text-decoration:none;
}
.contact_rgt a:hover{
	text-decoration:underline;
}

.form-inline .form-control {
	width: 100% !important;
}

/*------------------------------End CONTATTI CSS-----------------------------------*/