/*
      Bishop Romeo Blanchette Honor Guard CSS
      
      Author:  Daly Computer Services
      Date:    March 14, 2018

      Filename:         request_hg.htm
      Supporting files: reset.css, styles.css
*/


body * {
   font-family: Verdana, Geneva, sans-serif;
   font-size: 100%;
   font-weight: inherit;
   line-height: 1.2em;
   vertical-align: baseline;
}

.main {
   text-align: left !important;
   margin-left: 170px;
}
      
.main ul li {
        margin-left: 30px;
}
      
.main form {
   width: 90%;
   margin: 0 auto;
}
      
fieldset.optionGroup {
   background: transparent;
   border: none;
   width: 50%;
}
      
legend {
   font-size: 0.9em;
   color: blue;
   font-weight: bold;
}
      
.label-left {
   display: block;
   float: left;
   margin: 5px;
   width: 220px;
}
      
.label-radio {
   padding-left: 15px;
}
      
input[type='submit'] {
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: #0000ff;
   color: #ffffff;
   border-radius: 20px;
   float: none;
   display: inline;
   font-size: 1.1em;
   height: 30px;
   width: 150px;
}
      
           
input:focus:valid {
   background: rgb(220, 255, 220) url(okay.png) bottom right no-repeat;

   -o-background-size: contain;
   -moz-background-size: contain;
   -webkit-background-size: contain;
   background-size: contain;
}

input:focus:invalid {
   background: rgb(255, 232, 233) url(warning.png) bottom right no-repeat;

   -o-background-size: contain;
   -moz-background-size: contain;
   -webkit-background-size: contain;
}
