/* HACKS */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

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





/* COMMON HTML */
body {
  background-color: #e5e5e5;
  margin: 0px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #555;
}

a {
  border-width: 0;
  color: #428b07;
  text-decoration: none;
}

a:hover {
  color: #787878;
}

a.button {

}

a.button_with_image {
  padding-right: 4px;
}

a.show_from_list {
  font-size: 150%;
}

img {
  border-width: 0 0 0 0;
  vertical-align: middle;
}

img.button_with_text {

}

label {
  color: #000;
}


input, select {
  border: #999 solid 1px;
  font-size: 90%;
}