/* CSS Document */

body {
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:74%;
	text-align:center;
}

#container {
	background:#000000 url(../images/background.JPG) top left no-repeat;
	width:1280px;
	margin: 40px auto;
	position:relative;
}

#contact_form{
	width:210px;
	top:365px;
	left:25px;
	position:absolute;
}

.form input {
	font: normal 11px Arial, Helvetica, sans-serif;
	background:transparent !important;
	color:#FFF;
	border: 1px groove #3E3428;
}

.form textarea {
	background:transparent !important;
	color:#FFF;
	border: 1px solid #000;
	font: normal 11px Arial, Helvetica, sans-serif;
	overflow:hidden;
}

.form fieldset {

	padding: 0px;
	border: none;
}

.form fieldset ol{
	padding: 0px 0;
	margin: 0px 0 0 0;
	list-style: none;
}

.form fieldset li{
	line-height: 12px;
	vertical-align: middle;
	padding: 5px 0px;
	clear:both;
}

.form label {
	float: left;
	width: 30%;
	text-align: right;
	font-weight:bold;
	color:#FFF;
}

.message{
	color:#F30100;
	font-weight:normal;
	overflow:hidden;
	text-align:left;
	font-size:12px;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	width:1280px;
	font-size:0.9em;
	padding-bottom:25px;
	margin: 0 auto;
	color:#666666;
	position:relative;
}

#footer .col_left {
	float:left;
	left:240px;
	top:-30px;
	position:absolute;
}

#footer .col_right {
	float:right;
	top:-30px;
	right:337px;
	position:absolute;
}

#footer .col_right a {
	background:#000 url(../images/newwebby_logo_small.png) top;
	display:block;
	overflow:hidden;
	width:98px;
	height:26px;
	color:#666;
	text-indent:-9999px;
	top:-2px;
	right:-100px;
	position:absolute;
}
	
#bottom a:hover {
	background:#000 url(../images/newwebby_logo_small.png) bottom;
	color:#666;
	text-decoration:none;
}