@charset "UTF-8";
@import url("pieface_html.css");
/* CSS Document */
html, body {
		height:100%;
		background-image: url(../images/layout/small_BG.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
		}

#container {
	position:relative;
	clear:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 600px;
		}
#distance { 
	
		height:30px;
	
		float:left;
		}	
.formcontainer{
	clear: both;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-top: 30px;
	margin-bottom: auto;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	height: 20px;
	vertical-align: top;
}

#submit {
	width: 20px;
	height: 80px;
	border: 0;
	background: url(../images/forms/submit.gif) no-repeat top left;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand;
    }
	
	#subscribe{
	height: 80px;
	border: 0;
	background: url(../images/forms/ok.gif) no-repeat top left;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand;
	clear: both;
	width: 200px;
    }
.submit {
	height: 140px;
	display: block;
	width: 200px;
	margin-left: 280px;
}
#formcontainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#formcontainer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#formcontainer a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
#formcontainer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#formcontainer a:active{
	color: #FFFFFF;
	text-decoration: underline;
}
.header {
	height: 140px;
	padding-top: 20px;
}


.form_field {
	float: left;
	width: 350px;
	overflow: visible;
	height: 40px;
}
.line {
	vertical-align: top;
}
.maincontainer {
	height: 100%;
	width: 100%;
}
#container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.error {
	font-size: 26px;
	display: block;
	color: #330000;
	height: 22px;
	margin: 0px;
	padding: 0px;
}

#additionalErrorZone {
	font-size: 16px;
	margin-top: 30px;
	clear: both;
}#dform {
	font-size: 10px;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#stretcher {
	clear: both;
	height: 10px;
}
.validate {
}
.floating {
	display: inline;
}
.fields {
	float: left;
	padding-right: 10px;
}

.titles {
	width: 160px;
	vertical-align: top;
	float: left;
	height: 37px;
}

.short {
	width: 120px;
	vertical-align: top;
	float: left;
	height: 37px;
}

.shorter {
	vertical-align: top;
	float: left;
	height: 37px;
	padding-right: 5px;
}
.thankyoubtn {
	margin-right: auto;
	margin-left: auto;
	width: 200px;
}
#required {
	float: right;
	width: 240px;
}
