* {
margin: 0;
padding: 0;
}
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color: #233;
background-color: #788;
background-image:url(../images/bg.gif);
}
p {
line-height: 16px;
margin-bottom: 5px;
}
h1,h2,h3,h4 {
font-weight: normal;
letter-spacing: -0.05em;
}
h2 {
font-size: 22px;
font-weight: normal;
padding: 10px 0 10px 0;
margin: 0 0 10px 0;
border-bottom: 5px solid #CDD;
letter-spacing: -0.05em;
}
h4 {
padding: 10px 0 5px 0;
margin: 10px 0 10px 0;
border-bottom: 5px solid #122;
}
#content a, #logbox a {
	color: #DEE;
	text-decoration: none;	
}
#content a:hover, #logbox a:hover {
color: #233;
}
label {
font-weight: bold;
display: block;
margin-bottom: 5px;
}
.sub {
width: 270px;
font-size: 11px;
display: inline-block;
}
.sub label {
margin-bottom: 5px;
line-height: 14px;
}
.sub input {
	vertical-align: top;
	margin-right: 20px;
	width: auto;
}
#banner {
padding: 70px 15px 35px 10px;
margin: 10px 5px 10px 50px;
width: 400px;
background-color: #788;
}
#banner h1 {
margin-bottom: 10px;
text-indent: -2000px;
}
#banner h1 a {
background-image:url(../images/feAwardsLogo.gif);
background-position: top left;
background-repeat: no-repeat;
display: block;
width: 400px;
height: 100px;
}
#banner.fe h1 a {
background-image:url(../images/futureeverythingLogo.gif);
}
#banner h1 a:hover {
border: none;
}
#logbox {
width: 400px;
padding: 5px 5px;
margin: 10px 15px;
font-size: 11px;

background-color: #788;
text-align: right;
}
#content {
padding: 15px;
margin: 10px 5px 10px 50px;
width: 400px;
background-color: #788;
}
#register {
width: 400px;
}
form p {
margin-bottom: 10px;
vertical-align: top;
}
input, textarea {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
padding: 4px;
border-top: 1px solid #233;
border-left: 1px solid #455;
border-right: 1px solid #455;
border-bottom: 1px solid #677;
width: 170px;
}

/*-----
.uploads {
margin-top: 10px;
padding-top: 10px;
}
.uploads .label {
width: 125px;
display: inline;
float: left;
}
.uploads label.cabinet
{
	width: 89px;
	height: 22px;
	background: url(images/fileButton.gif) 0 0 no-repeat;
margin-left: 132px;
	display: block;
	overflow: hidden;
	
}
.uploads label.cabinet:hover {
cursor: pointer;
}
.uploads label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}*/
/*----*/
textarea#Biog {
width: 400px;
height: 300px;
}
input#remember, input#emailnewsletter {
width: auto;
border: none;
}
input#submit {
border-top: 1px solid #899;
border-left: 1px solid #455;
border-right: 1px solid #455;
border-bottom: 1px solid #233;
background-color: #677;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
letter-spacing: -0.05em;
padding: 2px 6px;
color: #FFF;
width: auto;
margin-left: 132px;
}
input#submit:hover {
border-top: 1px solid #233;
border-left: 1px solid #455;
border-right: 1px solid #455;
border-bottom: 1px solid #899;
background-color: #566;
color: #CDD;
}
#recaptcha_image {
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #455;
}
.missing {
color: #FF0000;
}
.notes {
font-size: 11px;
color: #FFF;
margin: 10px 0;
}
#content form .notes a {
color: #9aa;
}
ul {
list-style: outside;
margin-left: 10px;
}
ul li {
margin-bottom: 4px;
}

form .notes {
padding: 5px;
border: 1px solid #9AA;
background-color: #566;
width: 300px;
}
/* */
#tabs {
	background-image: url(../images/tabsBg.gif);
	height: 19px;
	background-position: left bottom;
	text-transform: uppercase;
	padding-top: 1px;
	overflow: visible;
}
#tabs ul {
	margin: 0 0 0 20px;	
	width: 800px;
	list-style: none;
	
}
#tabs ul li {
	display: inline;
}
#tabs ul li a {
	font-weight: bold;
	font-size: 10px;
	color: #233;
	display: block;
	width: 210px;
	line-height: 10px;
	float: left;
	height: 12px;
	margin: 1px 3px 0px 0px;
	padding: 3px 5px 3px 5px;
	background-color: #A3BEBF;
	text-decoration: none;
	background-image: url(../images/tabsNonCurrent.gif);
	background-repeat: no-repeat;
}
#tabs ul li.current a {
	background-image: none;
	background-color: #788;
	background-image: url(../images/tabsCurrent.gif);
	background-repeat: no-repeat
}
.success {
border: 1px solid #FFF;
background-color: #CDD;
color: #233;
padding: 5px;
}