/*** Class for heading message***/
.heading {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
table.os_table {
	margin: 0px ;
	padding: 0px;
	width: 100%;
}
table.os_table td.title_cell {
	width: 25%;
	font-weight: normal ;	
	padding-left: 10px;	
	padding-top : 5px ;	
}
/*** Css for dispalying inputbox td **/
table.os_table td.field_cell {	
	padding-top : 5px ;	
}/*** Css for display '*' next to required field ***/
.required {
	padding-left : 5px;	
	color: red;	
}
.invalid, .error {
	color : red ;
}
/*** CSS class for displaying message displayed above donation form **/
.msg {
		
}/*** Display amount explaination next to each pre-defined amount**/.amount_explaination {	font-weight: bold ;}
.field_description {	
	font-style: italic;
}
div#left_col {
	margin-right : 50px;
}
div#right_col{
}
