﻿#btnDiv {  text-align:center; width:100%;}
#copiesTypeDiv { margin: 0 0 0 3.5em; }
/*#copiesTypeDiv { margin: 0 0 0 30.5em; }*/
#inputForm 
{
    border:1px solid gray; 
    margin:0;
    padding: 1px 1px 0 1px;
}
#inspectDiv { height:10em; }
#mainbody 
{ 
    border: 1px solid #ee8a1d; 
    padding: 1.5em; 
    width:936px; 
}
#thankYouDiv { text-align:center; width:100%;
    height: 56px;
}

.actionLabel
{
    font-weight:bold;
    font-family:Arial;
    font-size:10;
    color:Red;
    height:72px;
}
/* .button
{
    font-size:10;
    font-weight:bold;
    width:160px;
    height:32px; */
    /* margin-right: 2em;
    margin-left: 2em; */
    /*margin: 2em 2em 0 2em;
} */
.button {			
    font-size:10;
    font-weight:bold;
    width:160px;
    height:32px;
    margin: 2em 2em 0.5em 2em;
    background: #0055A5; 
    color: #ffffff;			
    text-align: center;			
    cursor: pointer;
}	
.button {			
    border: 1px solid #d5d5d5; 
    border-radius: 4px;	
    -webkit-border-radius: 4px;			
    -moz-border-radius: 4px			
}
.button:focus { border: 2px solid #339DFF; }	
.button:hover { border: 2px solid #ee8a1d; }
.button:disabled {
    background: #cccccc;
    color: #666666;
    cursor: not-allowed;
    opacity: 0.6;
}
.clear { clear: both; }
/*.colLeft
{
   float:left;
   width: 20em; 
   margin-right:7.25em;
}*/
.colLeft
{
    /*font-weight: bold;*/
}
.colIndent
{
    float:left;
    margin-right:10em;
    margin-left:1em;
    width: 16.25em; 
}
.inline { display:inline; }
.floatLeft { float:left; }
.grayDivs 
{ 
    border: 1px solid gray; 
    margin-bottom:0.25em;
    padding-left: 0.2em;
}
.noBottomMargin { margin-bottom:0; }
.radButtons
{
    display:block;
    margin-top:1.25em;
    margin-bottom:1.25em;    
    padding:0;
}
.radRowLabel
{
    /*float:left;
    width:20em; 
    margin-right:7.25em; */
    /*font-weight: bold;*/
}
.textBox 
{ 
    width: 352px; 
    font-size:10;
    font-family:Arial;
}
.textBox:hover { border-color: #253487; } 
.textBox:focus 
{ 
    border-color: #ee8a1d; 
    background-color: #eff7f9;
    outline-style: none; 
}
.thanksLabel
{
   font-weight:bold;
   font-family:Arial;
   font-size:10;
   width:96px;
   height:24px;
}
.underline {text-decoration: underline;}

.form-group {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.well{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    /*margin-top: 0 !important;*/
}

.footerContact {
    margin-top: 20px;
}

.goldHighlight {
    background-color: powderblue;
}

.button .goldHighlight {
    background-color: darkorchid;
}

label {
    font-weight: normal !important;
}