* { margin: 0; padding: 0; }
body {
	background: #e7e7e7;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
}
div#wrap {
	position:relative;
	width: 490px;
	margin: 0 auto;
}
div#content {
	background: #FFFFFF;
	text-align:left;
	position:relative;
	padding: 25px;
	line-height: 18px;
	margin-top: 60px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 1px 8px #eaeaea;
	-webkit-box-shadow: 0 1px 8px #eaeaea;
	margin-bottom: 20px;
}
div#content .submit {
	margin-left: -40px;
	padding-top: 5px;
}
h1 {
	font-size: 22px;
	margin-bottom: 20px;
	float: left;
}
.sub {
	float: left;	
	color: #999;
	border-left: 1px solid #eaeaea;
	padding: 3px 0px 3px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 15px;
	margin-top: 0px;
}

h2 {
font-size: 16px;
font-weight: normal;
text-decoration: underline;
color: #191919;
display: inline;
margin-bottom: 10px;
margin-top: 10px;
}
a { color: #666; text-decoration: none; }
a:hover {text-decoration:none;}
img {border:0;}
hr {
	border:0;
	height: 1px;
	background: #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}
.green {
	color: #2DE486;
}
.red {
	color: #D93D43;
}
.button {
border: none;
background: #555 url(../images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 15px 5px 15px;;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #555;
border-bottom: 1px solid #555;
position: relative;
cursor: pointer;
font-size: 11px;
float: left;
margin-right: 10px;
color: #eee;
}
.active { background-color: #2DAEBF; text-shadow: 0 -1px 1px #2DAEBF; border-bottom: 1px solid #2DAEBF; color: #fff; }
.button:hover { color: #fff; }
.clear { clear: both; }
a.back {
	background: url('../images/go_arrow.png') no-repeat left;
	padding-left: 24px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
	a.back:hover { color: #000; }
/*--------------------------------------------
Form Styles
---------------------------------------------*/
form p {
	clear:both;
	margin-bottom: 23px;
}
	form p label {
		background: #dedede;
		display: block;
		padding: 7px 0px 7px 10px;
		width: 80px;
		text-align: left;
		font-size: 11px;
		font-weight: bold;
		color: #363636;
		text-transform: uppercase;
		float: left;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
	}
	form .text_input {
		background: #fff url('../images/text_field.gif') repeat-x top;
		border: 1px solid #c0c0c0;
		padding: 8px 8px 8px 8px;
		font-size: 11px;
		color: #666;
		margin-left: -2px;
		width: 300px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	form textarea.text_input {
		width: 300px; 
		height: 125px; 
		font-size: 12px;
		color: #666;
	}
	form  .submit{
	 border: none;
   background: #222 url(../images/alert-overlay.png) repeat-x;
   display: inline-block;
   padding: 6px 18px 5px 18px;;
   color: #fff;
   text-decoration: none;
   font-weight: bold;
   line-height: 1;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-box-shadow: 0 1px 3px #999;
   -webkit-box-shadow: 0 1px 3px #999;
   text-shadow: 0 -1px 1px #222;
   border-bottom: 1px solid #222;
   position: relative;
   cursor: pointer;
	 font-size: 12px;
	 left: 215px;
  }
  