
table {
	border-collapse:separate;
}

.form-all input[type=submit]{
	margin-left:5px;
}

#gallery{
	margin-top:10px;
}

img {max-width: 100%; height:auto;}

@media (max-width: 1024px) {

	object, embed, marquee, hr {max-width: 100%;}

	table, tbody, tfoot, thead, tr, th, td {max-width: 100%;}

}

@media (max-width: 999px) {

	iframe {top: 0;left: 0;width: 100%;}

}

