body, h1, h2, h3, h4, p, div {
font-family:Arial, Helvetica, sans-serif;
padding:0;
margin:0;
text-align:left;
}

.shell {
width:350px;
height:100%;
margin:0 auto;
padding:25px;
}

h1 {
color:#981418;
font-size:20px;
text-align:center;
}

h2 {
color:#000;
font-size:12px;
text-align:right;
}

h3 {
color: #FFF;
font-size:11px;
}

h4 {
color:#333;
font-size:10px;
margin-top:10px;
}
p {
color: #000;
font-size:11px;
}

.alert_box {
background-color:#981418;
padding:10px;
height:auto;
width:430px;
}

#header {
	background-image:url(img/header.gif);
	height:54px;
	width:350px;
	background-repeat:no-repeat;
	border-bottom: dotted 1.5pt #ccc;
	margin-bottom: 10px;
}


.DownloadBtn {
	margin:0;
	-moz-box-shadow:inset 0px 1px 4px 1px #ffffff;
	-webkit-box-shadow:inset 0px 1px 4px 1px #ffffff;
	box-shadow:inset 0px 1px 4px 1px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f7f7f7), color-stop(1, #f0f0f0) );
	background:-moz-linear-gradient( center top, #f7f7f7 5%, #f0f0f0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f0f0f0');
	background-color:#F0F0F0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #e8e8e8;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:16px;
	padding:3px 7px;
	font-weight:600;
	text-decoration:none;
	text-shadow:1px 1px 1px #ffffff;
	margin:10px;
	width:200px;
}.DownloadBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #f7f7f7) );
	background:-moz-linear-gradient( center top, #f0f0f0 5%, #CCCCCC 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#f7f7f7');
	background-color:#CCC;
}.DownloadBtn:active {
	position:relative;
	top:1px;
}