html {
	margin: auto;
	text-align: center;
	color: white;
	-moz-box-shadow: inset 0px 1px 0px 0px #1A237E;
	-webkit-box-shadow: inset 0px 1px 0px 0px #1A237E;
	box-shadow: inset 0px 1px 0px 0px #1A237E;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1A237E), color-stop(1, #1A237E));
	background: -moz-linear-gradient(center top, #1A237E 5%, #1A237E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A237E', endColorstr='#1A237E');
	background-color: #1A237E;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	text-indent: 0;
	border: 1px solid #522c0f;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

table {
	background: #1A237E;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #1A237E;
	padding: 5px;
	margin: auto;
	text-align: center;
}

#left {
	text-align: right;
}


#main {
	background: #283593;
}

.gumb {
	-moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color: #f24537;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	text-indent: 0;
	border: 1px solid #d02718;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 65px;
	line-height: 65px;
	width: 131px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #810e05;
}

.gumb:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background: -moz-linear-gradient(center top, #c62d1f 5%, #f24537 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color: #c62d1f;
}

.gumb:active {
	position: relative;
	top: 1px;
}

input {
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px black;
	padding: 5px;
}

textarea {
	width: 280px;
	height: 80px;
	max-width: 280px;
	max-height: 80px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px black;
	padding: 5px;
}

div {
	color: #ffffff;
}

a {
	color: #FFFFFF;
}


td {
	text: align:center;
	maxwidth='300px' word-wrap: break-word
}


.imgBox {
	align: center;
	color: white;
	width: 300px;
	height: 100px;
	background-image: url('../images/button11.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.imgBox2 {
	align: center;
	color: white;
	width: 300px;
	height: 100px;
	background-image: url('../images/quest.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.imgText {
	align: center;
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
}

p:first-letter {
	text-transform: uppercase;
}