/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/       

html {overflow-y:scroll;}

html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
	background: url(../images/bg_repeat.jpg) repeat 0 0;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
	background:url(../images/bg_topvisual5.jpg) #0A0A0A top center no-repeat fixed;
}

a {
	color: #efefef;
	text-decoration: none;
}

a:hover {
	color: #efefef;
}

a img {
  border: none;/*remove border for linked images*/
}
#top {
	position: relative;
}

#meniu {
	width: 100%;
	background:url(../../images/board_index_title_bg_middle.jpg) repeat-x top center;
	color: white;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 47px;
	margin-top:5px;
}

#meniu span{
	color:#efefef;
	cursor:pointer;
	font:13px Verdana;
	margin-left:5px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	-moz-border-radius: 15px;
}
#meniu span.active, #meniu span:hover{
	background:#efefef;
	color:#000;
}

#naujienos h1 {
	margin:0;
	padding:10px;
	margin-left:100px;
	margin-right:100px;
	text-align:center;
	border-bottom:2px dotted #808080;
}
/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 965px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
}
.sample{ padding-bottom:1px;}
.mask3{
	position:relative;
	width:670px;
	height:240px;
	overflow:hidden;
}
#box4{
	position:absolute;
}
#box4 div{
	width:670px;
	height:240px;
	float:left;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
.buttons span{color:#333333;background:#EFEFEF;padding:2px 10px;cursor:pointer;font:10px Verdana; -moz-border-radius: 10px;}
.buttons span.active{background:#333333;color:#fff; font-weight:bold;}
.buttons span:hover{background:#666;color:#fff; font-weight:bold;}
.nuoroda2 a {
	color:#A52A2A;
}
.nuoroda2 input, .nuoroda2 textarea {
	background:none;
	border:1px solid #A52A2A;
	padding:5px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.nuoroda2 input:focus, .nuoroda2 textarea:focus {
	border:2px solid #8B0000;
	padding:4px;
}
.nuoroda2 .login_button:hover {
	cursor:pointer;
}