/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#actus {
float: left;
width: 180px;
margin: 0;
text-align: right;
line-height: 1.7;
}
div#actus h2 {
font-size: 1.2em;
color: #FF9900;
margin: 0;
padding-bottom: 5px;
border-bottom: #FF9900 1px solid;
}


div#news {
  margin: 2em 0 0 1em;  /* margin for the entire div surrounding the news list */
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0; /* margin to the bottom of the news article summary */
overflow: auto;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

div.NewsSummary div.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}
div.NewsSummary div.NewsSummaryLink a, div.NewsSummary div.NewsSummaryMorelink a, #NewsPostDetailReturnLink a {
text-decoration: none;
font-style: italic;
}
div.NewsSummary div.NewsSummaryLink a:hover, div.NewsSummary div.NewsSummaryMorelink a:hover, #NewsPostDetailReturnLink a:hover {
text-decoration: underline;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}



.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {


  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
*/
#NewsPostDetailReturnLink {
clear: both;
border-top: 1px solid #ccc;
padding-top: 5px;
}

#Newsinside, #detail-actu {

}
#Newspage {
line-height: 1.3;
}
#Newspage h3 {
font-size: 1.4em;
margin: 0 0 10px 0;
}
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/



/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   margin: 0;
padding: 0 0 3px 0;
position: absolute;
right: 5px;
top: 79px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
}

div#menu_horiz li {
   display: inline; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 0 0 6px ;
padding-right: 4px;
background: url(/uploads/images/menulinks-sep.png) right center no-repeat;
}
div#menu_horiz li.last {
   display: inline; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 0 0 5px ;
padding-right: 0;
background: none;
}

div#menu_horiz a {
   margin: 0;
   text-decoration: none; 
   color: white;
}

div#menu_horiz li a:hover {
   text-decoration: underline;
}
div#menu_horiz a.activeparent:hover {
   color: black;
font-weight: bold;
}

div#menu_horiz li.activeparent a {
   color: black;
font-weight: bold;
}

div#menu_horiz li.currentpage {
   color: black;
font-weight: bold;
font-size: 1em;
}

/* End of 'Navigation: Simple - Horizontal' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;

   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}
div#menu_vert.contact ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}


/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #C3D4DF;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul li.currentpage {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
font-weight: bold;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul li.currentpage {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul li.currentpage {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

div#menu_vert h2.rubrique {

margin: 0 5px 15px 0;
padding-top: 0;
font-size : 1.2em;
font-weight: bold;
color: white;
font-family: verdana, arial, sans-serif;
text-align: right;
}
/* End of 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'Layout Monomatic' */
* {
margin:0;
padding:0;
}


body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #00408A; 
}

a:hover{
   text-decoration: underline;
   background-color: inherit;
}

b {
color: #446A95;
}


/*****************
basic layout 
*****************/
body {
   background-color: #fff;
   color: #000;
}


div#pagewrapper {
   position: relative;
   margin: 0 auto;     /* this centers wrapper */
   width: 998px;
   background-color: #fff;
   color: black;
}



div#header {
   position: relative;
   height: 96px;
   background: url(images/header.jpg) no-repeat left top;           
}

div#header h1 a {
   background: url(images/logo.jpg) no-repeat 0 0; 
   float: left; 
   height: 96px;
   width: 187px;
   text-indent: -999em; 
   text-decoration:none;
}

div#header div#lang {
   position: absolute;
right: 5px;
top: 50px;          
}

div#header div#homereturn{
   position: absolute;
right: 80px;
top: 50px;          
}
div#header div#homereturn a {
font-size: 0.8em;
color: black;
text-decoration: none;       
}
div#header div#homereturn a:hover, div#header div#homereturn a:focus {
text-decoration: underline;       
}

div#search {
   float: right;
   width: 300px;  
   text-align: right;
   margin: 10px 0 0 0;
}
div#search form {
   margin: 0;
   padding: 0;

}

div#search input#cntnt01searchinput {
   width: 156px;  
   height: 19px;
line-height: 19px;
   padding: 0 0 0 5px;
   background: url(images/searchinput.jpg) no-repeat 0 0;
   border: none;
   vertical-align: top;
font-size: 0.9em;
}
div#search input.submit {
   width: 25px;  
   height: 19px;
   line-height: 19px;
   padding: 0px;
   background: url(images/searchok.jpg) no-repeat 0 0;
   border: none;
   vertical-align: top;
color: white;
}



div#sidebar {
   float: left;
   width: 218px;
height: 400px;
   margin-left: 0;
background: url(/uploads/images/sidebar.jpg) no-repeat 0 -1px;
padding-bottom: 2em;
padding-top: 46px;
}

div#sidebar.staticpage {
height: 400px;
/* background: url(/uploads/images/sidebar2.jpg) no-repeat 0 -1px; */
}
div#sidebar.staticpagebis {
background: url(/uploads/images/sidebar2.jpg) no-repeat 0 -1px;
}


div#sidebar.staticpage h2 {
margin: 0 5px 15px 0;
padding-top: 0;
font-size : 1.2em;
font-weight: bold;
color: white;
font-family: verdana, arial, sans-serif;
text-align: right;
}



/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}



div#footer-top {
   clear:both;       /* keep footer below content and menu */
   position: relative;
   width: 392px;
   padding: 20px 0 10px 10px;
   margin-left: 41px;
   color: black;
   font-size: 0.9em;
   font-weight: bold;
   background: #DEE6EF url(/uploads/images/footer-top.jpg) no-repeat left top;
}
div#footer-top a {
   background-color: transparent;
text-decoration: none;
}
div#footer-top a:hover {
text-decoration: underline;
}
div#footer-inside {
   clear:both;       /* keep footer below content and menu */
   position: relative;
   color: #fff;
   background: #DFE7F0 url(/uploads/images/footer.jpg) no-repeat left bottom;
   padding:0;
   margin:0;
}

div#footer ul, div#footer li {
   padding:0;
   margin:0;
list-style: none;
}
div#footer ul#footerlinks {
float: right;
position: relative;
top: -17px;
right: 215px;
list-style: none;
font-size: 0.8em;
}
div#footer ul#footerlinks img {
vertical-align: bottom;
}

div#footer ul#coordonnees {
width: 372px;
padding: 9px 5px 15px 10px;
font-size: 0.8em;
color: black;
margin-left: 40px;
line-height: 1.4;
}
div#footer ul#coordonnees b {
font-size: 1.1em;

}

div#footer  ul a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/********************
CONTENT STYLING
*********************/
div#content {
padding: 0 6px 0 0;
margin: 0;
background: url(images/content-bg.jpg) repeat-x 0 0;
}
div#content div#main {
padding-bottom: 1em;
margin-left: 228px;
padding-top: 30px;
line-height: 1.3;
}
div#content.staticpage div#main {
padding-top: 48px;
padding-bottom: 40px;
}
div#content.staticpagebis div#main {
padding-top: 30px;
padding-bottom: 40px;
}
div#content div#main h2 {
color: #004681;
margin-bottom: 15px;
padding-top: 5px;
font-size: 1.8em;
line-height: 1.3;
}
div#content div#main p {
line-height: 1.3;
font-size: 1.1em;
}

/* HEADINGS */
div#content h1 {

}
div#content h2 {
margin: 0;

font-size : 1.5em;
}
div#content h3 {
font-size : 1.2em;
color: #004681;
}
div#content h4 {
font-size : 1.1em;
}
div#content h5 {
font-size : 1em;
}
h6 {
font-size : 1em;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */



div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

#main ul {
list-style-type: image;
list-style-image: url(/uploads/images/puce2.png);
}
#main ul.col, #activ ul, #scroll1 ul, #scroll2 ul {
list-style-image: none;
}


div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
div#main ul.listapuces {
list-style-type: image;
list-style-image: url(/uploads/images/puce2.png);
}


div#main ul.sitemap {
list-style-type: image;
list-style-image: url(/uploads/images/puce2.png);
}

div#main ul.sitemap li {
margin-bottom: 20px;
}
div#main ul.sitemap li ul  {
margin-bottom: 10px;
list-style-type: circle;
list-style-image: none;
}
div#main ul.sitemap li ul li {
margin-bottom: 3px;
}

/* END LISTS */


/********************
PRODUITS
*********************/

div#main div.scroll {
width: 357px;
height: 12.8em;
overflow: auto;
float: left;
margin-right: 30px;
margin-bottom: 30px;
border: 1px solid #484848;
scrollbar-face-color:#FF8000;
scrollbar-highlight-color:#FFAD5A;
scrollbar-3dlight-color:#FFAD5A; 
scrollbar-darkshadow-color:#9E7B58; 
scrollbar-shadow-color:#9E7B58; 
scrollbar-arrow-color:#000000; 
scrollbar-track-color:#FFEEDD; 
}
div#main div.scroll.large {
width: 740px;
}
div#main div#scroll2.scroll {
margin-right: 0;
}

div#main div#scroll1.scroll p, div#main div#scroll2.scroll p {
font-size: 12px;
font-weight: bold;
color: white;
background: #969696;
height: 20px;
line-height: 20px;
padding-left: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #484848;
}
div#main div#scroll1.scroll p span, div#main div#scroll2.scroll p span {
font-size: 11px;
font-weight: normal;
color: black;
background: #C0C0C0;
border-right: 1px solid #484848;
border-left: 1px solid #484848;
float: right;
height: 20px;
padding: 0 5px;
}


div#main div.scroll ul {
list-style-type: none;
margin: 0 0 0 5px;
padding: 0;
}
div#main div.scroll ul li {
width: 125px;
float: left;
margin: 0 5px 0 0;
padding: 0;
text-align: center;
}

div#main div.scroll ul li img {
height: 80px;
}

div#main div.scroll ul li.actif {
-moz-opacity: 0.6;
filter:alpha(opacity=60);
cursor: default;
}
div#main div.scroll ul li.actif a {
cursor: default;
}
div#main div.scroll ul li span {
display: block;
background: #969696;
color: white;
font-size: 11px;
}

div#main table.produit {
border: 1px solid #FF9900;
width: 744px;
margin-bottom: 20px;
}
div#main table.produit th {
color: white;
font-weight: bold;
background: #FF9900;
padding: 5px 8px;
font-size: 1.1em;
}
div#main table.produit th p {
float: right;
margin: 0;
padding: 0;
}
div#main table.produit th h3 {
margin: 0;
padding: 0;
font-size: 1.3em;
color: white;
}
div#main table.produit td {
font-size: 0.9em;
vertical-align: top;
padding-top: 5px;
}
div#main table.produit td img {
margin: 5px;
}
div#main table.produit td.right {
border-left: 1px solid #FF9900;
}
div#main table.produit ul {
line-height: 1;
margin-left: 15px;
margin-right: 10px;
}
div#main table.produit h4 {
font-size: 1.3em;
color: #446A95;
margin-left: 15px;
}

div#main p.produit-retour {
margin: 0;
padding: 0;
position: relative;
top: -15px;
}
div#main p.produit-retour a {
padding-right: 20px;
background: url(uploads/images/return.png) right center no-repeat;
font-size: 0.9em;
color: #799BC1;
}
div#main ul.col {
float:left;
width:170px;
background: #fff url(uploads/images/col-bg2.png) no-repeat center top;
list-style-type: none;
padding: 5px 17px 0 0;
margin: 0 0px 0 0;
border-right: 1px solid #DEE0E0;
list-style: none;
}
div#main ul.col.even {
/* background: #F5F4F3 url(uploads/images/col-bg.png) no-repeat center top; */
}
div#main ul.col li {
margin: 0 15px 15px 15px;
text-align: center;
}
div#main ul.col li.intitule {
height: 80px;
}
div#main ul.col li h3 {
text-align: center;
font-size: 1.3em;
}
div#main ul.col li.intitule div {
font-size: 0.85em;
text-align: center;
color: gray;
line-height: 1.1;
}
div#main ul.col li span {
display: block;
text-align: center;
font-size: 0.9em;
}

p#gestion {
font-size: 0.75em;
color: #ccc;
text-align: center;
padding: 0;
}
p#gestion a {
color: #ccc;
padding: 0;
margin: 0;
}

div#main table#activ {
width: 758px;
font-size: 1.1em;
position: relative;
left: -8px;
}

div#main table#activ th {
border: 1px solid #FF9900;
background: #FF9900;
padding: 5px 8px;
text-align: right;
color: white;
}
div#main table#activ td {
border: 1px solid #FF9900;
padding: 5px 8px 8px 5px;
vertical-align: top;
}
div#main table#activ td ul {
list-style-type: none;
margin: 5px 0 0 5px;
padding: 0;
list-style: none;
}
div#main table#activ td ul li {
margin: 0 0 5px 0;
padding: 0;
color: #004681;
}
div#main table#activ tbody {
margin: 10px;
}

/********************
Formulaires
*********************/

div.formbuilderform fieldset.fieldset_form, div.formbuilderform fieldset.matieres_form {
padding: 8px 8px;
margin: 5px 0;
border: 1px solid #ccc;
}

div.formbuilderform input#fbsubmit{
font-size : 1.1em;
font-weight: bold;
color: #004681;
padding: 5px 10px;
}

div.formbuilderform legend {
font-size : 1.3em;
color: #004681;
margin-bottom: 10px;
}




div.formbuilderform fieldset.fieldset_form label, div.formbuilderform fieldset.matieres_form label {
width: 280px;
display: inline-block;
font-size : 0.9em;
margin-right: 8px;
}

div.formbuilderform .verylong_input input {
background: #E9EFFC;
border: 1px solid #004681;
width: 537px;
padding: 2px;
}

div.formbuilderform .long_input input {
background: #E9EFFC;
border: 1px solid #004681;
width: 350px;
padding: 2px;
}

div.formbuilderform .court_input input {
background: #E9EFFC;
border: 1px solid #004681;
width: 150px;
padding: 2px;
}

div.formbuilderform fieldset.matieres_form .verylong_input label {
width: 350px;
}
div.formbuilderform fieldset.matieres_form .verylong_input input {
background: #fff;
border: none;
padding: 2px;
display: inline;
}

div.formbuilderform fieldset.matieres_form .verylong_input div input {
background: #E9EFFC;
border: 1px solid #004681;
width: 537px;
padding: 2px;
}

div.formbuilderform fieldset.matieres_form .long_input div input {
background: #E9EFFC;
border: 1px solid #004681;
width: 350px;
padding: 2px;
}

div.formbuilderform fieldset.matieres_form .court_input div input {
background: #E9EFFC;
border: 1px solid #004681;
width: 150px;
padding: 2px;
}

div.formbuilderform .checkbox div, div.formbuilderform .checkboxmini div {
display: inline;
margin: 0 5px 0 0;
white-space: no-wrap;
zoom: 1;
}



div.formbuilderform fieldset.fieldset_form .checkboxmini label {
width: auto;
display: inline;
}
div.formbuilderform .checkbox div label, div.formbuilderform .checkboxmini div label {
display: inline;
width: auto;
}

div.error_message ul li {
color: red;
}
/* End of 'Layout Monomatic' */

