@charset "utf-8";
/* CSS Document */

/* ------------ RESET ------------ */

* {margin: 0; padding: 0; outline: 0; border: 0;}

/* ------------ BODY ------------ */

body,html {
	margin: 0;
	padding: 0;
	background: #282828;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

/* ------------ CONTAINERS ------------ */

#supercontainer {
	width: 800px;
	height: 475px;
	float: left;
	margin: 20px 0 auto 30px;
	}

#container {
	width: 400px;
	height: 457px;
	float: left;
	margin: 20px 0 auto 30px;
	background:#FFF;
	border-top: 6px solid #cf691d;
	}

#container2 {
	width: 300px;
	float: left;
	margin: 20px 0 auto 20px;
	}

#content {
	width: 100%;
	float: left;
	}

#wrapper {
	width: 360px;
	margin-left: 20px;
	float: left;
	}

#logo {
	width: 148px;
	height: 38px;
	margin-top: 50px;
	}
	
/* ------------ STYLES ------------ */

form {
	margin-top: 20px;
	width: 300px;
	font-size: 11px;
}

.textbox {
	margin-left: 0;
	clear: both;
	padding: 2px;
	width: 196px;
	}

label {
	float: left;
	width: 200px;
	}

input, textarea {
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.clearfix {
	margin-bottom: 10px;
	width: 200px;
	}

textarea {
	width: 200px;
	}
	
#container2 h1 {
	color:#FFF;
	font-weight: lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style:italic;
	}

#container2 h2 {
	color:#fff;
	font-weight: lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style:italic;
	}

strong {
	color:#e37422;
	}

hr {
	border-bottom: 1px dashed #FFF;
	height: 20px;
	margin-bottom: 24px;
	outline: none;
	}
	
a:link {
	color:#e37422;
	text-decoration:none;
	}
	
a:visited {
	color:#e37422;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}