.Text
{
	width:90%;
	height:auto;
	color:#610002;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	margin:auto;
	margin-bottom:20px;
}
.Middle
{
	width:90%;
	height:400px;
	margin:auto;
	margin-bottom:70px;
}
.Form
{
	position:relative;
}
.Form table td
{
	font-weight:bold;
	color:#7a2239;
}
input[type="text"]
{
	border:1px solid #999;
	border-radius:3px;
	height:23px;
	width:100%;
}
textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px solid #999;
	border-radius:3px;
	resize:vertical;
	width:100%;
}
input[type="submit"] 
{
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #333233), color-stop(1, #000000));
	background:-moz-linear-gradient(top, #333233 5%, #000000 100%);
	background:-webkit-linear-gradient(top, #333233 5%, #000000 100%);
	background:-o-linear-gradient(top, #333233 5%, #000000 100%);
	background:-ms-linear-gradient(top, #333233 5%, #000000 100%);
	background:linear-gradient(to bottom, #333233 5%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333233', endColorstr='#000000',GradientType=0);
	background-color:#333233;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
input[type="submit"]:hover 
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #333233));
	background:-moz-linear-gradient(top, #000000 5%, #333233 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #333233 100%);
	background:-o-linear-gradient(top, #000000 5%, #333233 100%);
	background:-ms-linear-gradient(top, #000000 5%, #333233 100%);
	background:linear-gradient(to bottom, #000000 5%, #333233 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333233',GradientType=0);
	background-color:#000000;
}
input[type="submit"]:active 
{
	position:relative;
	top:1px;
}
.Map iframe
{
	border:1px solid #666;
	border-radius:5px;
	box-shadow:0px 0px 3px #999;
}
.bubble 
{
	position: absolute;
	width: 170px;
	height: 15px;
	padding: 15px;
	background: #FFFFFF;
	border: #E1898E solid 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight:normal;
	font-size:11px;
	right:-50px;
	display:none;
}

.bubble:after 
{
	content: "";
	position: absolute;
	top: -8px;
	left: 24px;
	border-style: solid;
	border-width: 0 6px 8px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
}

.bubble:before 
{
	content: "";
	position: absolute;
	top: -11px;
	left: 23px;
	border-style: solid;
	border-width: 0 7px 9px;
	border-color: #E1898E transparent;
	display: block;
	width: 0;
	z-index: 0;
}