body {
  background: #EFEFEF;
  margin: 0;
  padding: 0;
  text-align: left;
}

#canvas {			
}

#contentWrapper {
}

#content {			
  background: #EFEFEF;
  float: left;
  width: 320px;
  height: 480px;
  text-align: left;
}

#pageFooterWrapper {
  background: #EFEFEF;
  clear: both;
  height: 10px;
  padding: 0;
  text-align: center;
  font-weight: bold;
}           
body, .standard {
  color:#333;
  font: normal 11px/22px tahoma, 'Tahoma', trebuchet, 'Trebuchet MS', arial, 'Arial', sans;
  text-align: justify;
}
.dropmenu {
  font: normal 11px/22px tahoma, 'Tahoma', trebuchet, 'Trebuchet MS', arial, 'Arial', sans;
  color: #666;
  overflow:hidden;
  height:25px; 
}  
input.button { 
  background: #F3F3F3; 
  border: 1px solid #999999;
  color: #525252; 
  font: bold 10px/10px Verdana, Helvetica, sans-serif; 
  height: 25px;
  padding: .3em;
  -moz-border-radius: 0.5em;			
}

input.standard { 
  background: #FFFFFF; 
  border: 1px solid #999999; 
  color:#333;
  font: normal 11px/22px tahoma, 'Tahoma', trebuchet, 'Trebuchet MS', arial, 'Arial', sans;
  text-align: left; 
  width: 150px;
  padding: .3em;
 -moz-border-radius: 0.5em;			
}
table {
  background: #EFEFEF;
  color:#333;
  padding: 10px;
  font: normal 11px/22px tahoma, 'Tahoma', trebuchet, 'Trebuchet MS', arial, 'Arial', sans;
  text-decoration:none;
  text-align: left;
}

td, tr {
  text-align: left;
  vertical-align: top;
}

td textarea { 
  background: #FFFFFF; 
  border: 1px solid #999999; 
  color:#333;
  font: normal 11px/22px tahoma, 'Tahoma', trebuchet, 'Trebuchet MS', arial, 'Arial', sans;
  text-align: left; 
  height: 100px;
  width: 200px;	
}
.title {
  font: bold 14px/22px tahoma, 'Tahoma', trebuchet, 'Trebuchet MS', arial, 'Arial', sans;
  text-transform: uppercase;
  color: #E8800F;
}
