
/* ------------- containers */

/* =divs */
div#container { 
	position : absolute;
	width : 800px; 
	margin : 0 0; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -12px;
	background : url(/img/siteimages/contactbkg.jpg) no-repeat left bottom;  
}
/* ------------- left styles */

/* =ftpdiv */
div#ftpinfodiv {
	position : relative;
	width : 240px;
	left : 20px;
	top : 8px;
	float : left;
}
div#ftpinfodiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #000;
}
div#ftpinfodiv span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #FD9D4D;
}
/* =projectinfodiv */
div#projectinfodiv {
	position : relative;
	width : 230px;
	top : 8px;
	float : right;
}
div#projectinfodiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #000;
}
div#projectinfodiv span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #FD9D4D;
}
#UploadName, #UploadCompany, #UploadPo, #UploadPhone, #UploadEmail, #UploadInvoice, #UploadInstructions, #file {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5f6e7c;
	border: 1px solid #000;
	padding : 3px 2px 3px 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#UploadName:focus, #UploadCompany:focus, #UploadPo:focus, #UploadPhone:focus, #UploadEmail:focus, #UploadInvoice:focus, #UploadInstructions:focus, #file:focus {
	color: #000000;
	background-color: #ffc;
}
	
/* ------------- right styles */

/* =ftptipsdiv */
div#ftptipsdiv {
	position : relative;
	width : 260px;
	height: 579px;
}
div#ftptipsdiv h2 { 
	width: 236px; 
	height : 79px; 
	background : url(/img/siteimages/ftptips.png) no-repeat; 
	text-indent : -9999px;
}
div#tipsdiv {
	margin: 0px 0px 15px 0px;
	border-width: 0px;
	left : 10px;
	padding: 8px 10px 0px 15px;
	overflow: auto;
	width: 210px;
	height: 500px;
}
div#tipsdiv span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #FD9D4D;
}
div#tipsdiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #000;
}
div#tipsdiv p a:link { 
	color : #000; 
	font-weight: normal;
	text-decoration : underline;
}
div#tipsdiv p a:visited { 
	color : #000; 
	font-weight: normal;
	text-decoration : underline;
}
div#tipsdiv p a:hover { 
	color : #FD9D4D; 
	font-weight: normal;
	text-decoration : underline;
}

dl {
	position: relative;
}

dt {
	clear: both;
}

.hint {
	display: none;
	position: absolute;
	right: -200px;
	width: 200px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background-color: #ffc;
	opacity: 0.9;
	z-index: 100;
}
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/img/pointer.gif) left top no-repeat;
    z-index: 100;
}