body{
	background-color:#333;
	padding:0;
	margin:0;
}

h1 {
	font: 42px/1.238 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

h2 {
	font: normal 28px/1.357 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #eee;
	text-align: center;
	margin-bottom: 40px;
}

section {
	float:left;
	width: 800px;
	margin-top: 60px;
	margin-left: 0px;
/*	margin: 60px auto;*/
	text-align: center;
}

.group {
	float:left;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	margin-right: 40px;
}

section .group:last-of-type {
	margin-right: 0;
}

/* Micro clearfix hack */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}



.contact-form {
	width: 420px;
	text-align: left;
}


/* Form input box style */
.form-input {
	display: block;
	width: 400px;
	height: 24px;
	padding: 6px 10px;
	margin-bottom: 20px;
	font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #ccc;
	background: #444;
	border: 1px solid #222;
	outline: none;

	behavior: url(PIE.htc);
}

textarea.form-input {
	width: 400px;
	height: 200px;
	overflow: auto;
}


/* Focus style */
.form-input:focus {
	border: 1px solid #ffff00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9;
}

/* Error style */
.form-input:-moz-ui-invalid {
	border: 1px solid #e00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
}

.form-input.invalid {
	border: 1px solid #e00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
}


/* Focus style */
.form-input:focus {
	border: 1px solid #ffff00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #7fbbf9;
}

/* Error style */
.form-input:-moz-ui-invalid {
	border: 1px solid #e00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
}

.form-input.invalid {
	border: 1px solid #e00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 3px #e00;
}


/* Placeholder style */
.nolabel ::-webkit-input-placeholder {
	color: #888;
}

.nolabel :-moz-placeholder {
	color: #888;
}


/* Form submit button */
.form-btn {
	padding: 0 15px;
	height: 30px;
	font: bold 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
	cursor: pointer;
	border: 1px solid #ff3333;
	outline: none;
	position: relative;
	background-color: #fd5c63;

}

.form-btn:active {
	border: 1px solid #1d83e2;
	background-color: #0d3d6a;

}

input[type=submit]::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* Labels */
label {
	margin-bottom: 10px;
	display: block;
	width: 300px;
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
}

label span {
	font-size: 12px;
	color: #888;
	font-weight: normal;
}


/***** Frame style *****/

.contact-form.frame {
	padding: 20px;
	background-color: #343434;

}




/***** With Top Bar *****/

.contact-form.tbar {
	padding: 0 20px 20px 20px;
	background-color: #3c3c3c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#343434)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #444444, #343434); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #444444, #343434); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #444444, #343434); /* IE10 */
	background-image:      -o-linear-gradient(top, #444444, #343434); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #444444, #343434);
	-pie-background:          linear-gradient(top, #444444, #343434); /* IE6-IE9 */
	behavior: URL(PIE.htc);
}

.contact-form.tbar h3 {
	font: normal 18px/1 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #ccc;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
	padding: 20px;
	margin: 0 -20px 20px -20px;
	background-color: #343434;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#1b1b1b)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #343434, #1b1b1b); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #343434, #1b1b1b); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #343434, #1b1b1b); /* IE10 */
	background-image:      -o-linear-gradient(top, #343434, #1b1b1b); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #343434, #1b1b1b);
	-pie-background:          linear-gradient(top, #343434, #1b1b1b); /* IE6-IE9 */
	-moz-border-radius:    8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius:         8px 8px 0 0;
	-moz-border-radius:    8px 8px 0 0;
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.7);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.7);
	behavior: url(PIE.htc);
}

.contact-form.tbar .form-input {
	background: #545454;
}

/* Placeholder style */
.tbar.nolabel ::-webkit-input-placeholder {
	color: #999;
}

.tbar.nolabel :-moz-placeholder {
	color: #999;
}

