﻿.LabelStyle
{
    clear: both;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 30%;
    float: left;
}
.LabelStyle1
{
    clear: both;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 30%;
    float: left;
 
}	
.TextboxStyle{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 5px 5px;
	}

.TextboxStyle1{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 5px 5px;
	}
.NewHeader
{
    padding: 10px;
    margin: 10px;
    border: thin solid #3399FF;
    background-color: #FFFFCC;
    width: 80%;
    color: #000099;
    float: left;
    clear: both;
}
.NewHeader1
{
    padding: 10px;
    margin: 10px 10px 10px 40px;
    border: thin solid #3399FF;
    background-color: #FFCCFF;
    width: 80%;
    color: #000099;
    float: left;
    clear: both;
}

.SubmitQuestion
{
    border: thin solid #3399FF;
    background-color: #3399FF;
    color: #FFFFFF;
    clear: both;
    text-align: center;
}

.QuestionaireHeader
{
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
    border: thin solid #3399FF;
    background-color: #3399FF;
    color: #FFFFFF;
    clear: both;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}