﻿#ctl00_ContentPlaceHolder1_camRecommendation table
{
    border: 1px solid #E3E3E3;
    background-color: #F9F9F9;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 95%;
}
h2
{
    margin: 0 0 0 10px;
}  
.required
{
    color: #E1272A;
}

#steps
{
    padding: 5px 5px 0 5px;
    border: 1px solid black;
    background-color: White;
    margin-right: 40px;
    margin-bottom: 10px;
}

#ctl00_ContentPlaceHolder1_btnSubmit
{
    margin: 20px 0 20px 35px;
}

