@charset "UTF-8";
/* CSS Document */

* {
	margin: 0 px;
	padding: 0px;
}

body {
	background-color: #171717;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}


/* ---------------- contact page positioning ---------------------*/


#content {
	position: relative;
	width: 770px;
	height: 490px;
	background-image: url(../_images/contactimage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;
}

#contentsent {
	position: relative;
	width: 770px;
	height: 490px;
	background-image: url(../_images/contactimage_sent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;
}


#header {
	position: relative;
	height: 30px;
	background: #000000;
	width: 770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer {
	position: relative;
	background: #000000;
	height: 30px;
	width: 770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#clear {
	clear: both;
	text-align: right;
	vertical-align: bottom;
	float: right;
	right: 0px;
	bottom: 0px;
}


#form {
	float: right;
	width: 350px;
	margin: 0px;
	padding-top: 117px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
	right: 0px;
}

#homescribble {
	position:absolute;
	z-index: 2;
	width: 100px;
	top: 435px;
	left: 710px;
	}

/* form styling elements here */

p {
	margin-top:6px;
	margin-bottom:12px;
}

input {
	float:right;
	width: 250px;
	margin-right:40px;
	
}

input.submit {
	width:auto;
	float:none;
	}

textarea {
	width: 306px;
}


label {
	float:left;
	margin-right:2 em;
	color: #333333;
	}
	
label.top {
	display:block;
	float:none;
	margin-bottom:3px;
	}
	
fieldset {
	display:block;
	border:0px;
}

legend {
	font-weight:bold;
	color: #333333;
}

input:focus, textarea:focus {
	border: 2px inset #8fc69f;
	}
	
br.clear {
	clear:both;
	}
	
