.topcontent {
	font-size: 13px;
	font-style:  Verdana, Tahoma, sans-serif;
}
.title {
	padding-bottom: 20px;
	
}
.left{
	float:left;
	color: rgb(40,40,70);
}
.right{
	float:right;
	font-weight: bold;
	color: rgb(40,40,70);
	width: 50%;
	margin-left: 3%;
	min-width: 200px;
}

input, textarea {
	padding: 10px;
	border: 1px solid E5E5E5;
	width: 200px;
	color: #999999;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0px 0px 3px; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea {
	resize:vertical;
	width: 95%;
	height: 150px;
	max-width: 95%;
	line-height: 15px;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
		box-shadow: rgba(0,0,0,0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 8px;
}

.form label {
	margin-left: 10px;
}

.submit input {

width: 80px;
background-color: rgb(128,128,128);
color: #FFF;

}


   #map-canvas {
        width: 50%;
        height: 300px;
        background-color: #CCC;
        float: right;
        border-radius: 5px;
        min-width: 200px;
        margin-left: 3%;
}
      }

