h1 {
	font-size: 28px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
h1 span {
	display: none;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	display:block;
}
p {
	line-height: 150%;
	font-size: 14px;
	margin-bottom: 10px;
}
form fieldset legend {
	display: none;
}

 form label {
	font-weight: bold;
	color: #666;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
 form input {
	padding:10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.form-btn {
	background-color:#000;
	border-color:#000;
	color:#FFF;
}

.clear {
	clear: both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.radius-6 {
	-moz-border-radius: 6px;
	-border-radius: 6px;
	-webkit-border-radius: 6px;
}
a:link, a:visited, a:active {
	color: #C60;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
::selection {
background: #000;
color: #fff;
}
::-moz-selection {
background: #000;
color: #fff;
}
.form-button:hover {
	cursor:pointer;
}
.form-field:focus {
	background-color: #F2ECE1;
}
.button, .form-button {
	background: url(../images/button-bg.png) repeat-x;
}
#footerContainer {
	clear:both;
	background-color: #111;
	width: 100%;
}
#footer {
	color: #666;
	width: 940px;
	padding:30px 20px;
	font-size: 14px;
	margin:0 auto;
	background-color: #111;
}

.mTop {
	margin-top:40px;	
}
.mBot {
	margin-bottom:20px;	
}
	
.spacer {
	height: 20px;
}
#side-content .form-field{
	width: 240px;
}
