@charset "UTF-8";
/* CSS Document */

dl.shortnote{
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A3DAF2;
	padding-top: 15px;
	}
.shortnote dt{
	float: left;
	}
.shortnote dd{
	padding-left: 100px;	
	}
.shortnote h4{
	border-bottom-style: none;
	margin: 0px;
	clear: right;
	padding: 0px;
	line-height: 100%;
	}
.shortnote img{
	border: 1px solid #D5D5D5;
	}

