#download {
	background: #dfdfdf;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#download-form {
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 4px;
	display: none;
	font-size: 13px;
	font-family: Tahoma, Helvetica, sans-serif;
	padding: 25px 25px 20px 30px;
	position: fixed;
	width: 365px;
	color: #3f3e4b;
	z-index: 200;
}
#download-form h3 {
	color: #d8396f;
	font-size: 14px;
	margin: 0 auto 15px;
	text-align: center;
}
#download-form p {
	margin: 0;
	font-size: 11px;
}
#download-form table {
	margin: 10px 0;
}
#download-form table td{
	font-size: 12px;
	padding: 1px 0 0 0;
	font-weight: bold;
}
#download-form input[type=text] {
	color: #d8396f;
    font-size: 14px;
    height: 20px;
    margin: 0 0 0 10px;
    padding: 5px;
    width: 280px;
	border: 1px solid #c5c4ca;
}
#download-form input[type=submit] {
	margin: 0 9px;
    padding: 3px 20px;
}
#download-form #email-error {
	color: #900;
	font-size: 9px;
}
#download-form a#close:visited,
#download-form a#close:active,
#download-form a#close {
	color: #d8396f;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	right: 4px;
	top: 0px;
	text-decoration: none;
}