﻿.inputText
{
	width: 350px;
	font-family: Verdana, Arial;
	font-size: 10pt;
}

.inputTextDOB
{
	width: 35px;
	font-family: Verdana, Arial;
	font-size: 10pt;
}

.inputCombo
{
	width: 355px;
	font-family: Verdana, Arial;
	font-size: 10pt;
}

.inputList
{
	width: 355px;
	height: 130px;
	font-family: Verdana, Arial;
	font-size: 10pt;
}

.locationChooser
{
	width: 355px;
	height: 130px;
	font-family: Verdana, Arial;
	font-size: 10pt;
}


/* root register page containing links to employee or employer */
#register_employer 
{
	margin-top: 10px;
	margin-bottom: 10px;
}
#register_employee
{
	margin-top: 10px;
	margin-bottom: 10px;
}
#OR 
{
	font-weight: bold;
}

.profile_hot
{
	color:#FF0000;
	text-align:center;
	font-weight:bold;
	margin: 10px 0px 20px 30px;
	background-color: #eeeeee; 
	border: solid 1px #cccccc;
	padding:5px;
	width:460px;
	height:35px;
}

.category_sub_box
{
	border:solid 1px #cccccc;
	background-color:#eeeeee;
	margin:0px 0px 10px 20px;
	position:absolute;
	padding:5px;
	z-index: 100;
}