body {
	background: url(../Uty/Mim_website_light_copy.jpg) center center no-repeat fixed;
	background-size: cover;
}

#LayoutDiv13 .row {
	display: block;
	line-height: 30px;
	overflow: auto;
	padding: 10px 0;
	width: 100%;
}
#LayoutDiv13 .row .label {
	text-align: right;
	font-size: 24px;
	width: 24%;
	float: left;
	padding: 5px 2% 5px 0;
}
#LayoutDiv13 .row .input {
	float: left;
	margin: 0 15%;
	width: 70%;
	font-size: 22px;
	outline: 0;
}
.detail {
	width: 96%;
	font-size: 22px;
	padding: 2%;
	margin: 0px;
	outline: none;
	border: none;
	display: block;
	background-color: rgba(255,255,255,.8)
}
.detail:focus {
	outline: none;
	border: none;
}
#LayoutDiv13 h1 {
	font-size: 22px;
	font-weight: lighter;
}
.mess {
	min-height: 200px;
	max-height: 250px;
	min-width: 96%;
	max-width: 96%;
	overflow: auto;
	font-size: 22px;
	padding: 2%;
	line-height: 1.5;
	margin: 0px;
	outline: none;
	border: none;
	display: block;
	background-color: rgba(255,255,255,.8);
}
.mess:focus {
	outline: none;
	border: none;
}
#LayoutDiv13 #submit {
	font-size: 22px;
	margin: 20px 0 0 15%;
	padding: 5px;
	border: none;
	background-color: #990000;
	color: white;
	cursor: pointer;
	width: 200px;
}
#LayoutDiv13 #submit:hover {
	background-color: white;
	color: #990000;
}
span.error{
	display: block;
	font-size: 22px;
	color: white;
	background-image: url(../Uty/x.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}