﻿ /* used to center the form in browser. To keep form left justified just comment out this section */
 #html, body {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    /*width:520px;*/ /*matches #wrapper & header width property in main CSS file */
}
 

.continue-button, .asp-button, #html-button
{
    background: #002A5C;
    border: none;
        border-radius: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 5px 15px;
}

.accordionContent
{
    background-color: #fff; /*#D3DEEF;*/ /*background-image: url("http://www.servicecheck.net/forms/Mobile/css/Popeyes_BackGround.png");*/
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}  

.accordionHeaderSelected, .accordionHeader
{
    background-position: #002A5C;
    background: #002A5C;
    border: none;
}

.form-text
{
    font-size: 70%; /*12px;*/
    padding: 1px;
    border: 1px solid #CCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
   height:23px;
} 
.dropdown-text
{
    border: 1px solid #CCC;
     margin-left: 2px; /*to keep space between stacked dropdown boxes for categories */
    font-size: 70%; /*12px;*/
    padding: 2px; /*display:block;*/ /*margin-bottom:-5px;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    height:23px;
} 
.form-text:focus
{
    background: #efefef;
}
.form-label
{
    color: #002A5C;
}
.accordionContent
{
    border: none;
}﻿