form {
	margin:0;
	padding:0;
}
#authorisation p.authorized {
text-align:right;
padding:5px 20px 5px 5px;
color:#FFF;
}
#authorisation a {
color:#FFF;
}
#authorisation .input, #authorisation .submit {
	width:104px;
	padding-left:4px;
	color:#333;
	font:11px Arial;
	border-bottom:1px solid 1px #9C9C9C;
	border-right:1px solid 1px #9C9C9C;
	border-left:1px solid 1px #797979;
	border-top:1px solid 1px #797979;
	float:left;
	margin-left:8px;
	margin-top:10px;
}
#authorisation .submit {
	width:auto;
	border-top:1px solid 1px #fff;
	border-left:1px solid 1px #fff;
	border-right:1px solid 1px #797979;
	border-bottom:1px solid 1px #797979;
	background:#F3F3F3;
}



/* ------------------------------- navigacija  ------------------------------- */
ul.nav {
	padding:0;
	margin:0;
	position:relative;
	padding-top:10px;
	
}
ul.nav li, ul.nav li.selected, ul.nav li.home{
	display:inline;
	list-style:none;
	font-size:12px;
	padding:11px 8px;
	background:url(../img/common/li_bg.gif) right top no-repeat;
}
ul.nav li.selected{
	background:url(../img/common/li_bg_selected.gif) left top repeat-x;
}
ul.nav li.home{
	background:url(../img/common/home.gif) center center no-repeat;
	width:31px;
}
ul.nav li.home a {
	text-decoration:none;
}
/* ---- level2  --- */
ul.nav2 {
	padding:7px 0 0 35px;
	margin:0;
	position:relative;
	
}
ul.nav2 li, ul.nav2 li.selected{
	display:inline;
	list-style:none;
	font-size:11px;
	padding:8px;
	background:none;
}
ul.nav2 li.selected{
	font-weight:bold;
	color:#666;
	background:url(../img/common/bg-level2.gif) left top repeat-x;
}
ul.nav2 a{
	color:#333;
}


/* ------------------------------- tekstai  ------------------------------- */
h1 {
	font:25px Georgia, "Times New Roman", Times, serif;
	margin:10px 0 15px 0;
}
h1 span{
	border-bottom:2px solid #DDDCDC;
	padding-bottom:4px;
}

dl {
	padding:0;
	margin:0;
	width:80%;
}
dd {
	font:11px Arial;
	color:#999;
	margin-left:0;
}
dt {
	font:12px/130% Arial;
	padding-bottom:15px;
}
p {
	margin:0 0 16px 0;
}


/* ------------------------------- lenteles  ------------------------------- */
#content table {
	width: 100%;
	margin:15px 0;
	border:1px solid #F4D788;
	border-bottom:none;
}
#content table td, #content table th{
	border-bottom:1px solid #F4D788;
	padding:8px 6px;
	vertical-align:top;
	text-align:left;
}
#content table th{
	font-size:11px;
	font-weight:normal;
	background:#F4D788;
}
#content table td.head {
	background:#F8E4AD;
	font-weight:bold;
	border-top:1px solid #fff;
}



/* ------------------------------- forma  ------------------------------- */
form {
	margin:0;
	padding:0;
}
/*input {
	width:204px;
	padding-left:3px;
}*/
textarea {
	width:350px;
	height:200px;
	font:12px/130% Arial;
}
#content form table, #content form table td{
	border:none;
	width:auto;
	padding:3px;
}
.submit {
	width:auto;
}
#error {
	margin-top:29px;
	width:349px;
	float:right;
	background:#0C80A0;
	height:30px;
	color:#fff;
	font-size:11px;
	padding-top:10px;
	padding-left:10px;
}
#error a{
	color:#fff;
}
#errorHidden {
	display:none;
}