.ewd_required:after { 
	content:" *" !important; 
}

.ewd_donor_profile {
	float: left;
	margin-right: 15px;
}

.donor_information_col_one {
	width: 50%;
	float: left;
}

.donor_information_col_two {
	width: 50%;
	float: right;
}

.ewd_form input[type="text"] {
	width: 90%;
	padding-right: 10px !important;
	padding-left: 10px !important;
	overflow: hidden;
}

.ewd_form input[type="text"].wide{
	width: 96%;
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.ewd_form textarea {
	width: 96%;
	padding-right: 10px !important;
	padding-left: 10px !important;
}

div.radio {height: 12px; width: 12px; position: relative; margin: 0 auto 15px auto; overflow: hidden;}
div.radio input {width: 12px; height: 12px; margin: 0; padding: 0;}
div.radio span {height: 12px; width: 12px; background: url('images/radio.png') center top no-repeat; padding: 0; display: block; overflow: hidden;}
div.radio span.checked {background-position: center bottom;}


#amounts {
	width: 100%;
	display: block;
	overflow: hidden;
}

p.donation label {
	float: left !important; 
	margin: 0 10px 15px 0 !important;
	padding: 12px 12px !important;
	border: 1px solid #dee1e4 !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	background: #fdfdfd !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	display: block !important;
}
div.radio {
	height: 12px; 
	width: 12px; 
	position: relative; 
	margin: 0 auto 15px auto; 
	overflow: hidden;
}
.ewd_form input[type="radio"] {
	width: 12px; 
	height: 12px; 
	margin: 0 5px 0 0; 
	padding: 0;
}

.ewd_form span.donation_radio {
	display: block;
}


#donor_information label { 
	display: block; 
	float: left; 
	min-width: 50px; 
	font-weight: bold; 
}

.ewd_error {
	display: block;
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

#robot {
	width: 50px !important;
}

/* Pagination */

.navigation { list-style:none; font-size:12px; }
.navigation li{ display:inline; }
.navigation li a{ display:block; float:left; padding:4px 9px; margin-right:7px; border:1px solid #efefef; }
.navigation li span.current { display:block; float:left; padding:4px 9px; margin-right:7px; border:1px solid #efefef; background-color:#f5f5f5;  }	
.navigation li span.dots { display:block; float:left; padding:4px 9px; margin-right:7px;  }