        .mt_main
        {
            margin-left: 50px; 
        }
        .mt_title 
        {
            width: 278px; 
            height: 30px; 
            margin-top: 46px; 
        }
        
        .mt_details_box
        {
            position: relative; 
            float: left; 
            width: 346px; 
            margin-top: 34px;
            font-family: Verdana;
            font-size: 11px;
        }
        
        .mt_box_title
        {
            padding-left: 15px; 
            padding-top: 5px; 
            width: 346px; 
            height: 25px;
            float: left; 
            font-weight: bold;
            color: green;
            font-size:12px;
        }
        
        .mt_box_bottom
        {
            float: left; 
            width: 346px; 
            height: 6px; 
            background-repeat: no-repeat; 
            font-size: 0; /* otherwise will be heigher than needed */
        }
        
        .mt_caption
        {
            float: left; 
            width: 125px; 
            padding-left: 43px;
        }
        
        .mt_data_label
        {
            float: left; 
            width: 125px; 
            font-weight: bold;
        }
        
        .mt_textbox
        {
            float: left; 
            width: 140px; 
            background-color: white;
        }
        
        .mt_amountdiv
        {
            font-family: Verdana;
            font-size: 11px;
            width: 346px; 
            margin-top: 25px;
            float: left;  
        }
        
        .mt_acceptdiv
        {
            font-family: Verdana;
            font-size: 11px;
            padding-left: 40px;
            margin-top: 5px;
            width: 346px; 
            float: left; 
        }

        .mt_confirmation_comment
        {
            font-family: Verdana;
            font-size: 11px;
            padding-left: 5px;
            margin-top: 5px;
            width: 346px; 
            float: left; 
            color: red;
        }
        
        .mt_thankyou_text
        {
            font-family: Verdana;
            font-size: 11px;
            padding: 0px 15px;
            margin: 5px 0px;
            width: 346px; 
            float: left; 
            color: green;
        }

        .mt_divider 
        {
            background-repeat: no-repeat; 
            background-position: center center;
            width: 346px;
            height: 27px;
            float: left; 
        }
        
        .mt_buttonsdiv
        {
            height: 65px;
            width: 346px;
        }

        .mt_validation
        {
            font-family: Verdana;
            font-size: 11px;
            width: 500px;
            margin: 10px 0px 10px; 0px;
            padding: 5px;            
            background-color: red;
            color: yellow;
        }
        
        .mt_terms_link
        {
            color: green;
        }
        
        .spacer { height: 11px; width: 346px; float: left; }
        
        .clearboth{clear: both;}

