/*-------------------------------------------------------------------------*/
/* Copyright (c) DELTA X MULTIMEDIA                                        */
/* Tutti i diritti sono riservati - All rights reserved                    */
/* https://www.deltaxmultimedia.it - info@deltaxmultimeida.it              */
/* CSS Document                                                            */
/*-------------------------------------------------------------------------*/
/* Contacts Elements - v.3.00 April 2021                                   */
/*-------------------------------------------------------------------------*/


#left_side_date
{
	width:calc(100% - 100px - 10px);
	float:left;
	margin-right:10px;
	box-sizing:border-box;	
}

#right_side_date
{
	width:100px;
	float:left;
	box-sizing:border-box;
}


#send_message_box
{
	display:none;
	float:left;
	margin-top:10px;
}


.frmMailError
{
	display: inline-block;
	margin-bottom:12px;
	width:100%;
	padding:8px;
	box-sizing:border-box;
}

#mailError { 
    display:none; 
    font-size:15px;  
}


#email_send_processing
{
	float:left;
	display:none;
	padding-top:20px;
}



