table.contacttbl{
	width: 400px;
}

table.contacttbl tr{
	height: 15px;
}
table.contacttbl th{
	width: 100px;
}


table.biggerspacing td{
	padding: 10px 0;
}

.contactinfo{
	width: 100%;
	border: 1px solid #d9d9d9;
	background-color: #f3f2f2;
	padding: 10px;
	font-family: Verdana;
}

input.contactinfo{
	height: 10px;
	
}

#sendbtn{
	border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    background-color: #727272;
    color: #fff;
	padding: 0 30px;
	margin-right: 30px;
	margin-top: 20px;
}

#sendbtn:hover{
	cursor: pointer;
	border: 1px solid #fff;
}
#map {
        width: 650px;
        height: 750px;
}

.error{
	color: #f00;
	bordeR: 1px solid #f00;
}

.effect8
{
    -moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}