/* DOWNLOAD BUTTON */
/*.download {
	background-color: #ec7f32;
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
}*/
.download a {
	text-decoration: none;
}
.download .button {
	width: 257px;
	height: 59px;
}
.download .button .links {
	padding: 5px;
}
.download .button h4 {
	font-size: 18px;
	color: #09700b;
	margin: 5px 0 5px 50px;
}
.download .button p {
	font-size: 12px;
	color: #09700b;
	margin: 0 0 0 50px;
	line-height: 100%;
}
.release_notes {
	line-height: 20px;
	font-size: 12px;
	text-decoration: none;
}
.release_notes:hover {
	text-decoration: underline;
}

/* FF OR XPI WARNING */
.no_ff_or_xpi_warning {
	overflow: hidden;
	margin: 0 20px 0;
	background: #ec7f32 url(/images/home/corner.png) no-repeat scroll top right;	
}
.no_ff_or_xpi_warning .download {
	float: left;
	margin: 20px;
}
.no_ff_or_xpi_warning .msg {
	margin: 18px 70px 20px 300px;
}
.no_ff_or_xpi_warning .msg a {
	color: white;
}
.no_ff_or_xpi_warning .msg p {
	font-size: 22px;
	color: white;
	line-height: 120%;
}
