

/* #########################  DIRECTIONS  ######################### */

/* -- google-map -- */
#google-maps-wrapper {
	/*width: 480px;*/
	text-align: left;
		/*border: solid 1px #000;*/
}
#google-maps-wrapper .directions-form {
	width: 300px;
	/*float: left;
	display: inline;*/
	margin: 0px 0px 20px 0px;
		/*border: solid 1px #FFF;*/
}
#google-maps-wrapper .directions-form h2 {
	font: bold 20px arial;
	padding: 0px;
	margin: 0px;
}
#google-maps-wrapper .directions-form .btn {
	width: 128px;
	height: 22px;
	background-image: url(images/btn_bg.gif);
	background-position: center center;
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#google-maps-map {
	width: 480px;
	height: 400px;
}
#google-maps-directions-text {
	width: 480px;
	background: #FFF;
	/*float: right;
	display: inline;*/
	margin: 20px 0px 0px 0px;
		/*border: solid 1px #000;*/
}
#google-maps-directions-text td, #google-maps-directions-text div {
	color: #000;
}
#google-maps-directions {
	width: 480px;
	height: 400px;
	color: #000;
	/*float: right;
	display: inline;*/
	border: solid 1px #CCC;
}
