.prijave_field_error{
	background: #ffe9e9;
}

.ABss_inline_form p{
	display: inline-block;
	margin-right: 10px;
}

.ABss_form label{
	display: block;
}

.ABss_success_message{
	display:none;
}

.ABss_form .placeholder {
	color: #aaa;
}

div.field{
	position: relative;
}

div.field input{
	margin-bottom: 30px;
}

.prijave_error{
	display: block;
	border: 1px solid #C30606;
	border-radius: 3px;
	color: #C30606 !important;
	padding: 4px 8px !important;
	background: #EFDDDD;
	position: absolute;
	right: 10px;
	top: 60px;
}

.prijave_error:before {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 20px;
	left: -6px;
	width: 6px;
	height: 6px;
	border: 1px solid #c81e2b;
	background: #EFDDDD;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: block;
}

.prijave_error:after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 29px;
	left: -10px;
	width: 3px;
	height: 3px;
	border: 1px solid #c81e2b;
	background: #EFDDDD;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: block;
}

.prijave_success_message.loading{
	background: url("../images/ajax-loader.gif") center top no-repeat;
	overflow: hidden;
	height: 50px;
	width: 50px;
	display: inline-block;
	position: absolute;
	bottom: 4px;
	right: 0;
}

.prijave_form_wrapper.initially_hidden{
	display: none;
}

.prijave_form_wrapper .prijave_form .hide_field{
	display: none;
}

.message_after{
	display: block;
    opacity: 0;
    margin-top: 50px;
    position: relative;
    padding-bottom: 55.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.message_after.hidden{
	display: none;
}

.message_after iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}