.background3 {
    background-position: center bottom;
    background-color: #004B87;
}

.pageTitle {
    padding-top: 28px;
    margin-bottom: 18px;
    color: #6AA40F;
    font-size: 32px;
    line-height: 32px;
    margin-left:14px;
}

.formContainer
{
    margin-left: 14px;
    background-position: 482px top;
    background-image: url(/images/join-bkrnd.gif);
    background-repeat: no-repeat;
}    

.txtBox {
    height: 16px;
    border: solid 1px #005493;
    background-image: url(/images/txtbox-inner-brdr.gif);
    background-repeat: repeat-x;    
    background-position: center bottom;
    background-color: #FFFFFF;
}

.drpState {
    border: solid 1px #005493;
    background-image: url(/images/txtbox-inner-brdr.gif);
    background-repeat: repeat-x;    
    background-position: center bottom;
    background-color: #FFFFFF;
    width: 100px;
}

.drp {
    border: solid 1px #005493;
    background-image: url(/images/txtbox-inner-brdr.gif);
    background-repeat: repeat-x;    
    background-position: center bottom;
    background-color: #FFFFFF;
}

.rdBtn {    
    margin-left:-2px;
    #margin-left:-5px;
}    

.label {
    font-size: 14px;
    color: #CCCCCC;
}

.formLine {
    margin-bottom: 14px;
}

.formHeading {
    height: 26px;
    line-height: 26px;
    width: 451px;
    #width: 453px;
    background-color: #003B77;
    color: #CCCCCC;
    font-size: 19px;
    padding-left: 4px;
    margin-left: -4px;
    margin-bottom: 8px;
}
.errMessage {
    font-size: 11px;
    font-weight: bold;
	background-color: #FFCCCC;
	border: 1px solid #990000;
	color: #990000;
	padding: 2px;	
    margin-left:10px;
    position:absolute;
}

.rejected {
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
    width: 600px;
    margin-left: 134px;
    margin-right: 20px;
    position: absolute;
    top: 140px;
    text-align: right;   
}


/*popup*/

#fadeCover  {
  display: ;
  background-color :#000000;
  opacity: 0.68;
  MozOpacity: 0.68;
  KhtmlOpacity: 0.68;
  filter: alpha(opacity=68);
  position: fixed;
  -position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -height: expression(document.body.clientWidth);
  -width: expression(document.body.clientWidth);
  z-index: 8;
}

#divPreview {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 334px;
    margin-top: -167px;
    margin-left: -125px;
    z-index: 10;
    border: 2px solid #FFFFFF;
    background-image:url(/images/background-gradiant3.jpg);
    background-position:center top;
    background-repeat:repeat-x;
	background-color: #0189DD;
    text-align: center;        
}

.previewTop {
	background-color: #CEFDF8;
    background-image:url(/images/logo-small.gif);
    background-position:center top;
    background-repeat:no-repeat;
    width: 250px;
    height: 46px;            
}    
#divWait {
   color: #45aa45;
   background-color: #FFFFFF;
   padding: 24px 5px 0px 5px; 
   height :224px;   
}
#previewContent {
    height: 248px;
}
.btnContainer 
{
    height:21px;
    width:87px;
    float: left;
    text-align: center;
}
.explain {
    background-color:#FF6F6F;
    color:#000000;
    font-size:12px;
    margin:13px;
    padding:8px;
}
.notes {
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px solid #FFFFFF;
}