﻿.threecol .col1, .threecol .col12, .threecol .col2, .threecol .col3
{
	float: left;
	position: relative;
	padding: 0 0 1em 0;
	overflow: hidden;
}
.threecol .col1
{
	width: 32%;
	left: 0%;
}
.threecol .col2
{
	width: 32%;
	left: 5px;
}
.threecol .col3
{
	width: 35%;
	left: 10px;
}
.threecol .col12
{
	width: 64%;
	left: 0%;
}





.employeeheader .col1, .employeeheader .col2, .employeeheader .col3
{
	float: left;
	position: relative;
	overflow: hidden;
}
.employeeheader .col1
{
	width: 32%;
	left: 0%;
}
.employeeheader .col2
{
	width: 32%;
	left: 2%;
	padding-bottom: 0px;
}
.employeeheader .col3
{
	width: 32%;
	left: 4%;
	padding-bottom: 0px;
}

.employeeheader .col3 .inputline
{
	height: 25px;
}
