
/* customer styling*/
p.dashed{
	border-top:1px dashed #8D94A0;
	padding:20px 0;
}
/*div.right {
	border-bottom:1px solid #DFE1E5;
	padding: 0 20px 20px 20px;
}*/
table.subsection{
	display:none;
}
div.horizontal{
	font-weight:bold;
	width:300px;
	float:left;
}
div.vertical{
	font-weight:bold;
}
span.QuestionLabel{
	font-weight:bold;
}
div.QuestionDetails{
	margin-top:5px;
}
span.tipText{
	color:#ff0000;
	font-weight: normal;
	font-size: 12px;
}

.Mandatory{
	 border:1px solid red;
}
.MandatoryField{
	 color: red;
}
span.SectionNumber, span.SectionNumber a {
  font-size:20px;
  color:#747272;
}
span.BigNumber{
	color:#214563;
	font-size:22px;
	font-weight:bold;
}

.button {
    border: none;
    background: url('../images/save.gif') no-repeat top left;
    height:32px;
	width:79px;
	cursor:hand;
}
