@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

.iframe-box {
	margin-right: 10px;
	width: 260px;
	height: 420px;
	overflow-y: visible;
	overflow-x: hidden;
	background-color: #FFC;
	border: 1px solid #999;
	float: left;
	margin-bottom: 5px;
}
.container  iframe{
	height: 405px;
	width: 200px;
	background-color: #FFC;
	padding: 2px;
}

.Clear {
	clear: both;
}
