body {
}

#icons_holder {
	display:block;
	height:337px;
	width:562px;
	background: url(../images/footer-key-holder.png) top left no-repeat;
	padding:15px;
}

#icons_holder table {
	width:100%;
	font-family:Helvetica, Arial;
	font-size:11px;
	line-height:13px;
	color:#FFFFFF;
}

#icons_holder td {
	vertical-align:middle;
	padding: 5px;
}

#icons_holder td img {
	width:37px;
}

#icons_holder td.close {
	vertical-align:bottom;
	text-align:right;
}


#container {
	width: 632px;
	height: 324px;
	background: url(../images/directions-popup-background.png) top left repeat;
	display:block;
	padding:14px;
	margin:0px auto;
	overflow:hidden;
}

#sign-upcontainer {
	width: 242px;
	height: 216px;
	background: url(../images/directions-popup-background.png) top left repeat;
	display:block;
	padding:14px;
	margin:0px auto;
	overflow:hidden;
}

#sign-upcontainer label {
	font-family:Helvetica,Arial;
	font-size:11px;
	line-height:13px;
	color:#FFFFFF;
	display:block;
}

#sign-upcontainer label.error {
	font-weight:bold;
	color:#FF0000;
}


#sign-upcontainer input.basic  {
	border:0 none;
	color:#002B5C;
	display:block;
	font-family:Helvetica,Arial;
	font-size:11px;
	height:15px;
	line-height:13px;
	margin: 2px 0px 8px 0px;
	padding:3px;
	width:199px;
}

#sign-upcontainer a.submit_button {
	background:transparent url(../images/buttons/gray-plain.png) repeat-x right top;
	color:#FFFFFF;
	display:inline-block;
	font-family:Helvetica,Arial;
	font-size:13px;
	height:20px;
	line-height:20px;
	padding:0px 8px 0px 8px;
	width:auto;
	margin: 4px 0px 0px 0px;
}

#sign-upcontainer a.submit_button:hover {
	text-decoration:none;
	background-position: right bottom;
}



h1 {
	font-family: Times, "Times New Roman";
	font-size:32px;
	line-height:34px;
	font-weight:normal;
	color:#B2B4B6;
	margin-bottom:10px;
}

p {
	font-family:Helvetica, Arial;
	font-size:14px;
	line-height:17px;
	color:#FFFFFF;
	margin: 0px 0px 12px 0px;
}

a {
	text-decoration: none;
	color:#FFFFFF;
}

a:hover {
	text-decoration:underline;
}

#map_area {
	width: 324px;
	height: 324px;
	float:right;
}

#direction_area {
	width: 300px;
	height: 324px;
	float:left;
}

.clear {
	clear:both;
}

