@charset "utf-8";

form.option {
	position: relative;
	padding: 0;
	width: 576px;
	height: 520px;
	margin: 10px auto 0 auto;
	overflow: hidden;
	line-height: 1em;
	background: url(img/sprites.png) no-repeat 0 -588px;
}
#googleMapAPIKey{
	position: absolute;
		top: 29px;
		left: 145px;
	display: block;
	background-color:#fff;
	border: none;
	font-size:15px;
	line-height:1em;
	width:402px;
}
#message{
	position: absolute;
		top: 95px;
		left: 27px;
	display: block;
	background-color:#fff;
	border: none;
	font-size:15px;
	width:519px;
	height: 94px;
}
#pcWidth,#pcHeight,#mobileWidth,#mobileHeight {
	position: absolute;
		top: 263px;
	display: block;
	background-color:#fff;
	border: none;
	font-size:15px;
	width: 73px;
	height: 24px;
}
#pcWidth {
	left: 47px;
}
#pcHeight {
		left: 165px;
}
#mobileWidth {
	left: 316px;
}
#mobileHeight {
	left: 434px;
}
form.option .submit {
	position: absolute;
		top: 317px;
		left: 27px;

}

#sourseBoxAds {
	position: absolute;
		top: 590px;
		left: 0px;
	width: 100%;
}

.submit {
	cursor: pointer;
	width: 286px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url(img/sprites.png) no-repeat 0 -556px;
	overflow: hidden;
	display: block;
}
.submit:hover {
	background-position: -286px -556px;
}

