body {
	color:#fff;
	background: #1d1d1d url(../img/bkg.jpg);
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12px;
}

h2 {
	border-bottom:1px dotted #4A4D54;
	color:#4A4D54;
	padding-bottom:2px;
	margin-bottom:10px;
}

#wrapper {
	width:900px;
	margin: 20px auto 0;
}

.wrapBkg {
	background:#000000 url(../img/wrap-bg.gif) repeat 0 0;
	border:1px solid #000;
	height:500px;
	opacity:0.4;
	position:absolute;
	width:730px;
	margin:25px 0 0 25px;
	z-index:-1;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
#slogan {
	float:left;
	font-size:.9em;
	color:#4A4D54;
	padding:5px 10px;
	position:relative;
	top:40px;
	left:45px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#logoCntr {
	width:365px;
	float:left;
}
#contactForm {
	float:right;
	width:305px;
	background: #000000 url(../img/wrap-bg.gif) repeat scroll 0 0;
	border:1px solid #1A1A1A;
	margin: 40px 50px 0 0px;
	padding:0px 20px 10px 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#footer {
	margin:0 auto;
	padding-top:25px;
	text-align:right;
	width:600px;
	clear:both;
	color:#4A4D54;
	font-size:.8em;
}

/*
 * Contatc Form
 */
fields,fieldset {
	border:0;
	padding:0;
	margin:0;
}
label {
	color:#7c95ad;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:2px;
	padding:0 0 5px 0;
	text-transform:uppercase;
}
input {
	background:#1A1A1A none repeat scroll 0 0;
	border:1px solid #1A1A1A;
	color:#CCCCCC;
	padding:5px;
	margin: 0 0 5px 0;
	width:200px;
	font-size:1.2em;
}
textarea {
	background:#1A1A1A none repeat scroll 0 0;
	border:1px solid #1A1A1A;
	color:#CCCCCC;
	padding:5px;
	margin: 0 0 5px 0;
	width:295px;
}
.submit {
	background:#1d1d1d;
	border:1px solid #1d1d1d;
	height:30px;
	color:#fff;
	width:150px;
	-moz-border-radius:5px;
	-wekit-border-radius:5px;
	margin-top:15px;
}
label.error {
	color:#D55719;
	font-size:.9em;
	font-weight:normal;
	font-style:italic;
	text-transform:none;
}
#note {
	color:#D55719;
	font-size:1.3em;
	padding:0 0 5px;
}

