body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #696969;
	}
div, h1, h2, p, ul, ol, li, form, input{
	margin: 0px;
	padding: 0px;
	}
h1 {
	margin: 0.5em 0px;
	padding: 0.5em;
	font-size: 15px;
	font-variant: small-caps;
	color: #FFF;
	background: #0784c8 url(../img/h1-bg.png) no-repeat center right;
	}
h2 {
	margin-bottom: 0.25em;
	font-size: 14px;
	font-variant: small-caps;
	}
a {
	font-weight: bold;
	color: #0da6fa;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
ul, ol {
	list-style: inside;
	color: #696969;
	}
ul {
	list-style-image: url(../img/li.png);
	}
ol ul {
	margin: 1em 3em;
	list-style-image: url(../img/ul-li.png);
	font-size: 11px;
	color: #999;
	}
ol ul li {
	margin: 0.5em;
	padding: 0.5em;
	border-bottom: 1px dashed #E1E1E1;
	}
ol {
	list-style: decimal-leading-zero inside;
	}
img {
	border: none;
	}
span {
	color: #999;
	}
dl {
	margin: 1em 0px;
	}
dt {
	font-weight: bold;
	}
input, select {
	padding: 0.5em;
	}
td {
	width: 60px;
	cursor: pointer;
	padding: 0.5em;
	text-align: center;
	background: #F2F2F2;
	}
td span {
	font-size: 10px;
	color: #333;
	}
th {
	padding: 0.5em;
	text-align: left;
	}
sup {
	color: #e67272;
	}
.menu, .menu ul, .content, .top-corner  {
	overflow: hidden;
	}
.right {
	float: right;
	}
.left {
	float: left;
	}
/*------------ Flagi ---------*/
.flags {
	padding: 2em;
	text-align: center;
	background: #FFF;
	}
/*------------ CONTENT ---------*/
.wrap {
	margin: 0px auto;
	width: 800px;
	}
/*------------ HEAD ---------*/
.head {
	margin-top: 1em;
	height: 200px;
	background: url(../img/bg-head.jpg) repeat-x top left;
	}
/*------------ MENU ---------*/
.menu {
	margin-top:2em;
	}
.menu ul {
	float: right;
	margin-right: 1em;
	list-style: none;
	}
.menu li {
	float: left;
	text-align: center;
	}
.menu a, .menu a:visited {
	display: block;
	width: 102px;
	height: 30px;
	line-height: 30px;
	color: #696969;
	text-decoration: none;
	background: url(../img/menu.png) no-repeat 0px 0px;
	}
.menu a:hover, .menu a.active  {
	background: url(../img/menu.png) no-repeat 0px -30px;
	}
/*------------ CONTENT ---------*/
.top-corner {
	padding: 0px 1em;
	background: #FFF url(../img/corner-top.png) no-repeat 0px 0px;
	}
.content {
	padding: 0px 1em;
	background: #FFF url(../img/corner-bottom.png) no-repeat bottom left;
	}
.row {
	margin: 1em 0px;
	color: #696969;
	}
.row-left {
	width: 120px;
	padding: 0.5em;
	padding-left: 15px;
	font-weight: bold;
	background: #F2F2F2 url(../img/row-left.png) repeat-y 0px 0px;
	}
.row-right {
	margin-left: 150px;
	}
.row-right li {
	margin: 0.25em;
	padding: 0.25em;
	}
.yellow {
	margin: 1em 0px;
	padding: 0.5em;
	padding-left: 50px;
	text-align: left;
	background: #fffee9 url(../img/bg-info.png) no-repeat 10px 10px;
	border: 1px solid #f2f2f2;
	}
.white {
	font-weight: bold;
	color: #333;
	background: url(../img/select.png) no-repeat top right;
	}
.error {
	background:#ffd1d1;
	color: #e67272;
	border:1px solid #e67272;
	}
.step {
	padding: 0.5em;
	background: #F2F2F2;
	border:	1px solid #E1E1E1;
	}
.step p img {
	cursor: pointer;
	margin-left: 1em;
	}
.navig {
	padding: 2em;
	background: url(../img/navig-bg.png) repeat-x 0px 0px;
	}
.navig span {
	padding: 0.25em;
	color: #FFF;
	background: #0784c8;
	}
.navig a {
	padding: 0.25em;
	}
.navig a:hover {
	background: #0784c8;
	color: #FFF;
	}
/*---------------- INDEX -----------------*/
.container li {
	margin: 0.5em 0px;
	padding: 1em;
	padding-bottom: 0.5em;
	color: #0da6fa;
	font-weight: bold;
	border: 1px solid #E1E1E1;
	background: #F2F2F2 url(../img/container-li.jpg) repeat-y 0 0;
	}
.container span {
	float: right;
	color: #696969;
	border: none;
	}
.container a {
	padding: 0.25em;
	color: #0da6fa;
	text-decoration: underline;
	}
.container a:hover {
	text-decoration: none;
	background: #0784c8;
	color: #FFF;
	}
.container-info {
	margin: 0.25em;
	margin-left: 2em;
	padding: 0.25em;
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	}
/*---------------- end -----------------*/

/*------------ FOOT ---------*/
.foot {
	margin: 1em 0px;
	padding: 0px 2em;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 11px;
	color: #FFF;
	background: url(../img/bg-foot.gif) repeat-x top left;
	}
