#downloadbtn input[type="submit"]{
	width: 175px;
    background: #005bab;
    border: none;
    font-size: 18px;
    color: #fff;
    text-shadow: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

#downloadbtn input[type="submit"]:hover {
	background:#00337b;
}

#submitbtn {
	display: none;

}
