@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	background: none;
	height: auto;
	color: #000000;
}

.clearfix {
	overflow: hidden;
}

.box {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: url(/design/boxbg.png) repeat-x scroll center top #F0F0F0;
}
.box-inner {
	border-color: #ccc #aaa #5b5b5b;
	border-style: solid;
	border-width: 1px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 10px;	
	overflow: hidden;
}

.progressbar,  
.progressbar-done {
	width: 404px;
	height: 42px;
}
.progressbar {
	background: url(/design/progressbar-detail-grey.png) no-repeat;
	position: relative;
	margin-bottom: 10px;
}
.progressbar-done {
	background: url(/design/progressbar-detail-green.png) no-repeat;
	position: absolute;
	top: 0; 
	left: 0;
}
.progressbar-text {
	color: #fff;
	font-size: 25px;
	text-align: right;
	font-weight: bold;
	position: absolute;
	top: 5px; 
	right: 17px;
}
.progressbar-text-shadow {
	color: #333;
	font-size: 25px;
	text-align: right;
	font-weight: bold;
	position: absolute;
	top: 6px; 
	right: 16px;
}
.progressbar-stars {
	position: absolute;
	z-index: 100;
	width: 104px;
	height: 77px;
	top: -20px;
	right: -25px;
	background: url(/design/progressbar-stars.png) no-repeat; 
}

#donate-button {
	display: block;
	width: 253px;
	height: 64px;
}

#donate-button {
	float: left;
	display: block;
	height: auto;
	width: auto;
	border: 0;
	padding: 15px 30px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px -1px 0px #000;
	cursor: pointer;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #429600;
	box-shadow: inset 0px 3px 2px -2px #fff;
	-o-box-shadow: inset 0px 3px 2px -2px #fff;
	-ms-box-shadow: inset 0px 3px 2px -2px #fff;
	-moz-box-shadow: inset 0px 3px 2px -2px #fff;
	-webkit-box-shadow: inset 0px 3px 2px -2px #fff;
	text-decoration: none;
}


h1 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 140%;
}
h2 {
	font-size: 14px;
	margin-bottom: 10px;	
}
#project-description {
	line-height: 140%;
	font-size: 12px;
	margin-bottom: 10px;
}