body, html
{
  margin: 0;
  padding: 0;
}

html
{
  height: 100%;
}

body
{
  background: #4ba123;
}

body, table, tr, td, p, div, span, ul, li, ol, a, select, textarea, input, option
{
  color: #666;
  font-family: "Gill Sans MT", "Century Gothic", Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
}

h1, h2, h3, h4, h5
{
  padding: 0;
  margin: 0;
 }

.clear {
  font-size: 0;
  clear: both;

}
.clear-both
{
  clear: both;
  font-size: 0;
  height: 0;
}

.greentext
{
  text-decoration: none;
  color: #009900;
  font-size: 18px;
  top: 100px;
  line-height: 25px;
  position: relative;
  padding-right: 30px;
  float: right;
}

a
{
  text-decoration: none;
  color: #65BE28;
}

a:hover
{
  text-decoration: underline;
}

div#header
{
  width: 980px;
  height: 360px;
  margin: 0 auto;
  background: #000;
}

div#logo
{
  width: 980px;
  height: 340px;
  margin: 0 auto;
  background: #666 url('i/header.jpg') no-repeat;
  overflow: hidden;
}

img
{
position: relative;
left: 750px;
top: 65px;

}

div#top-menu
{
  width: 980px;
  height: 25px;
  font-size: 9px;
}

td.top-menu-item a, td.top-menu-item-first a, td.top-menu-item a:hover, td.top-menu-item-first a:hover, td.top-menu-item-active a, td.top-menu-item-first-active a

{

  display: block;
  height: 25px;
  color: #666;
  font-weight: bold;
  text-align: center;
  background: url(/images/frontend/top-menu-left.jpg) left no-repeat;
  padding-left: 18px;
  text-align: center;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
}

td.top-menu-item-first a

{

  background: url(/images/frontend/top-menu-left-first.jpg) left no-repeat;

  font-size: 9px;

}

td.top-menu-item a:hover, td.top-menu-item-first a:hover, td.top-menu-item-active a, td.top-menu-item-first-active a

{

  background: url(/images/frontend/top-menu-left-over.jpg) left no-repeat;

  font-size: 9px;

}

div#top-menu table tr td a div

{

  padding-right: 18px;

  font-size: 9px;

}

div#top-menu table tr td a div div

{

  padding-right: 0;

  font-size: 9px;

}

td.top-menu-item a div, td.top-menu-item-first a div, td.top-menu-item a:hover div, td.top-menu-item-first a:hover div, td.top-menu-item-active a div, td.top-menu-item-first-active a div

{

  background: url(/images/frontend/top-menu-right.jpg) right no-repeat;

  font-size: 9px;

}

td.top-menu-item a:hover div, td.top-menu-item-first a:hover div, td.top-menu-item-active a div, td.top-menu-item-first-active a div

{

  background: url(/images/frontend/top-menu-right-over.jpg) right no-repeat;

  font-size: 9px;

}

td.top-menu-item a div div, td.top-menu-item-first a div div, td.top-menu-item a:hover div div, td.top-menu-item-first a:hover div div, td.top-menu-item-active a div div, td.top-menu-item-first-active a div div

{

  background: url(/images/frontend/top-menu-background.jpg) repeat-x;

  font-size: 9px;

}

td.top-menu-item a:hover div div, td.top-menu-item-first a:hover div div, td.top-menu-item-active a div div, td.top-menu-item-first-active a div div

{

  background: url(/images/frontend/top-menu-background-over.jpg) repeat-x;

  color: #66BB28;

  font-size: 9px;

}

td.top-menu-item-active a div div, td.top-menu-item-first-active a div div

{

  color: #01AED9;

  font-size: 9px;

}

div#content-header

{

  width: 980px;

  height: 20px;

  margin: 0 auto;

  background: url(/images/frontend/content-header.jpg) no-repeat;

}

div#content-holder

{

  width: 980px;

  margin: 0 auto;

  background: #FFF;

  position: relative;

}

div#left-column

{

  width: 250px;

  float: left;

  background: url(/images/frontend/left-menu-background.jpg) repeat-y;

}

div#left-column-header

{

  width: 250px;

  height: 36px;

  background: url(/images/frontend/left-column-header.jpg) no-repeat;

  clear: both;

}

div#left-menu

{

  width: 250px;

  min-height: 200px;

  background: url(/images/frontend/left-menu-background.jpg) repeat-y;

  clear: both;

}

div#left-menu ul, div#left-menu ul li

{

  list-style: none;

  padding: 0;

  margin: 0;

}

div#left-menu ul li

{

  padding: 0 0 0 10px;

}

div#left-menu ul li a, div#left-menu ul li.active a

{

  display: block;

  font-weight: bold;

  color: #FFF;

  font-size: 11px;

  line-height: 30px;

  text-decoration: none;

  padding: 0 36px 0 26px;

  width: 178px;

  height: 30px;

}

div#left-menu ul li a:hover

{

  background: url(/images/frontend/left-menu-over.jpg) left center no-repeat;

}

div#left-menu ul li.active a

{

  background: url(/images/frontend/left-menu-active.jpg) left center no-repeat;

  color: #00B0DA;

}

div#content

{

  width: 680px;

  float: left;

  background: #FFF;

  padding: 0 40px 0 10px;

  position: relative;

}

div#footer

{

  width: 980px;

  height: 20px;

  background: url(/images/frontend/footer-background.jpg) no-repeat;

  margin: 0 auto;

  text-align:center;

}

h1

{

  color: #00B1DC;

  font-size: 18px;

  padding: 2px 0 0 0px;

}



h1.event

{

  color: #00B1DC;

  font-size: 15px;

  padding: 2px 0 0 0px;

  margin:8px 0;

}

p

{

  line-height: 18px;

  padding: 0 0 10px 0;

}

p.green

{

  font-size: 18px;

  margin: 0;

  line-height: 25px;

  color: #60BE1F;

  position: relative;

  padding-left: 3px;

}

div.name

{

  width: 200px;

  float: left;

  height: 26px;

  line-height: 30px;

  color: #60BE1F;

  font-size: 16px;

  padding: 0 0 0 3px;

}

div.profile-image

{

  float: right;

  width: 100px;

  margin-top: 1px;

  padding-top: 5px;

  position: relative;

}

p.green img

{

  margin-top: 1px;

  float: right;

  width: 100px;

}

h1.home-page

{

  color: #65BE28;

  font-size: 20px;

}

div.home-green-box

{

  min-height: 30px;

  line-height:30px;

  background: url(/images/frontend/green-box.gif) left top no-repeat;

  padding: 0px 15px;

  color: #FFF;

  font-size: 11px;

}



div.home-green-box a {

  color:#FFF;

  text-decoration:underline;

 }



h2

{

  color: #01ACD7;

}

.flash-movie

{

  position: relative;

  width: 680px;

  text-align: right;

  padding: 10px 0;

  z-index: 1;

}



td.fitting-flex {

  

  background:url(/images/frontend/euron-fitting-flex-back.jpg) top right no-repeat;

  height:375px;

  vertical-align:top;

  padding:  10px

}



td.flex-image {

  width:250px;

  vertical-align:top;

}



td.flex-image img {

  border-right:1px solid #CCC;

}





p.account {

  padding: 0 0 0 3px;

  color: #FFF;

  line-height: 34px;

  font-size: 14px;

  margin: 0;

  width: 200px;

}

p.account div {

  color:#FFF;

  line-height: 32px;

  font-size: 18px;

}

span.black {

  color:#000;

  font-size: 18px;

  font-weight: normal;

  margin: 0;

  padding: 0;

  line-height: 32px;

 }

 

div.information ul

{

  margin: 0 0 0 16px;

  padding: 0;

}

div.form

{

  background: #EEE;

  border: 1px solid #CCC;

  padding: 0 5px 5px 5px;

  margin: 10px 0;

}

div.form h3

{

  color: #663333;

  font-size: 12px;

  padding: 5px 0;

}

td.label

{

  color: #666;

  font-weight: bold;

  vertical-align: middle;

  font-size: 11px;

  padding:5px 0 0 0;

}

td.field

{

  padding: 5px 0 0 10px;

}





td.field input.inputfield, td.field textarea.inputfield {

  border:1px solid #666;

  width:200px;

}

input.button, a.button

{

  width: 132px;

  height: 27px;

  border: none;

  background: #666;

  color: #FFF;

  cursor: pointer;

  text-align: center;

  font-weight: bold;

  margin: 0 5px 0 0;

  text-decoration: none;

}

a.button

{

  display: block;

  width: 132px;

  height: 27px;

  line-height: 27px;

}

input.button:hover, a.button:hover

{

  color: #67BD2B;

}

p.asterix-note

{

  font-size: 11px;

  padding: 5px 0 0 0;

  margin: 0;

}

div#news-scroller

{

  width: 100%;

  position: absolute;

  top: 5px;

  color: #FFF;

  z-index: 1000;

}

div#news-scroller marquee, div#news-marquee

{

  width: 920px;

  margin: 0 auto;

  color: #FFF;

}

div#news-scroller marquee p, div#news-marquee p

{

  color: #FFF;

}

div.content-default

{

  background: url(/images/frontend/default-content-background.gif);

}

div.content-diagram

{

  background: url(/images/frontend/diagram-content-background.gif);

}

div.content-default-header

{

  position: relative;

  width: 680px;

  min-height: 5px;

  background: url(/images/frontend/default-content-header.jpg) top no-repeat;

}

div#content td

{

  padding: 5px;

}

div.content-diagram-header

{

  width: 680px;

  min-height: 5px;

  background: url(/images/frontend/diagram-content-header.jpg) top no-repeat;

}

div.content-default-content

{

  padding: 0 20px;

}

div.content-default-footer

{

  width: 680px;

  height: 5px;

  background: url(/images/frontend/default-content-footer.jpg) no-repeat;

}

div.content-diagram-footer

{

  width: 680px;

  height: 5px;

  background: url(/images/frontend/default-diagram-footer.jpg) no-repeat;

}



ul.dlink, ul.dlink li {

  list-style:none;

  margin:0;

  padding:0;

}



ul.dlink a {

  display:block;

  width:410px;

  height:34px;

  line-height:34px;

  background:url(/images/frontend/download-back.gif) top left no-repeat;

  color:#FFFFFF;

  text-decoration:none;

  padding:0 0 0 10px;

  font-weight:bold;

}





input.inputfield error, textarea.inputfield error {

  background:red;

}



label.error {

  color:red;

  font-weight:bold;

}





div.success {

  background: #5FBB25;

  color:#fff;

  padding:5px;

  font-size:11px;

  border:1px solid #000;

  margin: 10px 0;

}







td.account-managers {

  border: 1px solid #CCC;

  margin: 10px 10px 0 0;

}

div#left-column-image

{

  position: absolute;

  bottom: 9px;

  left: -38px;

}

table#main-container

{

  background: url(/images/frontend/main-container-background.jpg) repeat-y;

}

table#main-container td

{

  vertical-align: top;

}

td#left-column-container

{

  width: 250px;

  padding-bottom: 145px;

  background: url(/images/frontend/left-column-footer.jpg) bottom left no-repeat;

  clear: both;

}

div.diagram-description

{

  background: #67BC29;

  border-right: 1px solid #CDCDCD;

  border-left: 1px solid #CDCDCD;

  padding: 15px 20px;

  width: 320px;

}

div.diagram-description p

{

  color: #FFF;

  font-weight: bold;

  padding: 0;

  margin: 0;

}

div.diagram-left

{

  float: left;

  width: 362px;

}

div.diagram-right

{

  float: left;

  width: 278px;

  padding: 20px;

}

div.diagram

{

  position: relative;

  width: 360px;

  border-right: 1px solid #CDCDCD;

  border-left: 1px solid #CDCDCD;

  background: #FFF;

}

div.diagram-description-header

{

  width: 362px;

  height: 5px;

  background: url(/images/frontend/diagram-description-header.jpg) no-repeat;

}

div.diagram-right ol, div.diagram-right ol li

{

  padding: 0;

  margin: 0;

}

div.diagram-right ol li

{

  padding: 0 0 0 10px;

  margin: 0 0 0 20px;

  color: #01ADD8;

}

div.diagram-right ol li p

{

  padding: 0;

  margin: 0;

  color: #333;

  font-weight: normal;

}

input.password

{

  font-family: Arial, Verdana, sans-serif;

}

div#download

{

  width: 670px;

  height: 372px;

  background:url(/images/frontend/download-back.gif) right bottom no-repeat;

  position: relative;

}

div#download-image

{

  width: 250px;

  height: 372px;

  overflow: hidden;

  padding: 0;

  margin: 0

}

div#download-content

{

  position: absolute;

  top: 0px;

  right: 0px;

  padding: 20px;

  width: 380px;

}

div#download-link

{

  position: absolute;

  bottom: 0px;

  right: 0px;

  width: 420px;

}

p.download-link

{

  font-size: 11px;

  padding: 5px 10px;

  margin: 0;

}

div.business-card

{

  width: 320px;

  background: url(/images/frontend/account-manager-background.jpg) no-repeat;

  padding: 0 5px;

  float: left;

  margin-bottom: 10px;

  height: 190px;

}

div.first

{

  margin-right: 10px;

}

h2

{

  font-size: 14px;

}

div#footer-links

{

  color: #FFF;

  padding: 0 0 10px 0;

  text-align: center;

}

div#footer-links a

{

  color: #FFF;

}



div.spacer {

  clear:both;

  height:10px;

  font-size:0;

}



p.log {

  width:200px;

  margin: 0 0 0 35px;

}



p.log a {

  color:#FFF;

  font-size:11px;

  font-weight:bold;

}

li.striking a

{

  text-transform: uppercase;

  font-size: 13px;

}

img.normal

{

  border: 1px solid #666;

}

p.warning

{

  background: #CC0000;

  color: #FFF;

  font-weight: bold;

  padding: 5px;

}



select, input, textarea

{

  padding: 2px;

  margin: 0;

  border: 1px solid #666;

  background: #EEE;

}

div.new-image

{

  background: #FFFFCC url(/images/icons/image_add.png) 5px 5px no-repeat;

  border: 1px dotted #F0F000;

  height: 26px;

  line-height: 26px;

  padding: 0 5px 0 31px;

  font-style: italic;

  font-size: 13px;

}

div.delete-image

{

  position: absolute;

  top: 5px;

  left: 5px;

}

div.absorbency-levels div.level

{

  position: relative;

  padding: 0 0 10px 0;

}

div.image-container

{

  position: relative;

}

p#absorbency-introduction

{

  padding: 10px 20px;

}

t#content-container

{

  width: 730px;

}

li

{

  margin-left: 20px;

}

ul

{

  padding-bottom: 10px;

 }

div.guide

{

  width: 50%;

  text-align: center;

  float: left;

  position: relative;

}

div#online-catalogue

{

  width: 640px;

  margin: 0 20px;

  overflow: hidden;

}

div#online-catalogue img

{

  border: 1px solid #666;

}

#nav { margin: 6px 20px 0 20px; text-align: center; }

#nav a { border: 1px solid #666; background: #01AED8; color: #FFF; text-decoration: none; margin: 0 2px; padding: 3px 5px;  }

#nav a.activeSlide { background: #64C128 }

https://www.euronuk.com/css/thickbox.css

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:1000;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(/images/inline/transparent-background.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 1002;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:1003;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:999;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

https://www.euronuk.com/css/inline.css

.editor_ok_link
{
  background: #EEE url(/images/ok-button-background.jpg) top left repeat-x;
  border: 1px solid #666;
  font-size: 12px;
  color: #333;
  padding: 2px 6px 2px 22px;
  margin: 2px 0 0 0;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
}
.editor_cancel_link
{
  background: #EEE url(/images/cancel-button-background.jpg) top left repeat-x;
  border: 1px solid #666;
  font-size: 12px;
  color: #333;
  padding: 2px 6px 2px 22px;
  margin: 2px 0 0 0;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
}
.inplaceeditor-saving { background: url(/images/loading.gif) center center no-repeat; }
.editor_field
{
  width: 60%;
}
.mceIframeContainer
{
  margin: 10px;
}
div#inline
{
	padding: 10px;
	background: #FFF url(/images/inline/background.jpg) top repeat-x;
	border: 1px solid #FFD9AA;
	position: relative;
}
div#inline h1
{
	font-size: 18px;
	color: #FD8C00;
	border-bottom: 1px dotted #FD8C00;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
div#inline label
{
	font-weight: bold;
}
div#inline .field-block
{
	padding: 0 0 10px 0;
}
div#inline .field-block p
{
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-style: italic;
}
div#inline .textbox
{
	border: 1px solid #999;
	background: url(/images/inline/textbox-background.jpg) top left no-repeat;
	color: #666;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#inline select
{
	border: 1px solid #999;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	height: 20px;
}
button
{
	border: 1px solid #999;
	background: #EFEFEF url(/images/inline/button-background.jpg) top repeat-x;
	cursor: pointer;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
	text-transform: capitalize;
}
div#inline .submit-button
{
	border: 1px solid #999;
	background: #EFEFEF url(/images/inline/button-background.jpg) top repeat-x;
	cursor: pointer;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color: #009900;
	text-transform: capitalize;
}
div#inline .delete-button
{
	border: 1px solid #999;
	background: #EFEFEF url(/images/inline/button-background.jpg) top repeat-x;
	cursor: pointer;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color: #CC0000;
	text-transform: capitalize;
}
div.close
{
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(/images/icons/cross.png) top right no-repeat;
	margin: 10px;
	padding: 0 26px 0 0;
	cursor: pointer;
}
div#container
{
	position: relative;
}
div#inline-toolbar-container
{
	width: 100%;
	height: 80px;
	background: #FFF;
	border-bottom: 4px solid #525252;
	position: absolute;
	top: 0;
}
div#inline-toolbar
{
	width: 950px;
	margin: 5px auto;
	height: 68px;
	background: #FFF url(/images/inline/toolbar-background.jpg) top repeat-x;
	border: 1px solid #FFD9AA;
	position: relative;
}
div#inline-success
{
	position: absolute;
	bottom: 5px;
	left: 5px;
	height: 20px;
	width: 913px;
	padding: 0 2px 0 23px;
	background: #E2F2DF url(/images/icons/accept.png) 2px 2px no-repeat;
	border: 1px dotted #B0DDA6;
	z-index: 1000;
}
div#inline-error
{
	position: absolute;
	bottom: 5px;
	left: 5px;
	height: 20px;
	width: 913px;
	padding: 0 2px 0 23px;
	background: #FDE3DB url(/images/icons/exclamation.png) 2px 2px no-repeat;
	border: 1px dotted #F89274;
	z-index: 1000;
}
div#inline-information
{
	position: absolute;
	bottom: 5px;
	left: 5px;
	height: 20px;
	width: 913px;
	padding: 0 2px 0 23px;
	background: #FFFFCC url(/images/icons/information.png) 2px 2px no-repeat;
	border: 1px dotted #F0F000;
	z-index: 999;
}
div#toolbar-buttons
{
	border: 1px solid #999;
	background: #EFEFEF url(/images/inline/button-background.jpg) top repeat-x;
	height: 28px;
	margin: 5px 5px 0 5px;
}
div#toolbar-buttons a
{
	color: #333;
	text-decoration: none;
}
div#toolbar-buttons a:hover
{
	text-decoration: underline;
}
div#toolbar-buttons h1
{
	font-size: 14px;
	float: left;
	color: #666;
	padding: 0 10px 0 5px;
	line-height: 26px;
	margin: 0;
}
div.button-logout, div.button-save, div.button-cancel, div.button-page-properties, div.button-layout, div.button-seo, div.button-page-add, div.button-page-delete, div.button-login
{
	float: left;
	display: block;
	text-align: center;
	padding: 0 10px 0 26px;
	line-height: 28px;
	border-left: 1px solid #CCC;
}
div.button-logout
{
	background: url(/images/icons/cross.png) 5px 6px no-repeat;
	border-right: 1px solid #CCC;
}
div.button-login
{
	background: url(/images/icons/key.png) 5px 6px no-repeat;
	border-right: 1px solid #CCC;
}
div.button-save
{
	background: url(/images/icons/accept.png) 5px 6px no-repeat;
}
div.button-cancel
{
	background: url(/images/icons/delete.png) 5px 6px no-repeat;
}
div.button-page-properties
{
	background: url(/images/icons/page_edit.png) 5px 6px no-repeat;
}
div.button-layout
{
	background: url(/images/icons/table.png) 5px 6px no-repeat;
}
div.button-seo
{
	background: url(/images/icons/world.png) 5px 6px no-repeat;
}
div.button-page-add
{
	background: url(/images/icons/page_add.png) 5px 6px no-repeat;
}
div.button-page-delete
{
	background: url(/images/icons/page_delete.png) 5px 6px no-repeat;
}
div#inline .checkbox
{
	border: 0 none;
}

