body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #336666;
}
form {
	margin: 0;
}
#dsgMain {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFA319;
	width: 530px;
	height: 250px;
	padding-top: 215px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -270px;	
	margin-left: -265px;
}
#bottbar {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position:absolute;
	z-index: 100;
	width: 530px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top: 195px;	
	margin-left: -265px;
	text-align: center;
	padding-top: 12px;
	font-size: .8em;
	letter-spacing: 1.2px;
	color: gray;
}
#bottbar a {
	color: gray;
}
#optionsItems {
	padding-left: 20px;
}
div.inputOption {
	width: 410px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 80px;
	height: 60px;
	text-align: left;
}
div.inputHlava {
	background-image: url(images/hlava.gif);
}
div.inputOrel {
	background-image: url(images/orel.gif);
}
#resultHlava {
	background-repeat: no-repeat;
	background-image: url(images/hlava.gif);
	background-position: top center;
	padding-top: 70px;
	margin-top: 10px;
	text-align: center;
}
#resultOrel {
	background-repeat: no-repeat;
	background-image: url(images/orel.gif);
	background-position: top center;
	padding-top: 70px;
	margin-top: 10px;
	text-align: center;
}
.inputBox {
	width: 410px;
	border: 0;
	background-color: #FFEFD7;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #336666;
	font-weight: bold;

}
#submitOptions {
	text-align:right;
	margin-right: 20px;
}

