.taber
{
	clear: both;
	display: none;
    width: 410px;
    height: 130px;
    padding: 5px 10px;
	background: url(../images/tabs_bg.jpg) top left no-repeat;
}

/* ======================== Formatowanie elementów zakladki =============================== */

.taber.active-tab-body
{
	display: block;
}

#tabs
{
	list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
}

#tabs li
{
	float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

#tabs a
{
    width: 190px;
    height: 40px;
	float: left;
	color: #399700;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    line-height: 2em;
    border-bottom: 1px solid #ccc;
    background: url(../images/tab_bg.jpg) top left no-repeat;
}

#tabs a.active-tab
{
    width: 190px;
    height: 40px;
    border-bottom: 1px solid #e7e7e7;
    background: url(../images/tab_active_bg.jpg) top left no-repeat;
}

/* =================================== FORMULARZ =========================================== */
.taber input.wide
{
    width: 180px;
    height: 20px;
    border: none;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 4px;
    color: #444;
    margin-bottom: 5px;
    background: url(../images/input_bg.jpg) top left no-repeat;
}

.taber input.narrow
{
    width: 85px;
    height: 20px;
    border: none;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 4px;
    color: #444;
    margin-bottom: 5px;
    background: url(../images/input_narrow_bg.jpg) top left no-repeat;
}

.taber select
{
    border: 1px solid #aaa;
    background: #fafafa;
    margin-bottom: 5px;
    color: #444;
    font-size: 12px;
    width: 178px;
    height: 18px;
}

.taber label
{
    color: #000;
    font-size: 12px;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

.taber input.blue_button
{
    width: 85px;
    height: 20px;
    background: url(../images/blue_find.jpg) top left no-repeat;
    border: none;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    line-height: 1.2em;
    padding: 0;
}

.taber table
{
    margin-top: 10px;
}

.taber td
{
    padding-right: 15px;
}

.column_50
{
    width: 50%;
    float: left;
}
