﻿body 
{
	background-color: White;
	background-image: url(images/bg_top_repeat.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: Black;
}

#Main 
{
	width: 800px;
	margin: 0px auto;
	border: solid 1px black;
	background-color: White;
	border-top: 0px;
}

#Header 
{
	height: 97px;
	background-image: url(images/FTP-Banner.gif);
	border-bottom: solid 15px #cc3333;
}

#Content 
{
	position: relative;
	padding: 5px 25px;
}

.Fields 
{
	width: 300px;
	margin-right: 10px;
	float: left;
}

.Label 
{
	display: inline-block;
	width: 70px;
	line-height: 20px;
	text-align: right;
	margin-bottom: 5px;
	vertical-align: middle;
}

.Textbox 
{
	width: 190px;
	/* height: 20px; */
	margin-left: 10px;
	margin-bottom: 5px;
}

.Comments 
{
	text-align: left;
	clear: left;
}

.Valid 
{
	display: inline-block;
	line-height: 20px;
	margin-bottom: 5px;
	vertical-align: middle;
}

#RelatedResources
{
	position: absolute;
	top: 120px;
	right: 8px;
	width: 160px;
	text-align: center;
}

#RelatedResources div
{
	position: relative;
	height: 25px;
	width: 130px;
	margin: auto;
	text-align: left;
	padding-left: 5px;
}

#RelatedResources img
{
	border:0px;
	display: block;
	float: left;
	margin-top: 3px;
}

#RelatedResources a, #RelatedResources a:visited
{
	color: #cc3333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 3px;
}

#RelatedResources a:hover, #RelatedResources a:active
{
	color:Black;
	text-decoration: underline;
}

.Warning
{
	color: #cc3333;
	font-weight: bold;
}

.NextButton 
{
	width: 200px;
	position: absolute;
	bottom: 25px;
	right: 15px;
}

.UploadButton
{
	width: 200px;
	margin: 10px;
}