.body {
	background-color: #8d0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #510000;
}

a:link {
	color: #8d0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
.big_green_egg {
	font-size: 18px;
	color: #009933;
}

/*==================spam prevention====================*/
.special {
display:none;
}
/*=====================================================*/

.form_content {
	font-size: 11px;
	color: #510000;
}
input.submit
{
   font-weight:normal;
   font-size:12px;
   color:#FFFFFF;
   background-color:#cc0000;
   border-style:solid;
   border-color:#990000;
   border-width: 1px;
}

 input.formbox-long
{
	border: 1px solid #333333;
	background-color: #D9ECFF;
	width:220px;
}

 input.formbox-medium
{
	border: 1px solid #333333;
	background-color: #D9ECFF;
	width:150px;
}

 input.formbox-short
{
	border: 1px solid #333333;
	background-color: #D9ECFF;
	width:70px;
}
.textbox_standard {
	width: 140px;
}

.textbox_thin {
	width: 60px;
}

.textbox_thinner {
	width: 30px;
}

.textbox_tiny {
	width: 30px;
}

.textbox_wider {
	width: 280px;
}

.textbox_widest {
	width: 400px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.copyright a:link { text-decoration: underline, color: white;
	color: #FFFFFF;
}
.copyright a:visited  { text-decoration: underline, color: white;
	color: #FFFFFF;
}
.copyright a:hover  { text-decoration: underline, color: white;
	color: #FFFFFF;
}
.copyright a:active  { text-decoration: underline, color: white;
	color: #FFFFFF;
}
.thumbnail{
position: right;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: 180px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 300px;
right: 500px; /*position where enlarged image should offset horizontally */

}