﻿#taskbar{
	display: non;
	height: 25px;
	width: 100%;
	margin: auto;
	position: fixed;
	bottom: 0%;
	background-image: url('../img/menu/bg_menu.png');
	background-repeat: repeat-x;
}

#taskbar #container{
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	height: 25px;
}
/*------- blocks btns --------*/
#taskbar #container .img {
	float:inherit;
	position:absolute;
	border=0px;
}
#taskbar #container .block-left{
        position:relative;
        float: left;
		width: 60%;
        height:15px;
}
#taskbar #container .block-center{
        position: relative;
        float: left;
        width: 15%;
       	margin-top: -4px;
        height:25px;
}
#taskbar #container .block-right{
        position: relative;
        float: left;
        text-align:right;
        width: 15%;
        height:25px;
}
#taskbar #container .btContarPecado {
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	background-image: url('../img/iconos/comment_add.png');
	background-repeat: no-repeat;
}
#taskbar #container .searchBox {

	border-style: none;
	border-width: 0px;
	background: transparent;
	background-image: url('../img/menu/searchBox.png');
	background-repeat: no-repeat;
	width: 98px;
	height: 18px;
	padding-left: 4px;
	padding-right: 4px;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	margin-left: 3px;
	margin-top: 4px;
}

span.lbar {
	font-family: verdana;
	font-size: 11pt;
	color: #FFFFFF;
}
