body, html {
	margin: 0px;
	height: 100%;
}

body {
	background-color: #ababa9;
}

div#Ramka {
	margin: auto auto;
	width: 344px;
	height: 520px;
	border: 1px solid #000;
	padding: 0px;
	position: relative;
	background-color: #222222;
}

div#Odstep {
	height: 50%;
	margin-bottom: -260px;
}


div.Frame {
	width: 76px;
	height: 91px;
	background-image: url('gfx/frame.png');
	background-repeat: no-repeat;
	background-position: top top;
	float: left;
	margin: 5px;
	font-family: Verdana, Serif;
	font-size: 8pt;
	color: #f6dc43;
	text-align: center;
	padding-top: 8px;
}

div.Frame img {
	position: relative;
    top: -2px;
}

h1 {
	margin: 0px;
	width: 340px;
	background-color: #000000;
	color: #f6dc43;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	padding: 2px;
}

p {
	clear: left;
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
	padding: 2px;
	color: #FFFFFF;
}

input, label {
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;	
}

input.FileInput {
	margin: 2px;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
}

input.Submit {
	width: 100px;
	margin: 2px;
	color: #f6dc43;
	border: 1px solid #f6dc43;
	background-color: #000000;
	vertical-align: middle;
}

div.center {
	text-align: center;
}
