﻿BODY{
            background-color: #b02625 ;
            color: white;
            font-family:  Tahoma;
            font-size: 12px;
            font-weight: bold;
            border: 0px;
            margin:0px;
        }
        TD
        {
            padding-right:0px;
        }
        #main
        {
           
            position: absolute;
            top: 130px;
            left: 80px;
            
            background-color: transparent;
        }
        .yesNo{
            text-align: right;
        }
        #backing
        {
            position: absolute;
            
            height: 700px;
            width: 1024px;
            background: #b02625 url('images/union_joinus_nocont2.jpg') no-repeat;
        }
        #backing2
        {
            position: absolute;
            
            height: 700px;
            width: 1024px;
            background: #b02625 url('images/union_cont_nosend.jpg') no-repeat;
        }
        .validation
        {
            font-size: 15px;
            color: red;
        }
        
        

