form p {
	clear: both;
}
form label {
	float: left;
	display: block;
	width: 200px;
	padding: 0 4px 0 0;
	text-align: left;
}
form label.long {
	float: left;
	display: block;
	width: 100%;
	padding: 0 4px 0 0;
	text-align: left;
	clear: right;
}
form label.confirmation {
    float: left;
	display: block;
	width: 90%;
	padding: 0 4px 10px 0;
	text-align: left;
	clear: right;
}
form label.confirmation-bold {
    float: left;
	display: block;
	width: 90%;
	padding: 0 4px 10px 0;
	text-align: left;
	clear: right;
	font-weight: bold;
}
span.left 
{
	float: left;
	display: block;
	width: 200px;
	padding: 0 4px 0 0;
	text-align: left;
	font-size: 75%;
}
br.clear
{
	clear: both;
}
img.input-calendar
{
	margin-left: 5px;
}
form p.bold {
	clear: both;
	font-weight: bold;
}
form p.centered-bold {
	clear: both;
	font-weight: bold;
	text-align: center;
}
.float-left 
{
    float: left;
}

div.donation-container
{
    width: 100%; 
    float: left;
}

div.donation-item
{
    width: 49%; 
    float: left; 
    text-align: center; 
    font-weight: bold; 
    color: #ff0000; 
    font-size: smaller;
}

.xsmall-text
{
    font-family: Arial; 
    font-size: x-small;
    text-align: center;
}

.smaller-text
{
    font-size: smaller;
}