﻿.inputText
{
	width: 350px;
	font-family: Verdana, Arial;
	border: solid 1px #2a3390;
	background-image: url('../images/textbox.jpg');
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-repeat:no-repeat;
	_background-attachment:fixed;
}

.inputTextArea
{
	width: 350px;
	font-family: Verdana, Arial;
	border: solid 1px #2a3390;
	background-image: url('../images/textarea.jpg');
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-repeat:no-repeat;
	_background-attachment:fixed;
}

.inputTextDOB
{
	width: 35px;
	font-family: Verdana, Arial;
	font-size: 10pt;
	border: solid 1px #2a3390;
	background-image: url('../images/textarea.jpg');
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-repeat:no-repeat;
	_background-attachment:fixed;
}
.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:645px;
	height:35px;
}

.category_sub_box
{
	border:solid 1px #cccccc;
	background-color:#eeeeee;
	margin:0px 0px 10px 20px;
	position:absolute;
	padding:5px;
	z-index: 100;
}

.register_title
{
	font-size: 1.9em;
	color: #3348a3;
}

 .register_title A
 {
	color: #3348a3;
	text-decoration:none;
 }
 
.register_info_text
{
	font-size: 1.1em;
	font-weight: bold;
	color: #404366;
	margin:12px 0px 12px 0px;
	padding-left:15px;
	background-image: url('../images/reg_bul.gif');
	background-repeat:no-repeat;
}

#reg_text
{
	margin: 5px 0px 20px 0px;
	font-size:1.1em;
}

#reg_box
{
	float:left;
	width:720px;
	margin-top:20px;
}

#reg_box_left
{
	float:left;
	width:211px;
	height:220px;
}

	#reg_box_left #divA
	{
		background-image: url('../images/employee_back_all.gif');
		background-repeat:no-repeat;
	}
	
#reg_box_middle
{
	float:left;
	width:211px;
	height:220px;
	margin: 0px 43px 0px 43px;
}

	#reg_box_middle #divB
	{
		background-image: url('../images/employer_back_all.gif');
		background-repeat:no-repeat;
	}

#reg_box_right
{
	float:left;
	width:211px;
	height:220px;
}

	#reg_box_right #divC
	{
		background-image: url('../images/recruiter_back_all.gif');
		background-repeat:no-repeat;
	}

.reg_info_box
{
	border:solid 1px #cdcdcd;
	background-color: #ffffff;
	padding:15px 0px 0px 15px;
	height:100%;
}

.formInner
{
	margin-left:170px;
	width:400px;
}

.form_title
{
	margin-top:20px;
	font-weight: bold;
}

#content_box
{
	width:690px;
	clear:both;
	float:left;
	margin-top:30px;
}

#main_title
{
	color:#3149a3;
	font-weight:bold;
	font-size:2em;
}

#sub_title
{
	color:#3449a6;
	font-size:1.5em;
}

#sub_text
{
	color:#000000;
	font-size:1.2em;
}

#regLeft
{
	float:left;
	width:510px;
}

#regRight
{
	float:left;
	width:200px;
}

#regImage
{
	margin-top:50px;
}

#regButton
{
	margin: 80px 0px 0px 25px;
}

#regContent
{
	margin-top:25px;
}

.reg_header
{
	color:#3449a6;
	font-size:1.3em;
	font-weight:bold;
}

.reg_tick
{
	margin-top:3px;
}

