﻿/*
    2006 Concrete Supply of Illinois
    appscreen.css
*/


h2{
    color: rgb(45,53,116);
    text-align: center;
    font-family: Arial, helvetica, Sans-Serif;
}

p{
    margin: 0px 10px 0px 10px;
}

table
{
    margin: 0px 10px 0px 10px;
    border: solid 5px rgb(45,53,116);
}

table table{
    border: 0;
}

caption{
    text-align: left;
    text-indent: 2em;
    color: rgb(45,53,116);
    font-family: Arial, helvetica, Sans-Serif;
    font-weight: bold;
}

.asterisk{
    color: rgb(255,0,0);
}

#applicationForm{
	height: auto;
}

#contactInfo td{
    height: 10px;
}

#required
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: .8em;
    font-style: italic;
}

#buttons{
    text-align: center;
}
