/* CSS настройки формы */

div.contactus-form{
	max-width:370px;
	padding:0px;
	box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}
#reg_form{
	margin-bottom: 0px;	
}	
div.contactus-form div.joomly-contactus-div{
	margin-bottom: 15px;	
}	
.contactus-center{
	margin-right:auto;
	margin-left:auto;
}	
/* CSS настройки кнопки */

div.contactus-form button.contactus-button{
   padding: 14px 18px;
   border: 0 none;
   font-weight: 700;
   letter-spacing: 1px;
   display:block;
   text-transform: uppercase;
   height:auto;
   width: auto;
   max-width:100%;
   color: #ffffff;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.contactus-form button.contactus-button:hover{
	opacity: 0.8;
	outline: 0 none;
}

/* CSS настройки элементов */
	
#email-contactus,#name-contactus, #phone-contactus, #subject-contactus, #captcha-contactus,#message-contactus{
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
    vertical-align: middle;
	color: #555;
	background-color: #fff;
	height:40px;
	padding: 4px 6px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 13px;
    line-height: 18px;
	margin:0px;
}	
#email-contactus,#name-contactus, #phone-contactus, #subject-contactus,#message-contactus{
	width:100%;
}
#message-contactus{
	padding: 4px 6px;
	height: 110px;
}
#captcha-contactus{
	display:inline-block;
	width:66.5%;
}	
div.contactus-form img.img-contactus-lightbox{
	min-width:80px;
	width:30%;
	margin-right:3%;
	display:inline-block;
	vertical-align:bottom;
}

/* Загрузка файлов */

div.contactus-form div.contactus-file{ 
	width: 100%;
	max-width:450px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size:0;
	margin-bottom: 15px;
}
div.contactus-form span.contactus-file{
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:0px;
	border: 1px solid #ccc; 
	display:inline-block;
	height: 40px; 
	width:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}	
div.contactus-form label.contactus-file{
	font-size: 13px;
	line-height:40px;
	display:inline-block; 
	width:20%;
	height:100%;
	float:right;
	margin: 0px;
	padding: 0px;
	text-align:center;
	color:white;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}	
div.contactus-form label.contactus-file-label{
	color:#999;
	line-height:40px;
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height:100%;
	 width:70%;
	 display: inline-block; 
	 vertical-align:middle;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: normal;
}
div.contactus-form label.contactus-file-label.contactus-added{
	color:#555;
}
div.contactus-form input.contactus-file{
	display:none;  
	height: 40px;
	width: 0px;
	margin-bottom: 0px;
}
