/* ================================
    CSS STYLES FOR Module TAC_NPIGetAQuote
   ================================
*/
.quoteLabelTitle
{
	font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
    width:110px;
    vertical-align: top;
    padding-bottom: 12px;
	}
div#quoteEditContent
{
	margin-top: 10px;
	background: whitesmoke;
	border: solid 1px black;
	padding: 3px;
	}
div#quoteLabelRow 
{
	text-align: left;
	height: 25px;
	}
.quoteTextBox
{
	width: 265px;
	}
div#requestLine
{
	font-weight: bold;
	color: black;
	}
div#requestInfo
{
	font-size: 9px;
	margin: 0 0 5px 0;
	}
.required
{ 
	color: red;

 }
