/******************************* standard stuff *************************************/

body{
  font-family: Trebuchet MS, arial, helvetica, sans-serif;
  font-size:   13px;
  color: #666666;
}



strong {
  font-weight:bold;
}

em {
  font-style: italic;
}



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

.radio{
height:15px;
width:15px;
border:0px;
}

label { font-weight: bold; }

input, select {
  width:100px;height:20px;
  margin-left:5px;
  font-family: arial, helvetica, sans-serif;
  font-size:   12px;
  font-weight:   bold;
}

input, textarea, select {
  border:1px solid #aaaaaa;
}

input.checkbox {
  background:none;
  border:0;
}

input.radio_button {
  background:none;
  border:0;
}

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

input.large, select.large {
  width:200px;
height:20px;
}

input.extra_large, select.extra_large {
  width:300px;height:20px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid red;
}

input:active, textarea:active, select:active {
  border:1px solid red;
}

input.submit {
  color:#ffffff;
}

input.submit:hover {
  cursor: pointer;
}

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

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}


/********************************* LiveValidation *************************************/

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:red;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid red;
}


/** forms *****/

 

input.submit {
  width: inherit;
  background:#cccccc;
  border:0;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
}

textarea {
  width:400px;
}

textarea.shallow {
  height:100px;
}


