#gmap iframe { width: 100%; height: 250px; }

#form1 { margin: 20px 0; }
#form1 fieldset { border: none; }
#form1 p { margin: 10px 1%; width: 47%; display: inline-block; }
#form1 p.send { width: 97%; }
#form1 p input[type="text"] , #form1 p textarea { padding: 10px 2%; width: 95%; border: 1px #ccc solid; }
#form1 p textarea { width: 97%; }
#form1 p input#Checknum { width: 90px; }
#form1 p.send img { margin: 0 5px; }
#form1 a#btnOK , .button p a { padding: 5px 10px; display: inline-block; background: #000; color: #fff; }

.button { margin: 10px 0 20px; text-align: center; }
.button p { width: 49%; display: inline-block; }
.button p.link { text-align: right; }
.button p a { background: #6b6a65; }
.button p.link a { background: #941015; }

@media screen and (max-width: 480px) {
	#form1 p { width: 97%; }
}
@media screen and (max-width: 450px) {
	#form1 p.send { text-align: center; }
	#form1 a#btnOK { margin: 15px 0 0;display: block; }
}