

#motionnotesviewer {
	text-align: left;
	width: 954px
}

#attachContainer {
	display: none;
	float: right;
	width: 144px;
	height: 538px;
	margin: 41px 0 0 0;
	background: transparent url(images/background.png) no-repeat top left
}

#mnTitle {
	float: left;
	display: inline;
	width: 131px;
	margin: 12px 0 32px 0px;
	color: #a1a1a1;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
}

#attachContainer a {
	float: left;
	display: inline;
	width: 100%;
	text-align: center;
	margin: 0 0 14px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#motionnotesviewer {
	width: 958px;
}

#attachContainer {
	margin: -570px 4px 0 0;
}
}