@media screen, projection {
	#map-interface {
		background: url(../images/map-interface-background.gif) no-repeat;
		height: 250px;
		overflow: hidden;
		width: 720px;
		}
		#map-interface-object {
			float: left;
			height: 250px;
			overflow: hidden;
			padding: 0 10px;
			width: 380px;
			}
		#map-interface-form {
			float: right;
			margin-top: 10px;
			width: 280px;
			}
			#map-interface-form h3 {
				border: 0;
				color: #fff;
				font-size: 14px;
				margin: 20px 0 5px 0;
				padding: 0;
				}
			.map-interface-or {
				color: #d26151;
				font-size: 14px;
				font-weight: bold;
				margin: 20px 0;
				padding-left: 100px;
				}
			.map-interface-input {
				margin: 5px 0 5px 15px;
				}
			.map-interface-select {
				font-size: 11px; 
				background-color: #ffffff;
				color: #423d3d;
				width: 175px;
				}
			.map-interface-button {
				background-color: #f4f1f1;
				border-top: 1px solid #fff;
				border-bottom: 1px solid #bfb8b8;
				border-right: 1px solid #bfb8b8;
				border-left: 1px solid #fff;
				color: #423d3d;
				font-size: 11px;
				padding: 1px 2px 0 2px;
				}
	#map-interface-small {
		background: url(../images/map-interface-small-background.gif) no-repeat;
		height: 250px;
		overflow: hidden;
		width: 500px;
		}
		#map-interface-small #map-interface-object {
			height: 250px;
			overflow: hidden;
			padding: 0 10px 0 50px;
			width: 380px;
			}
}
@media print {
}