body {
	margin: 0;
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
}

img {
	border: 0;
}

a, a:visited {
	color: #7d0300;
	text-decoration: underline;
}

a:hover {
	color: #7d0300;
	text-decoration: none;
}

a.footer, a.footer:visited {
	color: #999;
	text-decoration: underline;
}

a.footer:hover {
	color: #999;
	text-decoration: underline;
}

a.leftnav, a.leftnav:visited {
	color: #ddd;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
}

a.leftnav:hover {
	color: #febe10;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
}

a.account, a.account:visited {
	color: #ddd;
	font-weight: bold;
	padding-left: 18px;
	line-height: 22px;
	background-image: url(../images/my-acc_yellow.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
}

a.account:hover {
	color: #febe10;
	font-weight: bold;
	padding-left: 18px;
	line-height: 22px;
	background-image: url(../images/my-acc_white.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
}

P {
	margin-top: 10px;
	margin-bottom: 20px;
}

P.bodytext {
	margin-top: 10px;
	margin-bottom: 10px;
}

H1 {
	color: #7d0300;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

.titlebold {
	font-weight: bold;
}

.textred {
	color: #7d0300;
	font-size: 12px;
	font-weight: bold;
}

.titleheader {
    font-size: 12px;
    color: #660000;
    font-weight: bold;
}

#divide {
	position: relative;
	display: block;
	width: 560px;
	height: 4px;
	background-image:url(../images/h1_line.gif);
	background-repeat: repeat-x;
	line-height: 0;
}

#innercontainer {
	width:600px;
	float:left;
}

#outercontainer {
	margin:0 auto;
	width:600px;
}


#pageheader {
	float:left;
}

#maincontent {
	padding-top: 6px;
	float:left;
}

#content {
	padding: 20px 20px 0 20px;
	position: relative;
	float: left;
}

#footer {
	float:left;
	height: 40px;
	color: #999;
	clear: both;
	width: 600px;
}

#signup {
	height: 24px;
	color: #fff;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 20px;
}

#formbox {
	float:left;
	background-color: #eee;
	width:580px;
	padding-left: 20px;
}

.formcontainer {
	position: relative;
	float:left;
	width: 350px;
	height: 30px;
	padding-top: 10px;
}

.formleft {
	position: relative;
	width: 120px;
	height: 27px;
	font-weight: bold;
	color: #444;
	padding-top: 3px;
	float: left;
}


.formright {
	position: relative;
	height: 30px;
	float: left;
}


.friendformtext {
	position: relative;
	width: 250px;
	height: 15px;
	font-weight: bold;
	color: #444;
}

.friendform {
	position: relative;
	width: 250px;
	height: 20px;
	font-weight: bold;
	color: #444;
	padding-bottom: 10px;
}


FORM {
	margin: 0;
}
	

INPUT {
	font-size: 11px;
}

SELECT {
	font-size: 11px;
}

#friendbox {
	position: relative;
	width: 300px;
	height: 380px;
	padding: 10px;
	background-color: #fff;
}

div.flags {
	padding-top: 5px;
	float: right;
}

span.red {
	color: #7d0300;
}
.formcontainer_left, .formcontainer_right {
	padding-top:15px;
	position:relative;
	float:left;
	width:350px;

}
