﻿.loadDiv
{
	width: 300px;
	float: left;
	padding: 5px;
}
.loadDiv:hover
{
	background-color:#84AABD;
	cursor: pointer;
}
#animationList
{
	width: 730px;
	height: 100px;
	padding-left: 25px;
	background:url(../../images/login_bkg.gif);
	background-repeat: no-repeat;
}