fieldset {
background:#eee;
  padding:0px 0 5px 20px;
  color:#333;
  border:none;
  margin-top:5px;
  
}

legend {
  color: #000;
  padding-left:5px;
  font-weight:bold;
  font-size: 90%;
  margin-left:-20px;
  text-transform:uppercase;
  font-family:arial,tahoma,verdana;  
}

body, h3  {
  color: #333;
}

/* -------------------------------------------------------------------------- */


div.lep_pagination {
  text-align: center;
}

div.lep_pagination a {
  text-decoration: none;
  color: #333;
  padding:2px;
}

div.lep_pagination a:link {
  text-decoration: none;
  color: #666;
}
div.lep_pagination a:visited {
  text-decoration: none;
  color: #666;
}
div.lep_pagination a:hover {
  text-decoration: none;
  background: #222;
  color:#fff;
}


/* -------------------------------------------------------------------------- */

.form_value, .form_field {
  padding: 0 0px 5px 0;
  color:#333;
}


.form_value .inputText, .form_value .textarea {
  width: 270px;
  font-size:1.7em;
  padding:5px;
}

.form_value .textarea {
  height: 50px;
}

.form_value label {
  margin: 0 0 0 0px;}

.form_field {
	font-size: 1em;
	line-height:1em;
	font-weight: bold;
	text-transform: uppercase;
	float:left;}

/* -------------------------------------------------------------------------- */

.error_individual_field {
  background-color: #000;  
}

.error_msg {
  color: #B41E22;
  padding: 0 0 0 130px;
}

.error_msg li {
  list-style: square;
}

.Post ul li, .Post ol ul li {
  background-image: none;
  background-repeat: no-repeat;
  padding-left: 0;
}

/* -------------------------------------------------------------------------- */

.lep_select_maincat {
  background: #333;  
  color: #fff;
}

.lep_select_subcat {
  background: #fff;    
}

/* -------------------------------------------------------------------------- */

.w_tag_cloud ul {
  text-align: left;
}

.w_tag_cloud ul li {
  margin-left: 0px; 
  line-height: 150%;
  background-image: none;
}

.w_tag_cloud .smallest {
  font-size: 100%;
}

.w_tag_cloud .small {
  font-size: 110%;
}

.w_tag_cloud .medium {
  font-size: 120%;
}

.w_tag_cloud .large {
  font-size: 130%;
  font-weight: bold;
}

.w_tag_cloud .largest {
  font-size: 140%;
  font-weight: bold;
}

.w_tag_cloud {
  text-align: justify;
}

.w_tag_cloud li {
  list-style: none;
  display: inline;
  margin: 0 3px;
}

.w_tag_cloud a {
  color: #000;
}
