﻿#container {
    font-family: "Times New Roman" , Times, serif;
    font-size: 1em;
    color: #555555;
}
/********************/
/* RequestForm.aspx */
/********************/
#RequestForm fieldset {
    padding: 5px;
    margin: 10px;
}
#RequestForm legend {
    font-weight: bold;
    font-size: 1.2em;
}
#RequestForm label {
    color: #555;
/*    display: block; */
    margin-left: 1em;
    width: 10em;
}
#RequestForm .comments {
    display: block;
    margin-left: 1em;
    width: 20em;
}
#RequestForm .option label {
    display: inline;
    margin-left: 0em;
}

#RequestForm textarea {
    margin-left: 1em;
}
#RequestForm div.button {
    margin-left: 42px;
}
#RequestForm #Explosion span {
    padding-left: 1em;
}
#ErrorSummary {
    margin-top: 20px;
    Margin-left: 40px;
}

