﻿
table.createProfileTable {
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
	}
table.createProfileTable td {
	vertical-align:top;
	}
table.createProfileTable td.leftCol {
	width:140px;
	}
table.createProfileTable 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.createProfileWide, select.createProfileWide, textarea.createProfileWide {
	width:100%;
	border:1px solid #919191;
	background-color:#ebeced;
	margin-bottom:5px;
	}
	
textarea.createProfile, textarea.createProfileWide {
	height:40px;
	}

div.entrepreneurDesc {
	position:absolute;
	top:3px;
	left:105px;
	border:1px solid #919191;
	background-color:#f4ead3;
	width:250px;
	height:80px;
	padding:5px;
	display:none;
	}

