div.left
{
	float:left;
	width:500px;
	margin:5px;
	
	


}

div.wrap
{
	position:absolute;
	overflow: auto;
	height:100px;
	margin-top:2px;
	border:1px solid blue;
	background-color:white;
	

}

table.complite
{
	width:100%

}

table.complite tr:hover
{
	background-color:rgb(220,220,220);

}

table.complite td
{
  border-bottom-style:solid;
  border-bottom-width:1px;  
  border-bottom-color:rgb(215,215,215);
  


}

form
{
	margin:0px;
	padding:0px


}

button
{
	cursor:pointer;


}

div.ajaxLoad
{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	
	background-color:rgb(245,245,245);
    opacity: 0.5; /* Значение прозрачности */
    filter: alpha(Opacity=50); /* Прозрачность в IE */	

	background-image:url(../pics/preloader.gif);
	background-repeat:no-repeat;
	background-position: center center;	
	
	z-index:1000

}