@import url(menu_mo.css);

div.container {
	width: 1170px;
	height: 1920px;
	margin-top: 40px;
	overflow: auto;
}

h2 {
	text-align: center;
	font-size: 1.5em;
}

div.impdat {
	margin-left: 70px;
	font-size: 3.5em;
}

span.frlg {
	margin-left: 250px;
}

div.kondat {
	margin-left: 70px;
	font-size: 3em;
}

strong.ds {
	font-size: 1.5em;
}

a:hover {
  color: red;
}

input[type="checkbox"] {
	height: 80px;
	width: 80px;
	margin-left: 50px;
    
}

input {
	background-color: #aba09d;
	font-size: 1em;
	border-top-color: #6f6965;
	border-left-color: #6f6965;
	border-right-color: #e3d9cf;
	border-bottom-color: #e3d9cf;
}

input[name="name"] {
	margin-top: 20px;
	margin-left: 90px;
	width: 760px;
}

input[name="mail"] {
	margin-left: 80px;
	width: 760px;
}

textarea {
    width: 760px;
    background-color: #aba09d;
    border-top-color: #6f6965;
	 border-left-color: #6f6965;
	 border-right-color: #e3d9cf;
	 border-bottom-color: #e3d9cf;
	 font-size: 1em;
	 vertical-align: top;
}

input[type="reset"] {
    margin-left: 250px;
}

input[type="submit"] {
	position: absolute;
	margin-left: 95px;
}

input[type="reset"],
input[type="submit"] {	
   width: 7em;
	height: 60px;
	font-size: 1em;
	border-top-color: #e3d9cf;
	border-left-color: #e3d9cf;
	border-right-color: #6f6965;
	border-bottom-color: #6f6965;
	background-color: #aba09d;
}

input:active, input:hover, input:focus {
	background-color: #ccc1bd;
}

textarea:active, textarea:hover, textarea:focus {
	background-color: #ccc1bd;
}

