* {
	padding: 0px;
	margin: 0px;
}
.clear {
	clear: both;
}
.stretch {
	display:none;
	background-color: #333333;
	width:100%;
	border-bottom:2px solid #999999;
	color: #ececec;
	padding-top:3px;
	height:20px;
}
.topbar {
	width: 900px;
	margin: 0px auto;
	text-align: right;
}
.normal {
	width: 900px;
	margin: 0px auto;
}
.header {
	margin: 15px 0px 15px 0px;
	font-size: 50px;
}
.content{

}
.contentBody {
	width: 900px;
	height:300px;
	border-radius: 5px;
	position:relative;
}
.contentDesc {
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 910px;
	background-color:#FFF;
	opacity: 0.9;
	filter:alpha(opacity=80);
	color: #333;
	font-size:20px;
	text-align:center;
	padding: 8px 0px;
	font-family:"Times New Roman", Times, serif, Helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.title {
	margin:20px 0px 0px 10px;
	font-size: 30px;
	width:500px;
	font-weight:lighter;
	text-shadow: #999 2px 2px 1px;
	color: #FFF;
	letter-spacing:1px;
	font-family:Helvetica, Impact, "HelveticaNeue-Condensed","Helvetica Neue Condensed";
}
.bottomColumn {
	float:left;
}
.bottomTwoThree {
	margin-top: 30px;
	border-radius: 5px;
	border:1px dashed #ccc;
	width: 640px;
	color:#333;
	padding:15px;
	font-size:16px;
}
.bottomTitle {
	font-size:30px;
	letter-spacing:2px;
	padding:5px 0px 10px;
	color:#333;
	line-height:1.2em;
}
.bottomContent {
	font-size: 15px;
}
.emphasize {
	font-size:1.3em;
	letter-spacing:1px;
}
.bottomContent p{
	margin: 8px 0px;
}
.bottomOneThree {
	margin-top: 30px;
	border-radius: 5px;
	border:1px dashed #ccc;
	margin-left:20px;
	color:#333;
	padding:15px;
	font-size:16px;
}
.bottomTwo {
	float: left;
}
.subTitle {
	margin: 30px 0px 10px 0px;
	display:none;
	color: #333333;
	font: 20px/1;
	text-transform: uppercase;
}
.contentSteps {
	margin-top: 30px;
	border-radius: 5px;
	border:1px dashed #ccc;
	width: 410px;
	height:80px;
	padding: 10px;
	color:#333;
	font-size:16px;
	line-height:25px;
}
.step {
	float: left;
	width: 33%;
	border: 1px dashed #ececec;
	height:100px;
	padding:5px;
}
.step img {
	width: 100px;
	height: 100px;
	float: left;
}
.step .stepDesc {
	float: left;
	height: 100px;
	width: 200px;
	text-align:center;
	color:#333;
}

input {
	color: #333333;
	margin:8px 20px 8px 5px;
}
.buttonBorder {
	border: 1px solid #000;
}
.button {
	border:1px solid #FFF;
	background-color:#000;
	border:1px solid #009;
	color: #FFF;
	height: 25px;
	margin-top: 1px;
	width: 176px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 0px #ccc;
	-webkit-box-shadow: 2px 2px 0px #ccc;
	box-shadow: 2px 2px 0px #ccc;
	cursor:pointer;
}
.button:hover {
	opacity:0.9;
}
