body, html { height: 100%;
}
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; 
     color: #DFAF52; margin-top:2px; margin-bottom:2px; margin-left:2px; margin-right:0px;
}
.blacktxt { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold; line-height:110%;
}
.unboldtxt { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: normal; line-height:110%;
}
.titletxt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #684f40; font-weight: normal; line-height:120%; 
}
.maintxt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #684f40; font-weight: normal; line-height:120%; 
}
.maintxt a:link {color:red; text-decoration:underline;}
.maintxt a:visited {color:red; text-decoration:underline;}
.maintxt a:hover {color:#000000; text-decoration:none; cursor:hand;}
.maintxt a:active {color:red; text-decoration:underline;
}
.whitetxt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: normal; line-height:120%; 
}


.prompttxt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #EE3A42; font-weight: bold; line-height:120%; 
}
.titlewhite { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold; 
}
.smallfieldcell input { 
 font: 11px Arial, Helvetica, sans-serif; 
 width: 152px; 
 background-color: white; 
 color: #000000; 
 border-collapse: collapse;
 border: 1px solid #000000; 
}
.input-box
{
color: #000000;
background: #EBD392;
border: #FFFFFF solid 1px
}
.tiny
{font-size:3px;
}
.tiny2
{font-size:2px;
}
.tiny4
{font-size:4px;
}
/* Parent division with background image */ 
#backtrans { float:left; width:161px; height:241px; padding:5px; background:url(blueeye1.jpg) no-repeat} 

/* Transparent text area */ 
#transbox { width:563px;
padding-left:5px; 
padding-right:5px;
padding-top:5px;
padding-bottom: 5px; 
background:#EE3A42; 
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity:0.6; 
-khtml-opacity:0.6;
} 

/* Asterick represents wildcard for child dependents of #transbox */ 
#transbox * {position: relative}

/* Text div - lacks transparency */ 
#transbox div {padding:10px;
color: #000;
font-weight:bold} 