@charset "utf-8";
/* CSS Document */

#map_canvas {
	height: 260px;
}

	#myform {
		float: left;
		width: 610px;
		padding-left: 10px;
		padding-right: 20px;
		border-right: 1px dotted #676767;
	}
	#myform div {
		clear: left;
		display: block;
		padding: 8px 0;
	}
	#myform div.block {
		clear: left;
		width: 100%;
		text-align: left;
		padding: 10px 0 0 0;
	}
	#myform div label {
		float: left;
		width: 100px;
		line-height: 24px;
		color: #ccc;
		text-align: left;
	}
	#myform div.auto label {
		float: left;
		width: auto;
		line-height: 24px;
		color: #ccc;
		text-align: left;
	}
	#myform div.block label {
		display: inline !important;
		float: left;
		height: 24px;
		line-height: 24px;
		color: #ccc;
		text-align: left;
	}
	#myform div.auto input {
		float: left;
		width: auto;
		margin-left: 3%;
		display: inline;
		height: 22px;
		line-height: 22px;
	}
	#myform div input, #myform div select {
		float: left;
		width: 240px;
		margin-left: 3%;
		display: inline;
		height: 22px;
		line-height: 22px;
	}
	#myform div textarea {
		width: 99%;
	}
	#myform #submit {
		float: right;
		width: 104px;
		height: 26px;
		margin-right: 10px;
		background-color: #99cc00;
		color: #1c1c1c;
		line-height: 22px;
		cursor: hand; /* For Internet Explorer Browser */
		cursor: pointer; /* For Firefox Browser */
	}
	#myform #submit:hover {
		border: inherit;
		background-color: #c2ff01;
	}
	#myform #submit:focus {
		border: none !important;
	}
	.messageBox {
		width: 100%;
		padding: 7px;
		margin-bottom: 14px;
		background-color: #545454;
		color: white;
		text-align: center;
	}
	
	#addressbox {
		float: right;
		width: 200px;
		border: 1px solid #080808;
		padding: 10px;
		background: #222222
					url(../../../images/bg_contact.png)
					no-repeat
					right bottom;
		
	}
