﻿body
{
}

.horseSmImg
{/*
	border: solid 1px #000000;
	
	  min-height: 250px;
	   height: auto !important;
	    height: 250px;
	    display: block;*/
	 /* border: solid 3px #ffffff;
	  padding: 4px;*/
}

.disabledPanel
{
	
	 width : 100%;
	  height: 400%;
	   position: fixed;
	    top: 0px;
	     left: 0px;
	     z-index: 5; 
filter: Alpha(Opacity=80); 
opacity: 0.8;
background: #cccccc;
}

.pleaseWaitPanel
{ z-index: 6;
	filter: Alpha(Opacity=100); 
opacity: 1;
	position: fixed; left: 50%;
	top: 50%;
	margin-left: -130px;
	margin-top: -60px;
      border: solid 1px #000000;
      background: #ffffff; padding: 30px; width: 230px; height: 80px;
	
}