a
	{
	text-decoration: none;
	}
	
form
	{
	padding: 0px;
	margin: 0px;
	}

hr
	{
	}

img
	{
	border: none;
	padding: 0px;
	margin: 0px;
	}

table
	{
	width: 100%;
	border-collapse: collapse;
	}

td
	{
	vertical-align: top;
	padding: 10px;
	margin: 0px;
	}

th
	{
	text-align: left;
	vertical-align: top;
	padding: 10px;
	margin: 0px;
	}

tr
	{
	margin: 0px;
	}

.error
	{
	border: 1px solid red;
	background-image: url(../images/bg-error.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fecacc;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	clear: both;
	}
	
.success
	{
	border: 1px solid #33FF00;
	background-image: url(../images/bg-success.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e1fee0;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	clear: both;
	}

.ffContainerFix 
	{
	clear: both;
	}

.ffFix, .boxFix
	{
	clear: both;
	}
	
.button
	{
	cursor: pointer;
	}

#loader
	{
	position: absolute;
	width: 40px;
	top: 300px;
	left: 50%;
	margin-left: -20px;
	z-index: 999;
	text-align: center;
	padding: 10px;
	visibility: hidden;
	}
