html, body 
{
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	background-color: #0F6D95; 
	text-align: left; 
	color: #000000; 
	font-size: 10pt; 
	font-family: Arial, helvetica, sans-serif;
	/* #0F6D95 093E55  #0B5473 */
}

.dark_background 
{
    background-color: #0b5473; 
}

td
{
    height: 43px;
    font-size: 10pt; 
	font-family: Arial, helvetica, sans-serif;
}

center
{
    height: 100%;
}

.form1_container
{
    width: 1024px;
    height: 675px;   
    text-align: left;  
    background-image: url(../images/form1_background.jpg);
}

.form2_container
{
    width: 1024px;
    height: 675px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(../images/form2_background.jpg);
}

.form1_content_container
{
    border: none 1px red;
    position: relative;
    top: 330px;
    left: 540px;
    width: 435px;
    height: 220px;    
}

.form2_content_container
{
    border: none 1px red;
    position: relative;
    top: 65px;
    left: 515px;
    width: 450px;    
}

.form1_content_text
{    
    height: 88px;
    overflow: hidden;
	font-size: 14pt; 
	font-family: Tahoma, Arial, helvetica, sans-serif;
}

.form1_content_form
{
    border: none 1px green;
    position: relative;
    left: -2px;
    height: 95px;
    vertical-align: middle;
    display: table-cell;
    width: 800px;
}

.form_input  
{
    border: solid 2px #000000; 
    background-color: #FFFFFF; 
    font-size: 14pt; 
    height: 30px; 
    font-weight: bold; 
}

.form_pad
{
    padding: 0px 0px 5px 0px;
}

h1 
{
    font-size: 12pt;    
    margin-top: 0px;
    margin-bottom: 5px;
}

input
{
    border: solid 1px black;
    width: 210px;
}

textarea
{
    border: solid 1px black;
}

.checkbox
{
    border: none;
    width: 10px;
}

span.styled {
  position: absolute;
  width: 68px;
  height: 21px;
  padding: 0 24px 0 8px;
  color: #000;
  font: 12px/21px arial,sans-serif;
  background: url(../images/select.jpg) no-repeat;
  overflow: hidden;    
}


span.styled_wide {
  position: absolute;
  width: 175px;                 /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #000;
  font: 12px/21px arial,sans-serif;
  background: url(../images/select1.jpg) no-repeat;
  overflow: hidden;  
}

.highlight
{    
    border: solid 1px Red;    
}

.blank_page_container
{
    border: solid 1px black;
    background-color: #FFFFFF;
    width: 800px;
    text-align: left;
    padding: 5px;
}

.footer 
{
    color: #093E55;
}

.footer a, a:active, a:visited { color: #093E55; text-decoration: underline;}
.footer a:hover { text-decoration: none; }
