﻿/*****************************************************************************
 FORM STYLES - INPUT
*****************************************************************************/
.required {   /* Title - * fields are required */
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
  font-size: .8em;
  padding-bottom: 20px;
  color: #868686;
}

fieldset {
  font-size: .8em;
  float: left;
  clear: left;
  width: 80%;
  margin: 0 0 2em 0;
  padding: 0 10px 0 10px;
  background: #fafaf2;
  border: solid 1px #e6e8d9;
  font-family: Georgia, "Times New Roman", Times, Serif;
}

legend {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 16pt;
}

fieldset .instructions {
  padding: 0;
  padding-bottom: 8px;
  margin: 0;
  border: none;
  line-height: 18px;
}

fieldset ol {
  padding: 0;
  margin-top: 2px;
  margin-left: 0;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 4px;
}

label {
  position: relative;
	float: left;
  width: 210px;
  margin-right: 15px;
  font-weight: normal;
  text-align: right;
  text-transform:lowercase;
  color: Black;
  font-size: 14pt;
}

label .required_label {
  font-weight: bold;
  color: #3366cc;
}

label strong .required_label {
  font-weight: normal;
  color: #3366cc;
}

label sup {
  color: #3366cc;
  font-size: 90%;
}

label em {
  position: absolute;
  left: 210px;
  top: 0;
}

label strong {
	display: block;
	font-weight: normal;
  text-align: right;
  font-size: 60%;
  text-transform: lowercase;
  margin-right: 0px;
  font-style:normal;
  color: #555555;
}

fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 225px;
	background-color: transparent;
	background-image: none;
	cursor: pointer;
}

input.submit {
  background: #3b5998;
  color: #fff;
  border-top: 2px solid #4b6aaa;
  border-left: 2px solid #4b6aaa;
  border-right: 2px solid #000060;
  border-bottom: 2px solid #000060;
  margin: 5px 5px 5px 225px;
  padding: 3px;
  cursor: pointer;
} 



/*****************************************************************************
 VALIDATION - FORMS STYLES
*****************************************************************************/
input[type=text], input[type=password], SELECT, TEXTAREA {
  border: 1px solid gray; 
  font-size: 10pt;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, Serif;
}

CHECKBOX {
  border: none;
}

.LV_validation_message {
  font-weight: normal;
	text-transform: none;
  margin: 0 0 0 5px;
  padding-left: 20px;
  padding-bottom: 3px;
}

.LV_valid {
  background-image: url(/Images/icon_tick.gif);
  background-repeat: no-repeat;
  color: #00CC00;
}
	
.LV_invalid {
  display: block;
  margin-left: 210px;
  color: #CC0000;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
  border: 2px solid #CC0000;
}
