body{
	margin-top:20px;
}

a{
	text-decoration: none;
}

.formThumbnailFrame{
	width:200px;
	height:150px;
	margin: auto;
	overflow:hidden;
	border-radius: 10px;
	border:1px solid #999;	
}

.formThumbnailFrame:hover{
	box-shadow: 10px 10px 5px #888;
}

.formThumbnail{
	width:200px;
}

