/* GENERAL STYLES */
body {
background-color:Transparent;
font-size:16px;
font-family: Arial,Helvetica,san-serif;
}

* html body {
width: 92%;
}

#content {
font-size: 0.80em;
}
p.terms{
margin:50px 0 0 0;
float:left;
font-size:0.7em;
}

a img {
border: 0px none;
}

.cssform p {
width: 600px;
clear: left;
margin: 0 0 0 10px;
padding: 5px 0 0 0;
}

#content .cssform p .annotation {
position: absolute;
left: 180px;
font-size: 0.7em;
}

.cssform label {
font-weight: bold;
width: 150px;
}

.cssform .radio label {
padding-right: 15px;
}

.cssform input{
display: block;
}

.cssform select{
display: block;
}

.cssform .radio input{
display: inline;
}

.cssform input.TextBox {
width:200px;
padding:0 0 0 5px;
}

.cssform textarea{
width: 400px;
height:150px;
font-size:12px;
padding: 0 0 0 5px;
}
table {
  border-collapse: collapse;
  border: 1px solid #000;
  font: normal 12px verdana, arial, helvetica, sans-serif;
  color: #000;
  background: #FFF;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #C8192A;
  text-transform: uppercase;
  }
td, th {
  border: 1px solid #000;
  padding: .4em;
  color: #000;
  }
thead th, tfoot th {
  font: bold 12px verdana, arial, helvetica, sans-serif;
  border: 1px solid #000;
  text-align:center;
  background: #C8192A;
  color: #FFF;
  padding-top:3px;
  margin:0;
  }
tbody td a {
color: #000;
  }
tbody td a:hover {
  color: #FFF;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #000;
  }
tbody th a:hover {
  background: transparent;
  color: #FFF;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  background: #C8192A;
  padding-top:3px;
  color: #FFFFFF;
  }
tbody tr:hover {
  background: #e38c94;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #e38c94;
  }
.red a {
  color: red;
  }

/* EDITOR PROPERTIES */
.smallprint {
font-size: 0.7em;
}

.red {
color: red;
text-transform: uppercase;
font-weight: bold;
}


