.input-append .add-onlarge,
.input-prepend .add-onlarge {
	display: inline-block;
	width: auto;
	height: 70px;
	min-width: 17px;
	padding: 5px 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 70px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #333;



.kws-contact-form .error-kws-contact-form{
	color:red;
}
.kws-contact-form .inputbox{
    box-sizing: border-box;
	float:right;
    height: 30px;
    line-height: 30px;
   
	margrin:15px;
}
.kws-contact-form textarea{
    box-sizing: border-box;
	float:right;
    height: 100px;
    line-height: 20px;
    width: 80%;	
}
	
.kws-contact-form label { 

font-size:21px;
width: 100%; 
text-align:bottom;
}