body
{
	background-color: #FFFFFF;
	font-family: Arial;
}

.headerclass
{
    background-position: right;
    background-image: url(  '../Images/logo.gif' );
    height: 70px;
    width: auto;
    background-repeat: no-repeat;
}
.subheader
{
    background-color: Transparent;
    margin-top: 10px;
    margin-bottom: 25px;
}

.subheaderlabel
{
    font-size: large;
    color: #800080;
    font-weight: bold;
}
.submitbtnclass
{
    text-align:center;
    color: #800080;
}
.btnclass
{
    margin:10px;
}

.logout
{
    text-decoration: none;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
}  
.question
{
    width: auto;
    background-color: #D1BBDD;
    padding: 5px 5px 5px 10px;
}
.answer
{
    width: auto;
    background-color: #C4E1FF;
    padding: 5px 5px 5px 15px;
    margin-bottom: 10px;
}
.multi
{
    height: 50px;
    width: 500px;
    overflow: scroll;
}
.thankyou
{
    padding: 10px;
    height: 50px;
    width: 500px;
    background-color: #C0C0C0;
}
