html {
	padding: 0;
	margin: 0;	
}

body {
	padding: 0;
	margin: 0;	
	font-family: arial;
	font-size: 13px;
	line-height: 1.3em;
	color: #333;
	text-align: center;
	background: white url(images/background.jpg) center top no-repeat;
}

a {
	color: #15435a;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
	text-decoration: none;
}

h1 {
	margin: 0 -10px 20px -10px;
	padding: 0 14px;
	font-size: 13px;
	line-height: 28px;
	color: #fff;
	background: #2368a3;
}

h2 {
	display: block;
	padding-bottom: 10px;
	margin: 0;
	font-size: 1.23em; /* 16px */
	font-weight: bold;
	color: #005192;
}

h2 a {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 1em; /* 16px */
	font-weight: bold;
	color: #005192;
}

.clear {
	position: relative;
	clear: both;
}
.clear_right {
	position: relative;
	clear: right;
}
.clear_left {
	position: relative;
	clear: left;
}

.x {
	display: none;
}


/********************
		WRAPPER
*********************/

#wrapper {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}


/********************
		HEADER
*********************/

#header {
	margin: 0;
	padding: 0;
	height: 315px;
	width: 960px;
	position: relative;
}

#header img {
	margin: 0;
	padding: 0;
	border: none;
}
#header_top {
	margin: 0;
	padding: 0;
	height: 76px;
}
	#header_top_right {
		position: absolute;
		top: 51px;
		right: 0;
		width: 480px;
	}

/********************
		LANG
*********************/

#lang {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 29;
	border: none;
}

#lang a {
	padding: 0 2px;
	line-height: 15px;
	color: #2368a3;
	font-size: 12px;
}
#lang a span {}
#lang .lang_seperator {
	color: #fff;
	margin: 0 10px;
}

#lang a.selected {
	color: #fff;
}

#lang .x {
	display: none !important;
}


/********************
		HMENU
*********************/

#hmenu {
	position: relative;
	margin: 0 0;
	z-index: 10;
}

#hmenu_inner {
	height: 38px;
}

#hmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#hmenu ul a {
	text-decoration: none;
}

#hmenu ul li {
	display: block;
	position: relative;
	float: left;
	height: 38px;
	padding: 0;
	margin: 0;
}

#hmenu ul li a {
	display: block;
	font-family: arial;
	padding: 0 20px;
	margin: 0;
	color: #fff;
	font-size: 12px;
	line-height: 38px;
	font-weight: normal;
	
	border-left: 1px solid #2b6ea8;
	border-right: 1px solid #749fc5;
}
#hmenu ul li.first a {
	border-left: none;
}
#hmenu ul li.last a {
	border-right: none;
}
#hmenu ul li a:hover {
	background: transparent url(images/hmenu_over.gif) left bottom repeat-x
}
#hmenu ul li a.selected {
	color: #023c6c;
	background: transparent url(images/hmenu_selected.gif) left bottom repeat-x
}

/********************
		PAGE
*********************/

#page {
	position: relative;
}

#page_inner {}

#page.wide #page_inner {}


#page .n2, #page .n1 {
	overflow: hidden;
	display: block;
	height: 1px;
	background: transparent url(images/page_xn2_bg_1_1_1.gif) left top no-repeat;
}

/********************
		COL1
*********************/

#col1 {
	display: block;
	margin: 10px 0 0 1px;
	width: 194px;
	float: left;
}

#col1 .n2, #col1 .n1 {
	display: none;
}

#col1 #user {
	margin: 15px;
	padding: 8px;
	border: 1px solid #CCC;
	background: white;
	text-align: center;
}

#col1 #user .u_name {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	
	text-align: left;
	border-bottom: 1px solid #CCC;
}

#col1 #user .u_content {
	text-align: left;
	padding: 3px 0 0 0;
}

#col1 #user .u_content a {
	display: block;
	margin-top: 5px;
}
#col1 #ext_link_box img, #col1 #ext_link_box a {
	border: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#col1 #ext_link_box a {
	display: block;
	margin-bottom: 10px;
}

/********************
		VMENU
*********************/

#vmenu {
	position: relative;
}

#vmenu .n2 {
	display: none;
	clear: left;
}

#vmenu ul {
	margin: 0;
	padding: 0;
	width: 194px;
	list-style: none;
}

#vmenu ul li {
	margin:0;
	padding:0;
	width: 194px;
	float: left;
}

#vmenu ul li a {
	display: block;
	padding: 0 14px;
	height: 1%;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	background: #2368a3;
}

#vmenu ul li a:hover {
	text-decoration: none;
}

#vmenu ul ul {
	display: block;
	margin: 7px 0;
}

#vmenu ul ul li {
	float: none;
	padding: 3px 0 0 0;
}

#vmenu ul ul li.last {
	padding-bottom: 7px;
} 

#vmenu ul ul li a {
	color: #023c6c;
	background: #fff;
	border: none;
	font-size: 12px;
	font-weight: normal;
}

#vmenu ul ul li.first a span {
	
}

#vmenu ul ul li a span {
}

#vmenu ul ul li a:hover { 
	color: #fff;
	background: #8ec009;
}
#vmenu ul ul li a.selected {
	background: #b1c9e1;
}

#vmenu ul ul li a:hover span, #vmenu ul ul li a.selected span {}

/********************
		CONTENT
*********************/

#content {
	position: relative;
	width: 745px;
	margin-left: 215px;
}

#content .n2, #content .n1 {
	display: none;
}

#content table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	font-weight: normal;
}

#content table tr.first {
	background: #e5e5e5;
	
}

#content table tr.first td {
	font-weight: bold;
}

#content table td {
	border: 1px solid #aaa;
	border-collapse: collapse;
	padding: 6px;
}

#content ul {
	margin-left: 20px;
}


/********************
		COL2
*********************/

#col2 {
	position: relative;
	padding: 10px;
	margin-right: 214px;
	color: #333;
}

#page.wide #col2 {
	margin-right: 0px;
}

#col2_inner {
	text-align: justify;
}

#col2 .body_back {
	margin: 10px 0;
}

/*************************
		COL2 DOCUMENTS
*************************/


#col2 .documents h2 {
	color: #666;
	margin: 10px 0 0 0;
	padding: 0;
}

#col2 .documents dl {
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #CCC;
}

#col2 .documents dl img {
	margin: 3px 5px 0 0;
	float: left;
}

#col2 .documents dt {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #CCC;
	height: 1%;
}

#col2 .documents dl a {
}

#col2 .documents dl a:hover {
}



/**********************
		COL2 LIST_ITEM
***********************/

#col2 .list_item {
	height: 1%;
	margin: 0;
	padding: 10px 0 20px 0;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #CCC;
}
#col2 .list_item.first {
	margin-top: 20px;
	border-top: 1px solid #CCC;
}
#col2 .item_image {
	width: 120px;
	padding: 2px;
	margin: 0 0 5px 5px; 
	border: 1px solid #999;
	text-align: center;
}

#col2 .list_item .sponsor {
	float: right;
	width: auto;
	border: none;
	padding: 2px;
	margin: 0 0 5px 5px; 
}

#col2 .list_item .date {
	font-size: 11px;
	color: #2268a3;
	width: 70px;
}

#col2 .list_item .more {
	font-weight: bold;
}

#col2 .list_item .commented {
	color: #999;
	text-align: right;
}

#col2 .list_item .col_left {
	width: 90px;
	float: left;
}

#col2 .list_item .col_right {
	float: left;
	width: 320px;
}

#col2 .two_col dl {
	padding: 10px 0 0 0;
	margin: 0;
	width: 410px;
}

#col2 .two_col dt {
	height: 1%;
	float: left;
	clear: left;
	padding: 0;
	margin: 0 3px 0 0;
	font-weight: bold;
}

#col2 .two_col dd {
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
}

#col2 .archivelink {
	float: right;
	margin: 10px;
}


/********************
		COL2 COMMENTS
*********************/

#comments {
	padding: 0;
	margin: 20px 0 18px 0;
	width: 500px;
}
#page.wide #comments {
	width: 100%;
}

#comments form {
	width: 362px;
	padding: 0 0 20px 0;
	margin: 0;
	text-align: left;
}

#comments .input_name {
	padding-top: 2px;
	border-top: 1px solid #ccc;
}

#comments .input_text {
	padding: 3px 0;
	margin: 0;
}

#comments .comment_name, #comments .comment_text {
	margin: 0;
	padding: 2px;
	font-family: arial;
	font-size: 11px;
	color: #333;
	margin-top: 10px;
	width: 356px;
	border: 1px solid #CCC;
}

#comments .comment_text {
	height: 50px;
}

#comments .submit {
	margin: 0;
	padding: 2px 10px;
	font-family: arial;
	font-size: 11px;
	border: none;
	color: #fff;
	background-color: #537a52; 
}

#comments .output {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
}

#comments .nocomments {
	padding: 5px 0;
}

#comments .comment {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

#comments span.name {
	font-weight: bold;
	color: #005192;
}

#comments span.date {
	color: #666;
}


/********************
		COL2 FORMS
*********************/

#forms {
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
	width: 500px;
	border-bottom: 1px solid #CCC;
}

#formtitle {
	display: block;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #2368a3;
}

#forms form {
	margin: 0;
	padding: 0;
	height: 1%;
	position: relative;
}

#forms .esm_form_field {
	margin: 0;
	padding: 0;
	position: relative;
}

#forms label {
	display: block;
	float: left;
	padding: 4px 0;
	margin-right: 5px;
}

#forms .inputfield_i, #forms .inputfield_t {
	margin: 0;
	padding: 2px;
	font-family: arial;
	font-size: 11px;
	color: #4082a3;
	width: 356px;
	border: 1px solid #CCC;
	
	width: 494px;
}

#forms input.inputfield_r {
	float: left;
}

#forms label.inputfield_r {
	display: inline;
	float: none;
	clear: right;
	padding-top: 0px;
	margin: 2px 0 0 0;
	line-height: 20px;
}

#forms div.inputfield_r {
	position: relative;
	display: block;
	width: 220px;
	margin-left: 25px;
}

#forms form div.inputfield_r span {
	display: block;
	width: 220px;
	clear: right;
	padding: 0 0 5px 0px;
}

#forms form div.inputfield_r label {
	padding-left: 5px;
}

#forms .inputfield_s {
	width: 150px;
	font-size: 11px;
	font-family: arial;
	margin: 0 0 10px 0;
	padding: 2px;
	border: 1px solid #CCC;
}

#forms div.esm_form_field select option {
	padding: 0px 5px;
}

#forms div.inputfield_c {
	display: block;
	position: relative;
	padding: 3px 0 3px 5px;
}

#forms div.esm_form_field label {
	float: none;
}

#forms div.inputfield_c span {
	display: block;
	padding: 3px 0 3px 20px;
}

#forms div.inputfield_c label {
	padding-left: 5px;
	float: none;
	display: inline;
}

#forms .submit {
	margin: 10px 0;
	padding: 2px 10px;
	font-family: arial;
	font-size: 11px;
	border: none;
	color: #fff;
	background-color: #537a52; 
	cursor: pointer;
}


/********************
		GALLERY
*********************/

#gallery {
	/*width: 516px;*/
	width: 100%;
	margin-top: 20px;
	margin-right: -5px;
	border-top: 1px solid #CCC;
}

#page.wide #gallery {
	/*width: 735px;*/
}
#gallery .title {
	font-weight: bold;
	padding: 10px 0;
	color: #2368a3;
}

#gallery .thumbnail {
	position: relative;
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	border: 1px solid #CCC;
	line-height: 120px;
	text-align: center;
	margin: 0 5px 5px 0;
}

#gallery .thumbnail a {
	font-weight: normal;
}
	
#gallery .thumbnail img {
	vertical-align: middle;
	display: inline;
}


/********************
		COL3
*********************/

#col3 {
	display: inline;
	position: relative;
	margin-right: 1px;
	margin-top: 10px;
	float: right;
	width: 194px;
}

#col3 .title {
	margin: 0;
	padding: 0 14px;
	height: 1%;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	background: #2368a3;
}

/********************
		POLL
********************/

#poll {
	margin: 10px 0 0 0;
	background-color: #fff;
	padding: 0 0 1px 0;
	height: 1%;
}

#poll form {
	margin: 0;
	padding: 0;
}

#poll .title {
	background: #2368a3;
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	padding: 0 14px;
}

#poll .question {
	padding: 5px 14px;
	margin: 0;
	font-weight: bold;
	color: #15435a;
}

#poll .answers {
	margin: 0 0 10px 0;
	padding: 0 14px;
}

#poll .answers div {
	position: relative;
	margin: 2px 0 0 0;
	padding: 2px 0;
}

#poll .answers label {
	position: absolute;
	left: 25px;
	padding: 2px 0 0 0;
}

#poll .answers div .indicator {
	position: relative;
	display: block;
	margin: 3px 0 0 0;
	padding: 0;
	height: 4px;
	background-color: #537a52;
	overflow: hidden;
}

#poll .all_answers {
	padding: 0 0 5px 14px;
}

#poll .poll_submit, #poll .poll_view_answer, #poll .poll_back {
	margin: 5px 0;
	padding: 1px 5px;
	font-family: arial;
	font-size: 11px;
	border: 1px solid #537a52;
	color: #537a52;
	background-color: #fff;
}

#poll .poll_submit, #poll .poll_back {
	margin-left: 5px;
}

#poll div.first, #poll div.last {
	padding: 2px 0px;
}


/********************
		NEWSLETTER
********************/

#newsletter {
	background-color: white;
	padding: 0 0 1px 0;
	height: 1%;
}

#newsletter form {
	margin: 0;
	padding: 5px 14px 0 14px;
}

#newsletter .title {
	background: #2368a3;
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	padding: 0 14px;
}

#newsletter .desc {
	padding: 5px 14px;
	font-weight: bold;
	color: #15435a;
}

#newsletter input.textfield {
	margin: 0;
	padding: 2px 5px;
	font-family: arial;
	font-size: 11px;
	color: #4082a3;
	width: 155px;
	border: 1px solid #dfe3e6;
}

#newsletter input.submit {
	font-family: arial;
	font-size: 11px;
}


/********************
		DOCUMENTS
********************/

#documents {
	background-color: white;
	padding: 0 0 1px 0;
	height: 1%;
}

#documents .title {
	background: #2368a3;
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	padding: 0 14px;
}

#documents dl {
	margin: 0;
	padding: 14px;
}

#documents dt {
	margin: 0;
	padding: 5px 0;
	/*background: transparent url(images/pikica.gif) bottom left repeat-x;*/
	border-bottom: 1px solid #ccc;
}

#documents dt img {
	padding-right: 5px;
}

#documents dt a {
	margin: 0;
	padding: 2px 0 0 0;
	font-weight: bold;
}


/********************
		IMAGES
********************/

#images {
	background-color: white;
	padding: 0 0 1px 0;
	height: 1%;
	margin-bottom: 20px;
}

#images .title {
	background: #2368a3;
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	padding: 0 14px;
}

#images img {
	padding: 15px;
}

#images .desc {
	margin: 0 14px;
	padding: 0 0 10px 0;
}
#images .kratekopis {
	margin: 0 14px;
}


/*************************************
		CATALOGUE
****************************************/

#bcmenu {
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}
#bcmenu a {
	color: #333;
	font-weight: bold;
}
#bcmenu img {
	padding: 0 5px;
}

#bcmenu a.selected {
	text-decoration: none;
}

#catalogue {
	margin-top: 10px;
}
#catalogue_inner {}
#catalogue .catalogue_list_item {
	border: 1px solid #dedede;
	margin: 8px;
	padding: 8px;
}
#catalogue .catalogue_cat_item {
	border: 1px solid #dedede;
	margin: 8px;
	padding: 8px;
}

#catalogue .first {}
#catalogue h2 {
	margin-bottom: 8px;
}

#catalogue .catalogue_list_item .last {}

#catalogue .catalogue_list_item h2,
#catalogue .catalogue_list_item h2 a {}
#catalogue .catalogue_list_item div.item_image { border: none; }
#catalogue .catalogue_list_item a {}
#catalogue .catalogue_item {}
#catalogue .catalogue_item div.main {}
#catalogue .catalogue_item div.dodatki {}
#catalogue .catalogue_item div.item_sifra {}
#catalogue .catalogue_item div.item_vrednost {}
#catalogue .catalogue_item div.item_pakiranje {}
#catalogue .catalogue_item div.item_abstract {}
#catalogue .catalogue_item div.item_gallery {}
#catalogue .catalogue_item div.item_documents {}
#catalogue .catalogue_item div.item_desc {}
#catalogue .catalogue_item div.item_spec {}

#catalogue .catalogue_back {}
#catalogue .catalogue_back a {}

#catalogue .pages {
	position: relative;
	display: block;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

#catalogue .listings {
	margin: 0 auto;
}

#catalogue .listing-left {
	position: absolute;
	left: 20px;
}

#catalogue .listing-right {
	position: absolute;
	right: 20px;
}

#catalogue #pagelister {
	border-top: 1px solid #333;
	padding-top: 5px;
	margin-top: 5px;
	text-align: center;
}


/********************
		TOOLBOX
*********************/

#orodja {
	position: relative;
	left: 0;
	display: block;
	margin: -1px 0 0 0;
	padding: 0;
	top: 0;
	height: 21px;
}

#toolbox {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	height: 21px;
}

#toolbox span {
	display: none;
}
#toolbox div.buttons {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 19px;
	height: 17px;
	text-decoration: none;
	margin: 1px;
	margin-left: 3px;
}

#toolbox div.buttons a {
	position: relative;
	display: block; 
	width: 19px;
	height: 17px;
}

#toolbox a#t-home {
	background: transparent url(images/toolbox/tool1_color_1.gif) left top no-repeat;
	background-position: top left;
}
#toolbox a#t-home:hover {
	background-position: bottom left;
}
#toolbox a#t-sitemap {
	background: transparent url(images/toolbox/tool2_color_1.gif) left top no-repeat;
	background-position: top left;
}
#toolbox a#t-sitemap:hover {
	background-position: bottom left;
}
#toolbox a#t-contact {
	background: transparent url(images/toolbox/tool3_color_1.gif) left top no-repeat;
	background-position: top left;
}
#toolbox a#t-contact:hover {
	background-position: bottom left;
}
#toolbox a#t-lineheight {
	background: transparent url(images/toolbox/tool4_color_1.gif) left top no-repeat;
	background-position: top left;
}
#toolbox a#t-lineheight:hover {
	background-position: bottom left;
}
#toolbox a#t-fontsize {
	background: transparent url(images/toolbox/tool5_color_1.gif) left top no-repeat;
	background-position: top left;
}
#toolbox a#t-fontsize:hover {
	background-position: bottom left;
}
#toolbox a#t-print {
	background: transparent url(images/toolbox/tool6_color_1.gif) left top no-repeat;
	background-position: top left;
}
#toolbox a#t-print:hover {
	background-position: bottom left;
}


/********************
		SEARCH
*********************/

#searchbox {
	position: absolute;
	right: 6px;
	top: 0px;
	padding: 5px 0;
	font-size: 11px;
	line-height: 1.1em;
}
#searchbox input {
	color: #aaa;
	font-size: 9px;
}
#searchbox .inputbutton {
	border: none;
	background-color: #537a52; 	
	margin-left: 10px;
	color: #fff;
	font-family: arial;
	font-size: 11px;
	cursor: pointer;
}

.SearchResultText {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.searchresult {
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

.pages {
	border-top: 1px solid #ddd;
	padding-top: 5px;
}


/*************************************
		SITEMAP
****************************************/

#sitemap {
	margin-top: 20px;
	margin-bottom: 40px;
	width: 300px;
}

#sitemap a {
	color: #444;
}

#sitemap ul li {
	margin-left: 20px;
}

#sitemap ul ul li {
	margin-left: 40px;
}

#sitemap ul ul li a{
	font-weight: normal;
}


/********************
		FOOTER
*********************/

#footer {
	position: relative;
	margin: 20px 0 20px 0;
	padding: 0;
	width: 960px;
	font-size: 10px;
	font-family: arial;
}

#footer_inner {
	text-align: right;
	padding: 9px 6px;
	background: #ecf1f3;
	color: #1e536d;
}

#footer_inner a {
	color: #1e536d;
	padding: 0 10px;
	text-decoration: none;
}

#poweredby {
	display: inline;
	margin: 0;
	padding: 0;

}
#poweredby a,#poweredby .footer_info {
	float:left;
	display: block;
	padding: 0px;
	text-decoration: none;
}
#footerlogo {
	letter-spacing: 1px;
	font-family: arial;
	margin-left: 6px;
}
#footerlogo1 {
	color: #C3000D;
}
#footerlogo2 {
	color: #E94F00;
}
#footerlogo3 {
	color: #F08D00;
}
#footer .seperator {
	padding: 0 3px;
	margin-top: 0px;
	float: left;
	color: #1e536d;
}
#footer #terms {
	display: inline;
	float: right;
}
#footer_inner #aterms {
	padding: 0;
}

/********************
		COLOURS
*********************/

#col2 .list_item .more, #content #col2 div.body_back a {
	display: block;
	border: none;
	background: #b1c9e0;
	font-weight: bold;
	color: #005698;
	cursor: pointer;
	font-family: arial;
	line-height: 21px;
	margin: 10px 0 0 0;
	padding: 0 8px 0 8px;
	width: 30px;
	text-align: center;
	text-decoration: none;
}

#comments .submit {
	display: block;
	border: none;
	background: #b1c9e0;
	font-weight: bold;
	color: #005698;
	cursor: pointer;
	font-family: arial;
	height: 21px;
	margin: 5px 0;
	padding: 0 5px 2px 5px;
}

#forms .submit {
	display: block;
	border: none;
	background: #b1c9e0;
	font-weight: bold;
	color: #005698;
	cursor: pointer;
	font-family: arial;
	height: 21px;
	margin: 10px 0;
	padding: 0 5px 2px 5px;
}


#poll .answers div .indicator {
	background-color: #4e768f;
}

#poll .poll_submit, #poll .poll_view_answer, #poll .poll_back {
	display: block;
	border: none;
	background: #b1c9e0;
	font-weight: bold;
	color: #005698;
	cursor: pointer;
	font-family: arial;
	height: 21px;
	margin: 5px;
	padding: 0 5px 2px 5px;
	float: right;
}
#poll .poll_view_answer, #poll .poll_back {
	margin: 5px 14px 5px 0;
}

#newsletter input.submit {
	display: block;
	border: none;
	background: #b1c9e0;
	font-weight: bold;
	color: #005698;
	cursor: pointer;
	font-family: arial;
	height: 21px;
	margin: 5px 0;
	padding: 0 5px 2px 5px;
	float: right;
}