/* CSS Document */
/*
	Added CSS to remedy the issues with the job application form	
	Created: Julian Smith, 7 October 2009
*/

.gjRight {
	width: 			193px !important;
	width: 			198px;
	margin-left: 	3px;
	margin-right: 	15px;
	padding: 		0px;
	border: 		1px solid #cc9933;
	background-color:	#f5f5f5;
	float:			right;
	}
.gjRight h2 {
	font-size:		10pt;
	margin:			2px 0px 2px 2px;
	}	
.gjRight p {
	font-size:		9pt;
	margin:			2px 0px 2px 0px;
	}
#gjLogoHolder {
	background-color: #ffffff;
	width:			193px;
	margin:			auto;
	border-bottom: 	1px solid #cc9933;
	}
#gjLogoHolder	img {
	margin: 		auto;
	display:		block;
/*	border-bottom: 	1px solid #cc9933; */
	}
.gjApply	{
	border-bottom: 	1px solid #cc9933;
	padding:		0px 0px 3px 3px;
/*	background-color:	#F5F5F5; */
	}
.gjApply h1 {
	font-size:		10pt;
	margin:			2px 0px 2px 0px;
	}
.gjApplyFrm	{
	display:	inline;
	}
.gjApplyFrm p {
	clear: 			both;
	font-family: 	Arial, Verdana, Geneva;
	font-size: 		8pt;
	padding:		0px 0px 3px 3px;
	margin:			0px;
	width:			180px;
	}
.gjApplyFrm label {
	display:		block;
	font-size:		9pt;
	font-weight:	400;
	text-align:		left;
	width:			140px;
	float:			left;
}
.gjApplyFrm input {
	border:			1px solid #cc9933;
	background-color:	white;
	width:			180px;
	font-family:	Arial, Tahoma, Geneva;
	font-size:		9pt;
	color:			#333333;
	padding-left:	3px;
	}
.gjApplyFrm textarea {
	border:			1px solid #cc9933;
	background:		white;
	width:			180px;
	font-family:	Arial, Tahoma, Geneva;
	font-size:		9pt;
	color:			#333333;
	padding-left:	3px;	
	}
.gjApplyFrm input.checkbox {
	background-color:	#ffffff;
/*	border:			1px solid #cc9933;       */
	float:			right;
	padding:		2px;
	width:			30px;
	}
.gjApplyFrm #human {
	visibility:		hidden;
	display:		none;
	}
.gjApplyFrm input.button {
	background-color:	#FFFF99;
	border:			5px solid #CEBD8A;
	color:			#663300;
	float:			right;
	font-family:	Arial, Verdana, Geneva;
	font-size:		11px;
	font-weight:	bold;
	height:			28px;
	margin-right:	20px;
	padding:		2px;
	text-transform:	uppercase;
	width:			90px;
	}
.gjApplyFrm .gjSpacer {
  width:  190px;
  clear:  both;
/* display: inline; */
  }
.gjApplyFrm p.OKYah {
  height: 1px;
  visibility: hidden;
  border: 0;
  margin: 0 0 0 0;
  }
/* */
.gjLogInFrm	{
	display:		inline;
	padding:		0px 0px 3px 3px;
	}	
.gjLogInFrm p {
	font-family: 	Arial, Verdana, Geneva;
	font-size:		9pt;
	padding:		0px 0px 3px 3px;
	margin:			0px;
	width:			180px;
	}
.gjLogInFrm label {
	display:		block;
	font-size:		9pt;
	font-weight:	400;
	text-align:		left;
	padding:		0px 0px 3px 3px;
	width:			140px;
	float:			left;
	}
.gjLogInFrm input {
	border:			1px solid #cc9933;
	background-color:	white;
	width:			180px;
	font-family:	Arial, Tahoma, Geneva;
	font-size:		9pt;
	color:			#333333;
	margin:			0px 3px 3px 3px;
	float:			left;
	}
.gjLogInFrm input.button {
	background-color:	#FFFF99;
	border:			5px solid #CEBD8A;
	color:			#663300;
	float:			right;
	font-family:	Arial;
	font-size:		11px;
	font-weight:	bold;
	height:			28px;
	margin-right:	20px;
	padding:		2px;
	text-transform:	uppercase;
	width:			90px;
	}
.gjStylized label.cabinet
{
	width:			79px;
	height:			22px;
	background: 	url(/images/buttons/btn-choose-file.gif) 0 0 no-repeat;
	display: 		block;
	overflow: 		hidden;
	cursor: 		pointer;
	}
.gjStylized label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
/*
.gjApplySubmit{
	background-color:#FFFF99;
	border:5px solid #CEBD8A;
	color:#663300;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	height:28px;
	padding:2px;
	text-transform:uppercase;
	width:90px;
}	
#gjLogIn	{
	display:	inline;
	}
#gjLogIn label {
	display:block;
	font-size: 9pt;
	font-weight:400;
	text-align:left;
	width:140px;
	float:left;
}
#gjLogIn input {
	border: 1px solid #cc9933;
	background: white;
	width: 180px;
	}
*/