* {
	margin: 0;
	padding: 0; 
}

body, html {
    line-height: 180%;
	font: 12px "Palatino Linotype", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #342313;
}

h1 {
	padding: 10px;
	clear: both;
	color: #734814;
}

a img {
	border: none;
}

p {
    padding: 5px 0;
}

ul {
  list-style: none;
}

ul li {
  background: url(../images/bg/bullet.gif) no-repeat;
  background-position: 0 3px;
}

/**************************************************************
   Form Elements
 **************************************************************/

label {
  float: left;
  text-align: right;
  width: 15em;
  padding-right: 1em;  
}

input, textarea, select {
  padding: 4px;
  font: 400 1em georgia, sans-serif;
  color: #666;
  background: #FFF;
  border: 1px solid #f2e9b5;
}


input:focus, textarea:focus, select:focus {  
  color: #000;
  background: #f2e9b5;
  border: 1px solid #734814;
}

input.button {
	cursor: pointer;
}

.required {
  cursor: help;
  border-bottom: 1px solid #CCC;
}


ul.form  li {
  background: none;
  padding-bottom: 3px;
}

ul.form input[type="text"], select {
  width: 175px;
}

ul.form label {
  white-space: nowrap;
}

ul.error_list  li{
  color: red;
  background-color: yellow;
  border: 1px solid red;
  margin: 5px 5px 5px 192px;
  padding: 4px;
  white-space: nowrap;
  line-height: 90%;
}

/**************************************************************
   Table classes
 **************************************************************/
table td {
	vertical-align: top;	
	padding: 2px;
}

table td.label {
	width: 75px;
	font-weight: bold;
}

table td.data {
	width: 170px;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}


/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.big {
  font-size: 1.3em;  
}

.small {
  font-size: 0.85em;  
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.grey {
  color: #AAA;
}

.green {
  color: #82C048;
}

.darkBrown {
  color: #512103;
}


.greenBg {
  padding: 0 10px;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

.highlight {
  padding: 1px 10px;
  background-color:#FEA823;
  border: 1px solid #734814;
}