﻿body 
{
    /*BACKGROUND-COLOR: #003366;*/
    background-color:White;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
   	FONT-WEIGHT: bold; 
	FONT-SIZE: x-small; 
	COLOR: black; 
	LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal; 
}

.image
{
    background-repeat: no-repeat;
}

h1, textboxlhalf
{
    COLOR: #003366;
}
    .textbox
    {
    border-color:Gray;
    Border-Width:1.5pt;
    border-style:ridge;
    FONT-WEIGHT:normal; 
    FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
    position:relative; 
    width:200px;  
    }
    
    .textboxphone
    {
    border-color:Gray;
    border-style:ridge;
    Border-Width:1.5pt;
    FONT-WEIGHT:normal; 
    FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
    position:relative;   
    width:150px;
    }
    
    .label
    {
    font-size: 8pt;
    font-weight: 700;
    FONT-WEIGHT: normal; 
    text-align:left;
    color:black; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    position: relative;   
    }
    
    .h1	
    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	8pt;
    font-weight:	700;
	font-style:	normal;
    text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	border-style:none
	}	
    .submit 
    { 
    width: 150px;
    text-align:Center
    }
    
    /************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
    
#updprog            /*Added by Jack for Update progress control container    */
{
	border: none;
	top:250px;   
    left:350px;   
    position:fixed;
    background-color:White;
}

#updprog img       /*Added by Jack for Update progress control image    */
{
    vertical-align:middle;
    margin:2px;
    background-color:White;
    border: none;
}
