.totalprice {
    font-weight: bold;
    font-size: 13px;
    color: #ff0000;
}

.avail_true {
    font-weight: bold;
    color: #00cc00;
}

.formTitSec {
    background: #9AB5DD;
    font-weight: bold;
    color: #fff;
}

.avail_false {
    font-weight: bold;
    color: #ff0000;
}

.fieldTitle {
    width:30%;
    font-weight:bold;
}

.fieldValue {
    width:70%;
}

.reqdiv {
    background: #f8f0bb;
    color: #ff0000;
    font-weight: bold;
}

.asterisk,.astblock {
	width: 5px;
	color: #F00;
	font-weight: bold;
	text-align: left;
}

.asterisk {
	display: none;
}
