body, html { margin:0; padding:0; line-height:1.5em; font-size:11px; color:#1D1D1D; font-family:Helvetica; }

* { margin:0; padding:0; }

ul { list-style:none; }

span em { line-height:1.22em; }

a img { border:0; }

.left { float:left; }
.right { float:right; }
.clear { clear:both; }

.error { color:red; font-size:11px; }

.cfix { zoom: 1; }
.cfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height:0;
  overflow:hidden;
}

.centered-text { text-align:center; }

.light { color:#666; }
.lime { color:#55BF3B; }

li.link { cursor:pointer; }

.bold { font-weight:bold; }

.drop-shadow {
  -moz-box-shadow   :2px 2px 6px #999;
  -webkit-box-shadow:2px 2px 6px #999;
  box-shaodw        :2px 2px 6px #999;
}

.round-corners {
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}