﻿input, textarea, select
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    color:#404c61;
    padding: 1px 4px 1px 4px;
    margin-bottom:1px;    
}

.button
{
    display: -moz-inline-box;
    display: inline-block;
    background-image: url(Images/bckBtnL.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 33px;
}

.button a
{
    display: -moz-inline-box;
    display: inline-block;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    font-weight: bold;
    background-image: url(Images/bckBtnP.gif);
    background-position: right top;
    background-repeat: no-repeat;
    text-align:center;
    padding: 9px 15px 10px 15px;
    text-transform:uppercase;
}

label
{
    vertical-align: top;
    position: relative;
    top: 3px;
    left: 1px;
}

.label 
{
	display:inline-block;
	padding-right: 6px;
	padding-bottom:2px;
}

.spanInputPopis
{
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 3px;
    padding-right: 3px;
}