.main_post_content{
  width:560px;
  float: left;
  font-size: 12px;
  margin-left: 10px;  
}

.main_post_content h2{
  font-size: 18px;
  font-weight: normal;
  font-family: "Century Gothic";
  line-height: 18px;
}


label{
  width: 10em;
  float: left;
  text-align: left;
  margin-right: 0.5em;
  display: block;
  padding-top: 6px;
}

label.text_legal{
  width: 92%;
  float: right;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
}

input[type="checkbox"]{
  float:left;
}

input[type="submit"]{
  margin-top: 15px;
  width: 200px !important;
}

.donate_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe1a00", endColorstr="#ce0100");
	background-color:#fe1a00;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:24px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}
.donate_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce0100", endColorstr="#fe1a00");
	background-color:#ce0100;
}
.donate_button:active {
	position:relative;
	top:1px;
}