body{
	margin:0px auto;
	padding:0px;
	font-family:helvetica;
}

.progress-hm
{
	position: relative;
	width:100%;
	height:15px;
	background-color:#fdd6c8;
	-webkit-border-radius: 5em;
}

.bar{
	background-color:green;
	width:0%;
	height:15px;
	border-radius:2px;
	-webkit-border-radius: 5em;
}

.percent
{
	position:absolute;
	display:inline-block;
	top:3px;
	left:48%;
}

#wrapper
{
	width:995px;
	padding:0px;
	margin:0px auto;
	font-family:helvetica;
	text-align:center;
}
h2{
	margin-top:30px;
}


#bar{
		background-color:blue;
		width:136px;
		height:30px;
	}
	#text {
		margin: 12px;
		width: 100%;
		height: 45px;
		font-size: 16px;
		margin-top: 21px;
		padding: 8px;
		border-radius: 0.3em;
	}
	.transfer {
		width: 600px;
		margin: 0 auto;
		height: auto;
		padding: 40px;
		background-color: #cdcdcd;
		border: 2px solid #cccccc;
		margin-top: 64px;
		border-radius: 0.5em;
	}
	.transfer p {
		text-align: center;
		color: red;
		font-family: arial;
		font-size: 16px;
	}
	input {
		border: none;
	}
	#click {
		width: 200px;
		margin: 0 auto;
		font-size: 21px;
		line-height: 45px;
		border-radius: 0.5em;
		border: none;
		cursor: pointer;
	}