/* This CSS file defines the styles used        */
/* for the EternallyChocolate.com website       */
/* Author: Adam McCracken                       */
/* Last Updated: 05-18-2005                     */

/* html {							*/
/* border-top: 50px solid #000;		*/
/* border-bottom: 50px solid #000;	*/
/* }								*/

/* url(../images/brown002.jpg) */

body {
	background: #663300;
	margin:0px 0px; padding:0px;
	text-align:center;
	color: black;}

a,a:link,a:visited {
	text-decoration: none;
	color: white;}

a:active,a:hover{
	text-decoration: underline;
	color: white;}

input,select {font-size: 10px;}

input.submit{
	background-color: #663300;
	font-weight: bold;
	font-size: 12px;
	color: white;}

input.required{
	background-color: white;}

input.radio{
	background-color: transparent;
	font-size:10pt;}

input.check{
	background-color: transparent;
	font-size:10pt;}

div.errormessage{
	color:crimson;
	left:20px;
	font-size:8pt;
	position:absolute;}

div.header{
	width:575px;
	left:15px;
	position:absolute;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	color:white;}

div.agreementleft{
	width:40px;
	left:50px;
	position:absolute;
	text-align:right;
	font-size:10pt;
	font-weight:bold;
	color:black;
	background-color: transparent;}

div.agreementright{
	width:450px;
	left:100px;
	position:absolute;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	color:black;
	background-color: transparent;}

div.left{
	width:220px;
	left:10px;
	position:absolute;
	text-align:right;
	font-size:10pt;
	font-weight:bold;}

div.right{
	width:250px;
	left:250px;
	position:absolute;
	text-align:left;
	font-size:10pt;}

div.center{
	width:20px;
	left:230px;
	position:absolute;
	text-align:right;
	font-weight:bold;
	font-size:10pt;
	color:crimson;}

div.content{
	width:812px;
	margin-left: -406px;

	height: 508px;
	margin-top: 25px;

	position: absolute;
	left: 50%;

	text-align:  center;
	padding:10px;
	background-color:white;
	font-family: Arial, sans-serif;
	font-size:16pt;
	color: black;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;}
