﻿table.searchTable {
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
	}
table.searchTable td {
	vertical-align:top;
	}
table.searchTable td.leftCol {
	width:140px;
	}
table.searchTable td.rightCol {
	}

input.createProfile, select.createProfile, textarea.createProfile {
	width:170px;
/*	width:100%;*/
	border:1px solid #919191;
	background-color:#ebeced;
	margin-bottom:5px;
	}
select.createProfile {
	width:172px;
	}

input.searchProfileSmall {
	width:73px;
	border:1px solid #919191;
	background-color:#ebeced;
	margin-bottom:5px;
	}
input.advsearchBtnWide {
	width:120px;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#95B087;
	color:#272526;
	cursor:pointer;
    }
img.profile {
	position:absolute;
	top:60px;
	left:348px;
	border:1px solid #95B087;
}

table.profile td {
	vertical-align:top;
}

td.result div.view {
	width:80px;
	float:right;
	text-align:right;
	}