/* Gallery Styles */


.formlist
	{
	border: 1px solid #B4A132;
	font-family:  verdana;
	font-size: 11px;
	color: #B4A132;
	font-weight: normal;
	background-color:#534640; 
	scrollbar-3dlight-color:#44402A; 
	scrollbar-arrow-color:#44402A; 
	scrollbar-base-color:#ff6347; 
	scrollbar-darkshadow-color:#B4A132; 
	scrollbar-face-color:#85782A; 
	scrollbar-highlight-color:#B4A132; 
	scrollbar-shadow-color:#B4A132
}


.form
	{
	border: 1px solid #B4A132;
	font-family:  Arial;
	font-size: 12px;
	color: #B4A132;
	font-weight: normal;
	background-color:#534640;
	width:130px;
	height:18px
}


.button	{
	background-color: #534640;
	color: #B4A132;
	font-size: 8pt;
	FONT-FAMILY: verdana;
	font-weight: bold;
	BORDER-RIGHT: #B4A132 1px solid;
	BORDER-TOP: #B4A132 1px solid;
	BORDER-LEFT: #B4A132 1px solid;
	BORDER-BOTTOM: #B4A132 1px solid;
	}
	
#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 583px; /* Set to gallery width, in px or percentage */
height: 80px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
