body {
	background: #000000 url('/images/layout/bgContact.jpg') no-repeat scroll top left;
}

#contact .box {
	position: relative;
	float: left;
	margin: 113px 0 0 25px;
}

#contact .box .mid {
	height: 490px;
}

#contact .box .mid div {
	position: absolute;
	left: 35px;
}

#contact .box input {
	border: none;
	background: transparent none;
	height: 23px;
	font-family: 'Century Gothic', Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

#contact .box textarea {
	border: none;
	background: transparent none;
	height: 250px;
	width: 400px;
	font-family: 'Century Gothic', Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	overflow: auto;
}

#contact .box .name {
	top: 120px;
}

#contact .box .name input{
	width: 135px;
}

#contact .box .email {
	top: 194px;
}

#contact .box  .error {
	color: #FF0000;
	font-weight: bold;
}

#contact .box .email input{
	width: 205px;
}

#contact .box .msg {
	top: 270px;
}

#contact .box .send {
	top: 176px;
	left: 322px !important;
}

#contact .box .send img {
	cursor: pointer;
}

/* RIGHT */
#contact .right {
	float: right;
	width: 445px;
	margin-top: 113px;
}


/* ADRESS */
#contact .adress {
	position: absolute;
	top: 350px;
	left: 540px;
}

#contact .adress img {
	margin-left: 5px;
}

#contact .adress p {
	margin-top: -3px;
	font-size: 16px;
}


/* HOURS */
#contact .hours {
	position: absolute;
	top: 525px;
	left: 540px;
}

#contact .hours img {
	margin-left: 5px;
}

#contact .hours	 p {
	margin-bottom: -7px;
	font-size: 16px;
}

#contact .hours a, #contact .hours a:link, #contact .hours a:visited {
	float: right;
	display: block;
	margin-top: 10px;
	font-size: 12px;
	text-decoration: underline;
	color: #CC3333;
}

#contact .hours a:hover, #contact .hours a:active {
	color: #FF0000;
}

#contact #sentText {
	position: aboslute;
	top: 180px;
	left: 260px;
}