/*** Class for heading message***/
.heading {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}/*** Css for dispalying title of field name **/
table.jd_donor_table td.title_cell {
	width: 25%;
	font-weight: bold;	
	padding-left: 10px;
}
/*** Css for dispalying inputbox td **/
table.jd_donor_table td.field_cell {
		
}/*** Css for display '*' next to required field ***/
.required {
	padding-left : 5px;	
	color: red;	
}/*** CSS class for displaying message displayed above donation form **/
.msg {
	font-weight: bold ;	
}/*** Display amount explaination next to each pre-defined amount**/.amount_explaination {	font-weight: bold ;}
span.error {
	color : red ;
	font-weight: 140% ;	        
}