﻿
/************* CSS for Proof of Performance DIV and its contents ****************/    
    
    #popDIV {
        position:absolute;
        overflow:hidden;
        left:575px;
        top:250px;
        width:335px;
        height:auto;
        visibility:hidden;
        z-index:10;
        text-align:center;
        padding:12px;
        background-color:transparent;
        background:transparent url(bgd_filterGray.gif);
        border:solid 1px #808080;
    }
    #innerDIV {border:solid 1px #0072bb;color:inherit;background:#fff;}
    #popDIV img {float:left;color:inherit;background-color:transparent;}
    #popDIV h3, .formDIV, .textDIV {text-align:center;color:inherit;background-color:#fff;}
    #popDIV h1 {padding:5px 0 5px 0;color:#ff9900;background-color:transparent;}
    #popDIV .textDIV {border-bottom:solid 15px #0072bb;border-top:solid 8px #0072bb;margin:0;color:inherit;background-color:transparent;}
    .formDIV, .textDIV {font:normal normal normal 12px/16px arial, sans-serif; margin:0; padding:5px;color:inherit;background-color:transparent;}
    .textDIV {text-align:left; font-size:14px; line-height:18px; letter-spacing:.05em; margin-left:25px; margin-right:25px;padding:10px;color:inherit;background-color:transparent;}
    .formDIV {text-align:right; color:#404040; background-color:transparent;}
    #btnSubmit {font:normal normal bold 15px/20px arial, sans-serif;color:#0072bb;margin:5px; background-color:transparent;}
    #btnCancel {font:normal normal bold 12px/16px arial, sans-serif;color:#808080;margin:5px; background-color:transparent;}
    .inputBox, .labelTD, .inputTD {font:normal normal bold 11px/16px arial, sans-serif;color:inherit; background-color:transparent;}
    .inputBox {border-top:solid 2px #999; border-right:solid 1px #e0e0e0; border-bottom:solid 1px #e0e0e0; border-left:solid 2px #999; color:#000; background-color:#fff;}
    .labelTD {text-align:right; width:100px;color:inherit;  background-color:transparent;}
    .inputTD {text-align:left;color:inherit;  background-color:transparent;}
    #txtName {width:200px;color:inherit;  background-color:transparent;}
    #txtCompany {width:200px;color:inherit;  background-color:transparent;}
    #txtEmail {width:200px;color:inherit;  background-color:transparent;}
    #txtAreaCode {width:24px;color:inherit;  background-color:transparent;}
    #txtPhonePrefix {width:24px;color:inherit;  background-color:transparent;}
    #txtPhoneFour {width:32px;color:inherit;  background-color:transparent;}
    #txtPhoneExtension {width:50px;color:inherit;  background-color:transparent;}
    #txtCallTime {width:200px;color:inherit;  background-color:transparent;}
    
