﻿div.loader {
	background: url("../../loading.gif") no-repeat scroll 0 0 transparent;
	height: 50px;
	width: 50px;
	display: none;
	z-index:999;
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -10px;
}

div.content{ 
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

div.end {
	text-align:center;
	color:#f00;
}

table.tbcontent{
	border:0px solid;
	width:100%;
}

hr.line{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	color: #ccc;
}

