@charset "utf-8";

body {font-family: Arial, Helvetica, sans-serif; font-size: 14px;}

/*-------Result Text------*/
.txtReadyOnly {
	background-color: transparent;
	border: none;
	font-size: 24px;
	font-weight: normal;
	padding-top: 0;
	color: #2060C0;
	display: block;
	float: left;
	height: 25px;
	margin-bottom: 5px;
	text-align: right;
	width: 111px;
	-moz-box-sizing: border-box;
}

/*-------Text Fields------*/
.txtInput {
	border: 1px solid #ccc;
	color: #333;	float: left;
	font-size: 15px;
	margin-bottom: 5px;
	margin-left: 21px;
	margin-left: 25px\9;
	padding: 8px;
	width: 110px;
}

/*-------Background------*/
.divBackGround {
	background-color: #EEEDEE;
	padding: 25px;
	color: #666;
	line-height: 36px;
}

/*-------Section Headers------*/
.labelTitle {
	background: #fff;
    color: #F57209;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 0 5px 15px;
	width: 560px;
	border-radius: 5px;
}

/*-------Field Labels------*/
.textTD {
	display: block;
	float: left;
	margin-right: 26px;
	text-align: right;
	width: 392px;
	color: #333;
}

/*-------Horizontal Rule------*/
hr {
	background-color: #aaa;
	border: none;
	clear: both;
	height: 1px;
	width: 570px;
}
.required {font-size: 18px; color: red; font-weight: bold;}