body{

  background-Color:#4E4239;
  margin:0;
  padding:0;
  font: 8pt "Lucida Grande", Lucida, Verdana, sans-serif;
  color:#0C0C09;

}

table{

  font: 8pt "Lucida Grande", Lucida, Verdana, sans-serif;

}

a{

  color:#0C0C09;

}

.TinyList{

	list-style-type: disc;
	font-size: 8pt;
	margin-left:10px;
	padding-left:15px;

}

.SmallText{

	font-size: 8pt;

}

H1{

  font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
  font-weight: bold;


}

.Header a{

  color:#D9D6CE;
  font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
  text-decoration:none;

}

.MainContent{

	background-color: #D9D6CE;
	background-repeat: no-repeat;
}

.Footer td{

  color:#D9D6CE;
  font: 8pt "Lucida Grande", Lucida, Verdana, sans-serif;

}

.StatusMessage{

  border:1px solid #CCC;
  background-color:#D0CEC6;
  padding:5px;
  border: 1px solid #0C0C09;

}



/* Enhanced My Account Area Styles */

.enhHorizBar{

  border-right: 1px dashed #000;

}

.enhEditBox{

  border:1px solid #CCC;
  background-color:#D0CEC6;
  padding:5px;
  border: 1px solid #0C0C09;

}

.enhCouponBox{

  color: #ff000f;
  border: 1px dashed #ff000f;

}

#dhtmltooltip{

  position: absolute;
  left: -300px;
  width: 150px;
  border: 1px solid black;
  padding: 2px;
  background-color: lightyellow;
  visibility: hidden;
  z-index: 100;


}

#dhtmlpointer{

  position:absolute;
  left: -300px;
  z-index: 101;
  visibility: hidden;

}

/* end enhanced account area */


/* validate styles */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
      font: 8pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

.LV_valid {
    color:#00CC00;
      font: 8pt "Lucida Grande", Lucida, Verdana, sans-serif;
}
	
.LV_invalid {
    color:#CC0000;
      font: 8pt "Lucida Grande", Lucida, Verdana, sans-serif;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
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 {
border: 1px solid #CC0000;
}

/* end validate styles */

/* form styles */

.enhInputBox {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(../images/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;
}

.enhInputBox:hover {
  border:1px solid #888888;
}

.enhInputBox:active {
  border:1px solid #888888;
}

.enhInputButton:hover {
  
  cursor: pointer;
    
}

.enhInputButton {
  
  border:1px solid #0C0C09;
    
}

textarea {
  width:300px;
  height: 200px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}