

h2 { font-size: 180%; letter-spacing: -1px; margin-bottom: 0px; }

h3 { font-size: 150%; letter-spacing: -1px; margin-bottom: 20px; }

h4 { font-size: 120%; letter-spacing: -1px; margin-bottom: 20px;}

a { 
  outline:none;
  color: #B9D420;
  text-decoration: none;

}
a:visited { color: #B9D420; }

a:hover { 
  /*color: #ffffff; 
  background-color:#ff5398;*/
  color: #009900;

}

em {
  font-style: italic;
}

blockquote {
    color:#888888;
    text-indent:37px;
    background:transparent url(../images/generic/blockquote.png) top left no-repeat;
}

pre {
  padding: 10px;
  font-size: 11px;
  background-color:#f7f7f7;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  padding:2%;
  margin:0;
  line-height:140%;

}

code {
  font-family: monaco,"lucida console","courier new",courier,serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
}

/*********************************** forms *****************************************/

label { font-weight: bold; }

input, select {
  width:800px;
  float:left;
}

input, textarea, select {
  padding:2px;
  background:#ffffff url(../images/generic/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:80px;
}

input.extra_large, select.extra_large {
  width:800px;
}

input.submit:hover {
  cursor: pointer;
}

textarea {
  width:300px;
  height: 200px;
}

textarea.deep {
  height:350px;
}


.LV_valid {
    color:#c87d22;
	margin-top:5px;
	margin-left:5px;
	float:left;
}
	
.LV_invalid {
	color:#CC0000;
	margin-top:5px;
	margin-left:5px;
	float:left;
}
	
.LV_validation_message{
	margin-top:5px;
	margin-left:0px;
	font-size: 10px;
	float:left;
	width:185px;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
}
    

    
