body{
	background-color: #000;
	margin: 20px 0;
	min-width: 700px;
}
a img{border: none; cursor: hand;}
label, p {
	font-weight: normal; font-size: 11px; color: #666666; font-style: normal; font-family: verdana, sans-serif; text-decoration: none;
}	
#wrapper {
	margin:0 auto;
	width:700px;
	text-align: left;	
}
.content{
	width: 660px;
	margin-top: 20px;
	padding: 20px;
	background-color: #fff;
}
.content .input_download{
	width: 200px;
	height: 25px;
	padding: 2px;
}
.content .btn_download{
	background-color:#ed1c24 ;
	display: inline-block;
	padding: 3px 10px 4px;
	border: 0;
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 5px;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 0 #971217;
	border-bottom: 1px solid #971217;
	position: relative;
	cursor: pointer;
}
