#client { 
	float: left;
	text-align: center;
	font-size: 14px;
	width: 200px;
	padding-top: 25px;
}
#client span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.error_msg, .flash_msg, .user_msg {
	margin: 16px 3px;
	padding: 10px;
}
.error_msg {
	border: solid 1px #c00;
	background-color: #ffdada;
}
.user_msg {
	border: solid 1px #999;
	background-color: #eee;
}
.flash_msg {
	border: solid 1px #0c0;
	background-color: #dfffdf;
}
.file_name {
	width: 300px;
}
.selectedRow {
	background-color: #3875d7 !important;
}
#upload_file {
	float: right;
	margin-top: 10px;
}
div.row {
	margin-bottom: 7px;
	min-height: 50px;
}
.company_name {
	text-align: left;
	width: 50%;
}
.view_files {
	text-align: right ;
	width: 50%;
}
tr.folder td.file_name {
	background-image: url('/images/adminn/icons/folder.png');
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 18px;
}

tr.file td.file_name {
	background-image: url('/images/adminn/icons/page.png');
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 18px;
}
#upload_file {
	border: 1px solid black;
	padding: 4px;
}
#upload_file small {
	display: block;
}
#upload_file input {
	margin: 4px;
}
#ftp_files {
	margin-bottom: 4px;
}
#download_button {
	padding-top: 20px;
}
.note {
	margin: 0;
	font-style: italic;
}
div.three_cols {
	width: 575px;
}
div.three_cols div {
	float: left;
	clear: none;
	width: 170px;
}
div.three_cols div div {
	float: none;
}
fieldset#instructions {
	margin: 0;
	padding: 0;
}
fieldset#instructions ul li {
	margin: 0 1em .5em 0;
}
a#forgot_password {
	float: right;
	margin-top: 6px;
	font-size: .8em;
}
div#uploading {
	width: 310px;
	border: solid 1px #999;
	padding: 10px;
	margin: 10px 0;
}
div#uploading p {
	margin: 0 0 4px 0;
}
div#uploading img {
	vertical-align: text-bottom;
}
