﻿body { font-family:Arial; font-size:12px;}

input[type="checkbox"] { color:Red; border:2px;} 

/*label {color:#CC0033; font-family:Courier; margin-right:4px; padding-right:4px; cursor:pointer;}*/
label {color:Black; font-family:Arial; margin-right:4px; padding-right:4px; cursor:pointer;}
label:hover { border-bottom:dotted 1px Gray;}
    
input[type="button"],input[type="submit"]
{color:White; background-color:#ed1c24; border:0; cursor:pointer; font-weight:bold; font-family:Calibri; font-size:14px;}

textarea, input[type="text"] { color:#666; font-size:12px; padding:3px 10px 3px 10px; border:#ccc 1px solid; width:200px; overflow:auto; }
textarea:hover, input[type="text"]:hover { border:#666 1px solid; cursor:pointer; }
textarea:focus, input[type="text"]:focus { border:#333 1px solid; color:#000; }

select { color:#666; font-size:12px; padding:3px; border:#ccc 1px solid; width:220px; }
select:hover { border:#666 1px solid; cursor:pointer; }
select:focus { border:#333 1px solid; color:#000; }

/*LabelStatus */
.labelSpan { color:#990033; font-family:Arial; font-size:12px; font-weight:bold;}
h3 { color:#990033; font-size:14px;}

/*info panel*/
.infoPopup { margin:8px; padding:8px; border:solid 1px black; background-color:#EAEAEA; font-family:Arial; color:#000000;}

.status { font-weight:bold; color:#CC0033; font-size:13px; font-family:Arial;}

.watermark { font-family:Arial; color:Gray; font-size:12px; font-style:italic; }