﻿.validuser {
	display: none;
}
.row_color {
}
.row_color:hover {
	color: #FFFFFF;
	background-color: #8A4741;
	font-style: italic;
}
textarea {
	background-color: #eeeeee;
	width: 100%;
	resize: vertical;
	padding: 6px;
	margin: 4px 0;
	border: 0;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	height: 250px;
}
.input_color {
	background-color: #eeeeee;
	box-sizing: border-box;
	padding: 6px;
	margin: 4px 0;
	border: thin;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	width: 100%;
}
.input_color:hover {
	background-color: #FFFFFF;
}
.submit_class {
	color: #000000;
	background-color: #eeeeee;
	font-size: large;
	font-weight: bold;
	box-shadow: 3px 3px 6px #000000;
	border-radius: 6px;
}
.submit_class:hover {
	color: #ffffff;
	background-color: #8A4741;
	font-style: italic;
	font-size: large;
	font-weight: bold;
	box-shadow: 3px 3px 6px #000000;
	border-radius: 6px;
}
#form {
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: transparent;
	background-position: center;
	width: auto;
	box-shadow: 6px 6px 12px #000000;
	border-radius: 12px;
}
/*@media (max-width:600px) {
label {
	display: none;
}
}*/