label{
	width:100%;
	display: block;
	height:20px;
}
input{
	width:90%;
	height:24px;
	display: block;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 0 0 5px;
    border: 1px solid #b4b4b6;
}

textarea{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

select.rezervacija, select{
	width:90%;
	height:24px;
	display: block;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 10px 0 5px;
    border: 1px solid #b4b4b6;
	overflow: hidden;
	float: left;
	
	padding-left: 10px;
	border: 1px dotted #2d68ad;
	background: url(../images/dropdown_arrow.jpg) #FFF no-repeat right center;
}

.button{
	width:130px;
	height:26px; 
	display: block;
	background: url(../images/forms/button_bg.png) repeat-x;
	color: #FFF;
	padding: 0;
	text-transform: uppercase;
}
.date{
	width:90%;
	height:24px;
	display: block;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 0 0 5px;
    border: 1px solid #b4b4b6;
	background: url(../images/forms/date.png) no-repeat #FFF right;
	
}