div#distContent {
	padding: 30px;
}
div.loginForm {
	margin: 0 auto;
	width: 250px;
	padding: 20px;
	padding-left: 80px;
	background: #fafafa url('/img/layout/login_icon.png') no-repeat 20px center;
	border: 1px solid #aaa;
}
div.loginForm label {
	font-size: 13px;
	color: #333;
	float: left;
	line-height: 26px;
}
div.loginForm input {
	float: right;
	padding: 5px;
	color: #444;
	font-size: 13px;
	width: 120px;
	line-height: 16px;
}
div.contactForm input {
	width: 250px;
}
div.contactForm textarea {
	height: 100px;
}
div.loginForm input.button {
	background: #f4f4f4;
	color: #333;
	border: 2px solid #ccc;
	cursor: pointer;
	width: 100px;
}
div.loginForm input.button:hover {
	border: 2px solid #aaa;
}
div.loginForm div.wrapFix {
	height: 10px;
}
fieldset {
	border: 0px;
	margin: 0px;
}
h2 {
	color: #333;
	font-size: 14px;
}
a.downloadFile {
	display: block;
	width: 340px;
	padding: 10px;
	padding-left: 36px;
	background: #f4f4f4;
	border: 1px solid #ccc;
	font-size: 10px;
	color: #444;
	cursor: pointer;
	margin-top: 10px;
}
a.downloadFile:hover {
	text-decoration: none;
	border: 1px solid #aaa;
	color: #222;
}
a.pdffile {
	background: #f4f4f4 url('../img/pdf-document.png') no-repeat 10px center;
}
a.xlsfile {
	background: #f4f4f4 url('../img/page_excel.png') no-repeat 10px center;
}
a.zipfile {
	background: #f4f4f4 url('../img/page_white_zip.png') no-repeat 10px center;
}
a.logout {
	background: #f4f4f4 url('../img/key_delete.png') no-repeat 10px center;
	width: 60px;
}
div.fileList {
	padding: 10px;
	border: 1px solid #ddd;
	background: #fcfcfc;
	float: left;
	width: 390px;
	margin: 10px;
}
