@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700|Roboto+Condensed:400italic,700italic,400,700);
html,body{
	padding:0;
	margin:0;
}
body{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	line-height: 24px;
	color:#363a3e;
	background-color: #f2f2f2;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
#page{
	background: #fff;
	padding:10px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:10px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	border:1px solid #ddd;
	width:600px;
}
span{
	color:#999;
	font-size:12px;
}
.currentAmount{
	color:#ffa100;
	font-size:22px;
	font-weight:700;
	border:none;
	font-family: 'Roboto Condensed', sans-serif;
}
h1{
	font: 51px/62px 'Yanone Kaffeesatz', Oswald, Arial, Helvetica, sans-serif;
	margin: 0;
	display: inline;
}
input[type="text"] {
	padding: 5px 10px;
	color:#ffa100;
	font-size:22px;
	font-weight:700;
}
p{
	padding: 0;
margin: 5px 0;
}
hr{
	border: 1px dashed #eaeaea;
	background-color: inherit;
	border: 1px 0 0 0;
	color: #FFF;
	counter-increment: relatedarticles;
	margin: 30px 0 20px 0;
	display: block;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
	padding: 5px 10px;
	background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	text-shadow:-1px -1px 1px #c65a00;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 1px 7px rgba(0,0,0,.2),inset 0 2px 3px rgba(255,255,255,.5);
	border:1px solid #ff7b0d;
	color:#fff;
	font-weight:700;
	font-size:14px;
	cursor:pointer;
}