#sp_boxes {}

#sp_boxes a.sp_btn {
	position: relative;
	display: block;
	margin: 100px 0 0 16px;
	padding: 10px 8px;
	width: 256px;
	height: 120px;
	float: left;
	background: transparent url(../images/sp_box_bg.gif) 0 0 no-repeat;
}


#sp_boxes a.sp_btn:hover {
	text-decoration: none;
	background: transparent url(../images/sp_box_bg_over.gif) 0 0 no-repeat;
}

#sp_boxes a.left {
	margin-top: -20px;
	margin-left: 0;
}

#sp_boxes a.sp_btn div.arrow {
	position: absolute;
	width: 92px;
	height: 52px;
	top: -52px;
	left: -16px;
	background: transparent url(../images/sp_arrow_right.gif) 0 0 no-repeat;
}

#sp_boxes a.left div.arrow {
	left: 195px;
	background: transparent url(../images/sp_arrow_left.gif) 0 0 no-repeat;
}

#sp_boxes a.btn, #sp_boxes a.btn:hover {
	height: 98px;
	padding: 0;
	background: none;
}

#sp_boxes a h2 {
	padding: 0 0 10px 0;
}

#sp_boxes a.sp_btn span {
	font-size: 11px;
	line-height: 16px;
	
}

#sp_boxes a.sp_btn span span.pic {
	float: left;
	padding-right: 10px;
}


div.povezave {
	margin-top: 20px;
}

div.povezave a {
	display: block;
}


/*
		FORMS
*/
#sp_form {
	position: relative;
	display: block;
	float: right;
	width: 180px;
	margin-left: 18px;
}

#sp_form #forms {
	position: relative;
	display: block;
	margin: 0;
	width: 162px;
	padding: 12px 9px;
	background: transparent url(../images/sp_form_bg.gif) 0 0 repeat-y;
}

#sp_form #forms span.top {
	position: absolute;
	display: block;
	width: 180px;
	height: 1px;
	top: 0;
	left: 0;
	background: transparent url(../images/sp_form_bg_line.gif) 0 0 no-repeat;
}

#sp_form #forms span.bottom {
	position: absolute;
	display: block;
	width: 180px;
	height: 1px;
	bottom: 0;
	left: 0;
	background: transparent url(../images/sp_form_bg_line.gif) 0 0 no-repeat;
}

#sp_form #forms h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}


#sp_form #forms form { margin: 20px 0; }

#sp_form #forms div.form_field {
	position: relative;
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	height: 1%;
}

#sp_form #forms div.form_field label {
	position: relative;
	display: block;
	padding-bottom: 3px;
	height: 1%;
	font-size: 11px;
	color: #333;
}

#sp_form input.inputfield_i {
	border: none;
	margin: 0;
	padding: 5px 7px 0 7px;
	width: 147px;
	height: 19px;
	font-size: 11px;
	color: #0079ad;
	background: transparent url(../images/sp_form_tfield.gif) 0 0 no-repeat;
}

#sp_form textarea {
	padding: 7px;
	height: 104px;
	border: none;
	width: 147px;
	color: #0079ad;
	font: normal 11px Trebuchet MS;
	background: transparent url(../images/sp_form_tarea.gif) 0 0 no-repeat;
}

#sp_form select {
	border: none;
	padding: 5px 7px 0 7px;
	width: 161px;
	height: 24px;
	font-size: 11px;
	color: #0079ad;
	background: transparent url(../images/sp_form_tfield.gif) 0 0 no-repeat;
}

#sp_form #forms select option {
	background: white;
	font-size: 11px;
	color: #0079ad;
	padding: 2px 7px;
}

#sp_form #forms .form_submit {
	text-align: right;
}

#sp_form #forms .form_submit input.submit {
	width: 52px;
	height: 19px;
	padding: 0 5px;
	border: none;
	color: white;
	text-align: left;
	font-size: 11px;
	line-height: 19px;
	background: transparent url(../images/bg_submit.gif) 0 0 no-repeat;
}

#sp_form #forms .message {
	font-size: 11px;
	margin: 20px 0; 
}

#sp_form #forms .requiredfields {
	font-size: 10px;
	color: #333;
	font-style: italic;
}

