﻿body {
    background:none;
}
sup {
	font-size:75%;
}
#contentDIV {
    height:auto;
    min-height:500px;
    background:transparent url("images/mrnMonitorT.png") no-repeat 100% 25px;
    border-top:solid 25px #f0f0f0;
    font:normal normal normal 14px/18px tahoma, arial, sans-serif;
    letter-spacing:.08em;
}  
#contentDIV h1 {
    color:#006600;
    font:normal normal bold 22px/26px 'tahoma', 'arial', sans-serif;
}
#popIMG {
    /*float:right;*/
    margin:10px 0 0 0;
    border:dotted 1px #c0c0c0;
    }

#textDIV {
    width:500px;
    margin:0;
}

#textDIV p {
    margin:10px 0 0 0;
    padding:0;
    font:normal normal bold 11px/20px tahoma, arial, sans-serif;
    }


.inputPrompt, .validatorSPAN, .validationSummary, .captchaClass {
    font:normal normal bold 11px/16px tahoma, arial, sans-serif;
    color:#666;
}
.selectedInput {
    background-color:#ffffc0;
}
input {
}
#eMailDIV input, #nameDIV input, #companyDIV input {
    font:normal normal bold 12px/18px tahoma, arial, sans-serif;
    color:#006600;
    border:solid 1px #c0c0c0;
    height:16px;
    letter-spacing:.08em;
    width:250px;
}

#phoneDIV input.phoneNumber {
    font:normal normal bold 12px/18px tahoma, arial, sans-serif;
    color:#006600;
    border:solid 1px #c0c0c0;
    letter-spacing:.08em;
    height:16px;
    width:150px;
}

#bestTimeDIV input {
    font:normal normal bold 12px/18px tahoma, arial, sans-serif;
    color:#006600;
    border:solid 1px #c0c0c0;
    letter-spacing:.08em;
    height:16px;
    width:450px;
}

#bodyDIV {

}

#bodyDIV textarea {
    height:85px;
    width:500px;
}

#submitDIV {
    height:auto;
    text-align:left;
}
#submitDIV input {
    height:auto;
    width:auto;
    
}
.minorButton, .majorButton {
    font:normal normal bold 14px/18px tahoma, arial, sans-serif;
    color:#333;
}
.majorButton {
    color:#006600;
    margin:10px 0 0 0;
    
}
.validationSummary {}

.captchaClass input {
    border:solid 1px #c0c0c0;
 }