@charset "utf-8";
/* CSS Document */


#content table {
	width: 100%;
	height: 100px;
}
#content table td.info {
	width: 140px;
	padding: 15px 0 0 0;
	text-align: center;
}
#content table td.infoCon {
	padding: 15px 0 0 0;
}
#content table td.infoCon div {
	display: block;
	width: 450px;
	height: 150px !important;
    overflow-y: scroll;
}

#content table td.infoCon div dl dt {
	display: block;
	padding: 5px 0 0 0;
}
#content table td.infoCon div dl dd {
	display: block;
	padding: 3px 0 10px 1em;
	border-bottom: 1px dashed #ccc;
}
#topImage{
margin-bottom:30px;
}