body { background-image: url(images/bg.jpg); background-repeat: no-repeat; background-position: center top; background-color: #000000; margin: 0px; padding: 0px;}
.form1 { margin: 0px; padding: 0px;}
a:link { color: #FFFFFF; text-decoration: none;}
a:visited { color: #FFFFFF; text-decoration: none;}
a:hover { color: #FFFFFF; text-decoration: underline;}
a:active { color: #FFFFFF; text-decoration: none;}
.header_bg	{ background-image: url(images/header_bg.jpg); margin: 0px; padding: 0px;}
.form_header	{ background-image: url(images/form_header.jpg); margin: 0px; padding: 0px;}
.form_header2	{ background-image: url(images/form_header2.jpg); margin: 0px; padding: 0px;}
.text1 { font-family: Verdana; font-size: 13px; font-weight: bold; color: #264b74; line-height: 18px;}
.text2 { font-family: Verdana; font-size: 11px; font-weight: normal; color: #223140; line-height: 16px;}
.text3 { font-family: Verdana; font-size: 10px; font-weight: normal; color: #FFFFFF; line-height: 16px;}
.text4 { font-family: Verdana; font-size: 11px; font-weight: bold; color: #234f6f; line-height: 22px;}
.text5 { font-family: Verdana; font-size: 11px; font-weight: normal; color: #959595; line-height: 14px; font-style: italic;}
.formfield1 { font-family: Verdana; font-size: 11px; font-weight: normal; color: #223140; width: 154px; height: 19px;}
.formfield2 { font-family: Verdana; font-size: 11px; font-weight: normal; color: #223140; width: 274px; height: 19px;}
.formfield3 { font-family: Verdana; font-size: 11px; font-weight: normal; color: #223140; width: 292px; height: 158px;}
.formfield4 { font-family: Verdana; font-size: 11px; font-weight: normal; color: #223140; width: 274px; height: 24px;}
.formfield5 { font-family: Verdana; font-size: 11px; font-weight: normal; color: #223140; width: 300px; height: 100px;}
.formfield6 { font-family: Verdana; font-size: 11px; font-weight: normal; color: #223140; width: 359px; height: 100px;}
input.error { border: 1px solid red; }
select.error { border: 1px solid red; }




/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:hidden;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000000;}

#colorbox{}
    #cboxContent{margin:0px;}
        #cboxLoadedContent{padding:0px;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) 0 0 no-repeat;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}