/* colors #042626 - green  replacing #1c4f01*/


.btn>input[type=radio],
.btn>input[type=checkbox] { display: none; }

.it { font-style: italic; }

label.error { margin-left: 10px; color:red; display:none;}

p {
    background: #ffffff;
    border: 0px solid #E1E1E8;
    margin: 10px 0;
    padding: 8px;
}

.modal .modal-content {
    max-height: 480px;
    overflow-y: auto;
    font-size: 70%;
} 

.btn { white-space: normal !important; 
background-image: linear-gradient(to bottom,#009933 0,#042626 100%); 
margin-top:.25em;
margin-left:2px;
margin-right:2px;}



#pghead h1 {
color: #006633;
}

#logoblock img { width: 100px; }
#logoblock { 
   height: 95px;
   width: 110px;
   float:left; 
   }
#pghead {
   height: 95px;
   padding-top: 8px;
   }

.state_MD { background: yellow; }
.form-control { background-color:#99ccff;
margin-left:2px;
margin-right:2px;
margin-top:.25em;
color: #000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
    font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
    font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
    font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
    font-style: italic;
}

.form-control::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
    font-style: italic;
}

