/*
	*check-Web Launch Page CSS
	Author: Geoff Elliott
*/

body {
	margin: 0px;
	padding-bottom: 2em;
	background-image: url('../images/launch_bg.png');
	background-repeat: repeat-x;
	background-color: #c0d7ee;
	color: #222;
	font-size: 13px;
}

#main {
	width: 592px;
	margin: auto;
	margin-top: 40px;
}

h1 {
	text-align: center;
	margin-top: 22px;
	margin-bottom: 26px;
}

p, li {
	text-align: left;
	color: rgba(0,0,0,0.8);
	line-height: 150%;
}

#warning, #upgradeBrowser p, .red {
	color: #C00;
}

#warning {
	margin-top: 1.5em;
}

#upgradeBrowser, #time_out {
	margin: 1.5em auto;
	background-color: #FEF6D0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 15px;
}

#upgradeBrowser p {
	font-weight: bold;
}

.warningIcon {
	float: left;
	display: block;
	margin-right: 13px;
}

#upgradeBrowser h2 {
	clear: left;
	margin-top: 1.5em;
	font-size: 14px;
	margin-bottom: 0.5em;
}

#blurb {
	font-size: 18px;
}

#startInfo, #update {
	margin-top: 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 2em;
}

#startInfo {
	text-align: center;
	background-color: #d1e2f3;
	padding: 25px 44px;
	float: left;
	border: 1px solid #c0d7ee;
}

#startInfo .default {
	font-size: 14px;
}

#update {
	background-color: #00a454;
	padding: 23px 18px;
	margin-left: 20px;
	color: white;
	float: right;
	font-size: 11px;
}

#updateIcon {
	float: left;
	display: block;
	margin-top: 3px;
	margin-right: 10px;
	border: 1px solid white;
}

#update a {
	color: white;
}

#footer {
	clear: both;
	font-size: 11px;
	line-height: 150%;
	padding-top: 10px;
}