﻿form
{
	margin:0;
	padding:0;
}

a
{
	color:#5A0505;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.generic_container {
	background-image: url(/Images/generic_container_top.jpg);
	background-repeat: no-repeat;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #5A0505;
}

img {border:none;}

.general_label
{
	position:absolute;
	left: -10000px;
}
