body {
      padding: 0 0 10px 0;
      margin: 0;
      font: 12px verdana,arial,sans-serif;
      text-align: center;
      background: #ddd url(/images/cimlap/header-bg.gif) repeat-x;
}

div#beta {
      position: absolute;
      top: 0;
      left: -20px;
      background: url(/images/cimlap/logo.jpg) no-repeat;
      width: 305px;
      height: 103px;
}

a {
      cursor: pointer;
}

a:hover {
      text-decoration: none;
}

.click {
      cursor: pointer;
}

ul {
    list-style-type: none;
}

/* CHANGE TEMPLATE */

div#template-changer h3 {
      margin: 20px 0;
}

a.template-thumb-1 {
      display: block;
      float: left;
      padding: 5px;
      margin: 0 0 5px 0;
      border: 1px solid #ddd;
}

a.template-thumb-2 {
      display: block;
      float: left;
      padding: 5px;
      margin: 0 0 5px 10px !important;
      margin: 0 0 5px 5px;
      border: 1px solid #ddd;
}

/* ERRORS */

div.errors {
    border: 1px solid #f00;
    background: #fcc;
    color: #900;
    padding: 5px;
}

div.errors ul {
    margin: 10px;
}

div.errors ul li {
    margin: 4px 0;
}

/* MISC */



/* HACKS */

/* ffox based float clearing without any extra element */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hide from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide */
