label{cursor: pointer}

.error{color: red; font-weight: 900;}

.subhead {
    font-size: 120%;
    line-height: 17pt;
    font-weight: bold;
    color: #060;
}

.section{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted black;
}

.label{
	color: #393;
	vertical-align: top;
}

.indent{
	text-indent: 30px;
}

.field-section{
	margin: 10px 5px;
}

.field-label{
	display: inline-block;	*display:inline;
	vertical-align: top;
	text-align: right;
}

#donation-info{
	display:none;
}

.field-block{
	display: inline-block;	*display:inline;
	
}

#thankyou-receipt-addr{
	color: #006600;
}

.errorMessageSection {
    color: red;
    font-size: 12pt;
    line-height: 17pt;
    font-weight: bold;
}
		
.mandatory{
	color: red;
	font-weight: 900;
}
@media (min-width: 992px){
	.btn-block {
		display: initial;
		width: auto;
	}
	.btn-block+.btn-block {
		margin-top: inherit;
	}
}
@media (max-width: 991px){

	#errMsg p{
		text-align: center;
	}
}

.form-horizontal .form-group {
    margin-right: auto;
    margin-left: auto;
}