input.but_ok_2 {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #26235e url(../../images/elements/ok_2.png) no-repeat 16px 13px;
	border-bottom: 1px solid #909090;
}
input.but_ok_2:hover {
	background-color: #00abde;
}

.our-form-field {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 22px;
}

#steps form div.our-form-field {
    float:left;
    clear:both;
    margin:5px 0px;
    background-color:#f4f4f4;
    border:1px solid #fff;
    width:100%;
    padding:10px;
    margin-left:0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
}

#steps form div.our-error-row {
    float:left;
    clear:both;
    margin:5px 0px -10px 0px;
    background-color:#f4f4f4;
    border:1px solid #fff;
    width:100%;
    padding:10px;
    margin-left:0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
}
#steps form div label{
    width:200px;
    float:left;
    text-align:left;
    margin-right:15px;
    line-height:26px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}

#steps form div ul.errorlist {
    width:200px;
    float:left;
    text-align:left;
    margin-right:15px;
    line-height:26px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}

#steps form input[type=checkbox] {
    width: 0px;
    margin-right:15px;
}

/*#steps form ul {
    width: 0px;
    margin-left:175px;
}*/

.formset-form-container-porezi {
    margin-left:175px;
    padding-bottom:120px;
}

.formset-form-container-prolazne-stavke {
    margin-left:175px;
    padding-bottom:190px;
}

.formset-form-container-sastojci {
    margin-left: 175px;
    padding-bottom: 120px;
}

.top_section {
    height: 79px;
}

.site_logo {
    margin-top: 10px;
}

.artikl-image-preview {
    max-width: 75%;
}

caption {
    display: table-caption;
    text-align: left;
}
.btn-group button {
    padding: 10px 24px; /* Some padding */
    float: left; /* Float the buttons side by side */
}
