#contact {
	float: left;
	width: 940px;
	}
#contact ul {
	float: left;
	width: 940px;
	margin-bottom: 20px;
	}
#contact .block {
	width: 460px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#contact .location {
	float: left;
	}
#contact .map {
	float: left;
	width: 460px;
	height: 290px;
	padding: 10px;
	background: url(/img/design/contact.png) no-repeat;
	}
#contact .address {
	font-size: 16px;
	margin-bottom: 10px;
	}
#contact .schedule {
	float: left;
	width: 200px;
	}
#contact .schedule ul {
	width: 100px;
	}
#contact .form {
	float: left;
	width: 460px;
	height: 270px;
	}
#contact .details ul {
	width: 460px;
	margin-bottom: 15px;
	}
textarea {
	float: right;
	width: 100%;
	height: 180px;
	margin-top: -5px;
	padding: 2px;
	color: #49483f;
	border-style: solid;
	border-width: 1px;
	border-color: #BCB9B3;
	background: url(/img/design/form.png) repeat-x bottom #FFFFFF;
	}
input {
	float: right;
	width: 320px;
	height: 18px;
	margin-top: -5px;
	padding: 5px;
	color: #49483f;
	border-style: solid;
	border-width: 1px;
	border-color: #BCB9B3;
	background: url(/img/design/form.png) repeat-x bottom #FFFFFF;
	}
.button {
	display: inline-block;
	margin-top: 10px;
	padding-top: 7px;
	text-align: center;
	cursor: pointer;
	}
.button a {
	color: FFFFFF;
	}
.confirm {
	float: right;
	width: 120px;
	height: 25px;
	color: #5d8604;
	text-shadow: #b0afaf 1px 1px 0px;
	background: url(/img/design/contact.png) no-repeat;
	background-position: -0px -310px;
	cursor: pointer;
	}

#contact .contact {
	float: left;
	width: 230px;
	}
#contact .address {
	font-size: 16px;
	}
#contact .email {
	margin-top: 10px;
	}
#contact .info {
	float: left;
	width: 100%;
	text-align: center;
	}
#contact .schedule {
	float: right;
	width: 230px;
	}
