body, html
{
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    line-height: 20px;
    width: 1024px;
    margin: 0;
}

select, option
{
    font-family: 'Droid Serif', serif !important;
} 

h1, h2
{
    text-align: center;
    
}

h2
{
    font-style: italic;
    text-decoration: underline;
}

.lunch_color
{
    font-weight: bold;
    font-style: italic;
}
.instructions
{
    
}

.contact_info
{
    font-weight: bold;
}

.indented_text
{
    margin-left: 36px;
    padding: 8px 0 8px 0;
}

table.report_table th
{
    background-color: #CCCCCC;
    
}
table.report_table td
{
    font-size: 10px;
    white-space: nowrap;
}

table.report_table
{
    padding-bottom: 20px;
}

.content
{
    padding: 10px;
    text-align: center;
}
.header_bar
{
    padding-top: 10px;
    text-align: center;
    background-color: #fff;
}
.header_bar img
{
    height: 160px;
}
.blue_bar
{
    height: 32px;
    background-color: #00B0A5;
}
.welcome_bar
{
    height: 100px;
    background-color: #626262;
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    padding-top: 10px;
}

#user_id
{
    background-color: #2C3D85;
    color: white;
    font-size: 18px;
    height: 32px;
    width: 272px;
    text-align: center;
    outline: none;
    border: 0;
    font-family: 'Droid Serif', serif;
    font-style: italic;
}

.submit_btn
{
    background-color: #00B0A5;
    height: 100px;
    border: 0;
    color: white;
    width: 272px;
    font-size: 40px;
    font-family: 'Droid Serif', serif;
    letter-spacing: 6px;
    cursor: pointer;
}

::-webkit-input-placeholder {
   color: white;
   opacity: .5;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;
   opacity: .5;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;
   opacity: .5;
}

:-ms-input-placeholder {  
   color: white;
   opacity: .5;
}


.submit_btn div.smaller
{
    font-size: 16px;
    letter-spacing: 1px;
}

.error
{
    color: #00B0A5;
    font-weight: bold;
}