﻿.file
{
	background-color: #E8E8E8;
	margin: 10px 0px 10px 0px;
    height: 42px;
}
        
.left
{
	float: left;
	width: 170px;
	background-color: #E8E8E8;
	padding: 10px; 
}
        
.right
{
	float: right; 
	width: 700px;
	background-color: #E8E8E8;
	padding: 10px; 
}