﻿.inputtet {
	border: 1px solid #ccc;
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 11px 10px;
	width: 80%;
	color: #666;
	border-radius: 0px 3px 3px 0;
	display:block;
}


.inputteta {
	border: 1px solid #ccc;
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 11px 10px;
	width: 30%;
	color: #666;
	border-radius: 0px 3px 3px 0;
	display:block;
}

.inputtett {
	border: 1px solid #ccc;
	float: left;
	height: 120px;
	line-height: 36px;
	padding: 11px 10px;
	width: 80%;
	color: #666;
	border-radius: 0px 3px 3px 0;
	display:block;
}

.inputtetm {
	height: 36px;
	line-height: 36px;
	width: 30%;
	font-size:16px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	display:block;
	color:#ffffff;
	background-color: #e40000;
}



@media screen and (max-width:768px){
.inputtet {
	border: 1px solid #ccc;
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 11px 10px;
	width: 100%;
	color: #666;
	border-radius: 0px 3px 3px 0;
	display:block;
}


.inputteta {
	border: 1px solid #ccc;
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 11px 10px;
	width: 50%;
	color: #666;
	border-radius: 0px 3px 3px 0;
	display:block;
}

.inputtett {
	border: 1px solid #ccc;
	float: left;
	height: 120px;
	line-height: 36px;
	padding: 11px 10px;
	width: 100%;
	color: #666;
	border-radius: 0px 3px 3px 0;
	display:block;
}

.inputtetm {
	height: 36px;
	line-height: 36px;
	width: 50%;
	font-size:16px;
	color: #666;
	border-radius: 0px 3px 3px 0;
	display:block;
	color:#ffffff;
	background-color: #e40000;
}

}