@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align:
	color: #000000;
}
.bg {
    height: auto;
    left: 0;
    min-height: 0;
    min-width: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.oneColFixCtr #container {
	width: 100%;
	background: transparent;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	margin-top: 10px;
	position: fixed;
	z-index:0;
}
.oneColFixCtr #mainContent {
	padding: 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 600px;
	height: 607px;
	position: absolute;
	float: right;
	top: 50px;
	right: 50px;
}
#text {
	position:absolute;
	right: 50px;
	top: 
	0px;
	width:615px;
	height: 50px;
	text-transform:uppercase;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#text input {
	background: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	width: 125px;
	float: left;
	margin-right: 80px;
	border: 2px solid #ffffff;
	outline: 0;
	padding-left: 5px;
	text-transform:uppercase;
	color: #3d67b1;
	font-weight: bold;
	position: relative;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.submit {
/*-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
behavior: url(/pie/PIE.php);*/
background: scroll center center #3d67b1 !important;
cursor: pointer;
opacity:0.1;
	filter:alpha(opacity=100);
	color: #ffffff !important;
}
.orange {
	color: #e58545;
}
.hover {
	padding:0;
	margin:0;
	cursor: pointer;
}
.hover:hover {
	background: #ebc8b3;
	cursor: pointer;
}
.smaller {
	font-size: 11px;
}
.contact {
	position: absolute;
	bottom: 0;
	left: 315px;
	height: 55px;
	width: 200px;
	text-align: center;
	line-height: 12px;
}
#message {
	position:absolute;
	left: -150px;
	width: 150px;
}
#message p {
	margin: 0;
	padding: 0;
}
.error {
	color: #ff0000;
}
.success {
	color: #ff0000;
}
