@charset "utf-8";
/* forms */
label.req, span.req {
	color:#ff0000;
}

input.req {
	background-color:#ffa;
}

div.req {
	background-color:#ffa;
	color:#ff0000;
	font-weight:bold;
	padding:4px;
}

#search {
	width:335px;
	position:absolute;
	top:30px;
	right:0;
} 

#searchfield {
	width:200px;
	border: 1px solid #000;
	font-weight:normal;
	color:#666;
	background: #eee;
	padding:1px;
}

#searchbutton {
	width:100px;
	border: 1px solid #000;
	color:#666;
	padding:0 0 0 35px;
	background:url('../_img/search.png') #ffc no-repeat 4px center;
	margin-left:10px;
	font-weight:bold;
	
}

/**/
#sidebar-content form label {
	display:block;
	width:60px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}

#sidebar-content form span {
	display:block;
	position:relative;
	height:100px;
}

#weebo_login_name { 
  font-size:12px;
	margin-top:0px;
	width:92px;
	border:1px solid #888;
}

#weebo_login_pw { 
  font-size:12px;
	margin-top:8px;
	width:93px;
	border:1px solid #888;
}

#toplogo span label {color:#FFFFFF !important;}
#toplogo span {position:relative; float:left; top:10px; left:500px;}

#weebo_login_bt {
	position:relative;
	top:34px;
	left:70px;
	background-color:#881515;
	width:85px;
	height:25px;
	color:#EBDDAC;
	font-weight:bold;
	padding-bottom:1px;
}

.tlacitko {
	background-color:#551110;
	width:65px;
	height:20px;
	color:#EFE9D1;
	font-weight:bold;
	padding-bottom:1px;
  font-size: 12px;
  border:0px; }

/* regforms */
input.mwreg_in{
	width:300px;
	border:1px solid #666;
	padding:2px;
	font-size:12pt; 
}

input.mwreg_pass{
	width:300px;
	border:1px solid #666;
	padding:2px;
	font-size:12pt; 
}

textarea.mwreg_in{
	width:500px;
	border:1px solid #666;
	padding:2px;
	font-size:12pt; 
}

select.mwreg_in {
	width:300px;
	border:1px solid #666;
	padding:2px;
	font-size:12pt; 
}

.mwreg_in:hover {
	filter:alpha(opacity=60);
	opacity:.6;
	border:1px solid #f00;
}

#weebo_register_theme th, #weebo_register_theme td {
	font-size:10pt;
	padding:4px;
	vertical-align:middle !important;
	font-size:10pt !important;
}

#weebo_register_theme th {
	width:140px;
	text-align:right;
}

#weebo_register_theme th label, #weebo_register_theme label , #weebo_register_theme span {
	text-align:right;
	display:block;
}

.weebo_reg_not_validated label {
	text-align:left !important;
}

#weebo_register_theme td #mwreg_mess span {
	display:inline !important;
}

#weebo_register_theme td #mwreg_mess {
	padding-left:148px;
	text-align:left;
	font-size:10pt;
}

