fieldset.Location {
	position: relative;
}

form div.row.buttons, .buttons {
    float: left;
    margin: 10px 0 0 10px;
}

.message.warning {
	padding: 5px;
	margin: 0 0 10px 0;
	font-size: 1.1em;
	border: 2px solid #ffee00;
	background: #ffff77;
}

.contacts {
	width: 100%;
	float: left;
}

.contact {
	padding: 0 10px;
	float: left;
	clear: both;
}

.Location .row.field_location_name input, .Location .row.field_location_url input {
    width: 377px;
}
.Location .row.field_location_geoid select {
    width: 390px;
}
.Location .field_location_address textarea {
    width: 377px;
}

.LocationLeft {
	 float: left;
    width: 400px;
}
.LocationRight {
	 float: right;
    width: 495px;
}

.map_canvas {
	margin-bottom:10px;
	width:495px;
	height:155px;"
}

div.contact .row input {
    width: 177px;
}

input.addLocation {
	margin: 10px 0;
}

input.removeLocation, input.removeContact {
	font-size: 1em;
	color: #555;
	border: none;
	background: none;
	width: 27px;
	height: 27px;
}

.Location input.removeLocation {
    position: absolute;
    right: -77px;
    top: -7px;
    width: 15px;
    height: 40px;
    border: none;
    font-size: 1.5em;
    background:  transparent;
}

@-moz-document url-prefix() {
	.Location input.removeLocation {
        top: -47px;
    }
}

.Location .contact input.removeContact {
    float: left;
    position: relative;
    top: 12px;
    width:  20px;
    border: none;
    font-size:  1.1em;
}

input.removeLocation:hover, input.removeContact:hover {
    color: red;
    cursor: pointer;
}



