/* 
sitePlanB - A Backup Plan For Your Website
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------

/*--------------------------------------------
Global Styles
---------------------------------------------*/
* { margin: 0; padding: 0; }
body {
	background: #ffffff;
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, Verdana, sans;
}
div#top_bar {
	background: #f4f4f4;
	height: 70px;
}
div#container {
	width: 700px;
	margin: 0 auto;
	margin-top: 30px;
}
	div#container div.left {
		width: 355px;
		float: left;
		margin-top: 35px;
	}
	div#container div.right{
		width: 345px;
		height: 322px;
		float: right;
		background: url('../images/diagram.png') no-repeat top;
		margin-top: 30px;
	}
div#container div.launch_broadcast {
	background: #f4f4f4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 10px 10px 10px;
}
	div#container div.launch_broadcast p{ font-size: 12px; margin-top: 8px; margin-bottom: 5px; }
/*--------------------------------------------
Typography
---------------------------------------------*/
h1 {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	margin: 12px 0px 12px 0px;
	line-height: 25px;
}
p {
	font-size: 13px;
	margin-bottom: 15px;
}
/*--------------------------------------------
Forms
---------------------------------------------*/
#form { 
	padding-top: 5px;
}
input.text_field {
	background: #fcfcfc;
	padding: 8px 8px 7px 8px;
	color: #666;
	border: 1px solid #d1d1d1;
	width: 241px;
	float: left;
	font-size: 12px;
}
input.submit {
	float: right;
	margin-right: 4px;
}
/*--------------------------------------------
Utility
---------------------------------------------*/
a { color: #3399cc; text-decoration: none; }
.defaultText { color: #888; }
.defaultTextActive { color: #888; font-style: normal; }
img { border: 0; }
.clear { clear: both; }
a {outline: none;}
