#installer {
	margin-left: 2px
}
.os_screenshot {
	position:absolute;
	top:30px;
	right:0;
}
.custom_title,
.custom_subtitle {
	color:#e45000;
	text-transform:lowercase;
	width:570px;
}
.custom_title {
	font-size:48px;
	padding-top:37px;
}
.custom_subtitle {
	font-size:32px;
	color:#545454;
	padding-top: 18px;
}
.product_bullets,
.product_bullets li {
	list-style:none;
	margin:0;
	padding:0;
}
.product_bullets {
	width:485px;
	margin:32px 0 58px 0;
}
.product_bullets li {
	font-size:20px;
	color:#333;
	line-height:32px;
}
.secondary_install_links {
	position:relative;
	margin: 0;
	font-size:12px;
	overflow:hidden;
}
.secondary_install_links a {
	display:block;
	float:left;
	margin-right:34px;
	padding:2px 4px;
}
.msg {
	width:420px;
	margin:0 0 24px 4px;
	padding:8px 8px;
	font-size:16px;
	line-height:1.6;
	background:#e0eefb;
	color:#152137;
	text-shadow: 0px 1px 1px #fff;
	overflow:hidden;
	text-align:left;
	border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
.msg a:link,
.msg a:visited {
	color: #00268b;
	text-decoration: underline;
 }
.install_button {
	position:relative;
	width:350px;
	left:0;
	height:92px;
	/*XXX - Make sure images point to the right location*/
	background:transparent url(../images/install_btn_sprite.jpg) 0 0 no-repeat;
	cursor:pointer;
	overflow:hidden;
}
.install_button:hover {
	/*XXX - Make sure images point to the right location*/
	background:transparent url(../images/install_btn_sprite.jpg) 0 -114px no-repeat;
}
.install_button_text,
.install_button_text li {
	list-style:none;
	margin:0;
	padding:0;
}
.install_button_text {
	position:relative;
	left:100px;
	top:20px;
}
.install_button_text li {
	font-weight:bold;
	color:#152137;
	margin-bottom:7px;
	letter-spacing:1px;
	line-height:1;
	text-shadow: 0px 1px 1px #fff;
}
.product_version {
	font-size:18px;
	letter-spacing:0;
}
.install_type {
	font-size:12px;
	padding-right:20px;
	background:transparent url(/images/file_landing_page/install_arrow.png) 100% 50% no-repeat;
}
.install_button_text .platform {
	font-size:11px;
	font-weight:normal;
}
.wrap_docs {
	margin:48px 0 0 4px;
}
.wrap_docs a {
	color:#e45000;
	font-size:12px;
	margin:0 16px 0 0;
}
.wrap_docs p {
	color:#545454;
	font-size:13px;
	font-weight:bold;
}
.install_progress {
	width:320px;
	height:92px;
	margin-left:56px;
}
.install_progress p {
	font-size:12px;
	letter-spacing:1px;
}
.aspera_progress_bar {
	width:100%;
	position:relative;
	left:0;
	height:12px;
	background:#eeeeee;
	border:1px solid #999;
}
.aspera_progress_bar_percent {
	width:1px;
	height:10px;
	background:#447bd2;
	background-image: -moz-linear-gradient(top, #9bbfdf, #2f6199);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9bbfdf), to(#2f6199));
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9bbfdf,endColorstr=#ff2f6199);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9bbfdf,endColorstr=#ff2f6199)";
}
.compatibility {
	margin:20px 0 0 4px;
	font-size:14px;
	color:#666;
}
.compatibility table {
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
	font-size: 13px;
}
.compatibility td,
.compatibility th {
	border: 1px solid #D9D9D9;
	padding: 8px 8px;
}
.compatibility tr td:first-child { 
	font-weight: bold;
	text-align: left; 
} 
.compatibility .compatiblity_notes td {
	border: none;
	text-align: left;
	font-size: 90%;
	padding-top: 12px;
}
.compatibility td span {
	font-weight:normal;
	color:#999;
}
a.installer_for_errors {
		margin:12px 0 0 12px;
		font-size:14px;
		color:#e45000;
	}
.beta {
  display:block;
  position:absolute;
  width:6em;
  top:36px;
  left:290px;
  font-size:12px;
  letter-spacing:1px;
  font-weight:bold;
  color:#e45000;
}
