.hdMain {
	COLOR: #484d57
}
.hdContrast {
	COLOR: #dadbdd
}
.bgMain {
	BACKGROUND: #484d57
}
.bgContrast {
	BACKGROUND: #dadbdd
}
UL.lMain.contentGroup {
	BORDER-TOP: #484d57 1px dotted
}
.coMain {
	BORDER-TOP: #484d57 1px dotted
}
UL.lContrast.contentGroup {
	BORDER-TOP: #dadbdd 1px dotted
}
.coContrast {
	BORDER-TOP: #dadbdd 1px dotted
}
UL.lMain LI {
	BORDER-BOTTOM: #484d57 1px dotted
}
UL.lContrast LI {
	BORDER-BOTTOM: #dadbdd 1px dotted
}
.boxMain {
	background: none repeat-x scroll 0 0 #DDA930;
color: #0d1a40;
}
.boxMain A:link {
	COLOR: #fff
}
.boxMain A:visited {
	COLOR: #fff
}
.boxMain A:hover {
	COLOR: #99bb11
}
.boxMain H3 {
	BORDER-BOTTOM: #fff 1px dotted
}
.boxContrast {
	BACKGROUND: #9ba9b4; COLOR: #484d57
}
.boxContrast A:link {
	COLOR: #03c
}
.boxContrast A:visited {
	COLOR: #03c
}
.boxContrast A:hover {
	COLOR: #36c
}
.boxContrast H3 {
	BORDER-BOTTOM: #484d57 1px dotted;
}

ol.boxFormElement{ margin:0px; padding:5px; margin-left:-5px; list-style:none; width:100%; }
ol.boxFormElement li{ padding:2px;font-family:Tahoma, Geneva, sans-serif; font-size:13px; margin:0px 0px; color:#0d1a40;}
ol.boxFormElement li select{
	height:22px; 
	/*margin:3px 5px;*/
	
	}
ol.boxFormElement li label{ font-size:12px; padding:0px; margin-bottom:0px;}
ol.boxFormElement li input{ 
font-size:12px; 
padding:3px; 
color:#666;

}

.line{
	background:url(../images/divider.png) no-repeat center top;
	width:98%;
	height:22px;

}

input:focus{ border:3px solid #27C1F4;}

.box2nd {
	 /*padding:0px 5px 5px; padding-top:0px;*/ border-top:1px solid #fff;
	background:/*url(../images/search.png)*/ no-repeat right 10px  #eee; COLOR: #333;
	
	}
	
.box3rd {
	BACKGROUND: #D2E1E8; COLOR: #333; /*padding:0px 5px 5px; padding-top:0px;*/ border-top:1px solid #fff;  }	
	
.select_bgr {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 28px;
    width: 96%;
}

.img.selarrow {
    float: right;
    margin: 1px 1px 0 0;
}

select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 28px;
    width: 96%;
}


ol.boxFormElement li input[type=submit] {
	
 display: inline-block;
    padding: 6px 12px!important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
       
    border-radius: 8px;
	color: #fff;
background-color: #c72e2e;
border-color: #c63f3f;

}

ol.boxFormElement li input[type=submit]:hover{
 
/*    border:2px solid #4699A0;*/
/*    color:#fff;*/
color: #fff;
background-color: #b91111;

	
	
}
ol.boxFormElement li input[type=submit]:active{

    border-bottom:2px solid #4699A0;	/*dark*/
    color:#fff;
	text-shadow:1px 1px 1px #000;
}


ol.boxFormElement li input[type=submit]:focus {
	
/*  	background-image:url(../images/grey.png);*/
    border:2px solid #6caaaf;
   /* color:#246B8C;*/
   
	box-shadow: inset  1px 1px 3px #2B788E;
	text-shadow:1px 1px 1px #000;
	
}

p.description-search {

    color: #25627a;
    font-family: leelawad, arial;
    font-size: 10.5pt;
    margin: 0;
    padding: 5px 10px 10px;

	
}


input.goButton { margin:3px 10px;}