/* Common rules */

form {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 20;
}

input,
label,
button {
	vertical-align: middle;
}

.fl,
.input,
.select,
.multiselect,
.textArea,
.file,
.radioCheck,
.button {
	display: -moz-inline-stack;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.input .wrap,
.textArea .wrap {
	display: block;
}

select.multi {
	height: 6.2em;
	//height: auto;
}

.radioCheck {
	padding-left: 20px;
	position: relative;
}

.radioCheck input {
	float: left;
	position: relative;
	margin-right: -20px;
	left: -20px;
	//top: -.15em;
}

.radioCheck span.ast {
	position: relative !important;
	right: auto !important;
}


/* Customize */

.fl {
	margin-bottom: 5px;
}

.input .wrap,
.textArea .wrap {
	padding-right: 4px;
}

.input .body,
.textArea .body,
.select .body,
.multiselect .body,
.file .body {
	background:url(../../images/eres/input-bg.gif) repeat-x bottom;
	padding: 3px 3px 2px;
}

.input input,
.select a.selectBtn,
.multiselect a.selectBtn,
.textArea textarea,
.file span.bg {
	display: block;
	width: 100%;
	font: 13px/1.3 Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
	background: none;
	border: none !important;
	outline: none;
	outline: 0;
}

.textArea textarea {
	min-width: 100%;
	max-width: 100%;
	width: 100% !important;
}

label {
	width: auto;
	float: none;
	line-height: 1.3em;
	margin-right: 3px;
}

form span.ast {
	color: #ff0000;
	margin: 0 3px;
}

.errmsg {
	font-size: 10px;
	line-height: 10px;
	color: #ff0000;
	letter-spacing: normal;
	word-spacing: normal;
}

.fl .msg {
	font-size: 10px;
	margin-bottom: 5px;
}

p.descr {
	font-size: 12px;
}


button {
}


/* custom file */
.file {
	margin-bottom: 2px;
}

.file .wrap {
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.file .body {
	cursor: pointer;
}

.file span.bg {
	display: block;
	height: 17px;
	width: 100%;
	background:url(../../images/eres/file-img.png) no-repeat right top;
	cursor: pointer;
}

.file span.txt {
	display: block;
	height: 17px;
	margin-right: 20px;
	overflow: hidden;
	white-space: nowrap;
}

.file .button {
	position: absolute !important;
	right: 0 !important;
	top: 0px !important;
}

.file .button,
.addBtns .button {
	margin: 0;
	width: auto !important;
	vertical-align: middle !important;
}

.file input.inpHide {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	cursor: hand;
	height: 31px;
  	filter: alpha(opacity = 0); opacity: 0;
	font-size: 128px;
}

.file .msg {
	display: block;
	position: relative;
	font-size: 10px;
	line-height: 11px;
	display: block;
	margin: 3px 0 -7px;
}

.addBtns {
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	margin: 5px 0 0;
}

.addBtns .button {
	margin: 0 0 0 5px !important;
	width: auto !important;
	vertical-align: middle !important;
}

/* Custom select */

span.select a.selectBtn,
span.multiselect a.selectBtn {
	display: block;
	padding: 0 15px 0 0;
	white-space: nowrap;
	width: auto;
	margin: 0;
	background:url(../../images/eres/select-img.png) no-repeat;
	background-position: right top;
	overflow: hidden;
	text-decoration: none;
}

span.select a.selectBtn:hover {
	background-position: right bottom;
}

span.multiselect a.selectBtn {
	background-image: url(../../images/eres/select-img.png);
	background-position: right top;
}

span.multiselect a.selectBtn:hover {
	background-position: right bottom;
}

span.select a.selectBtn span,
span.multiselect a.selectBtn span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	margin-right: 5px;
	cursor: pointer;
}

.optList {
	position: absolute;
	background: #ffffff;
	border: 1px solid #dddddd;
	top: 98%;
	min-width: 100%;
	z-index: 1000;
	display: none;
}

.multiselect .optList .container {
	padding: 5px;
	border: none;
	background: #e2e2e2;
	margin-bottom: -1px;
}

.sideForm .multiselect .optList {
	top: -1px;
	left: -1px;
	/* background: none;
	border: none; */
}

.rightCol .sideForm .multiselect .optList {
	left: auto;
	right: -1px;
}

.select ul,
.multiselect ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 16px;
	background-color: #ffffff;
}

.select ul li,
.multiselect ul li  {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	margin: 0;
}

.select ul li a,
.multiselect ul li a {
	display: block;
	padding: 2px 17px 2px 5px;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
	vertical-align: bottom;
	white-space: nowrap;
	cursor: default;
	border-bottom: 1px dotted #fff;
}

.select ul li.selected a,
.multiselect ul li.selected a {
	color: #fff;
	background-color: #10429c;
	border-bottom: 1px dotted #fff;
}

.multiselect select,
.multiselect label,
.multiselect h6 {
	display: none;
}

* html .select ul li a {
	zoom: 1;
}

.select ul li a:hover,
.multiselect ul li a:hover {
	background-color: #3399ff;
	color: #ffffff !important;
}

.multiselect ul,
.select ul {
	overflow: auto;
	overflow-x: hidden;
	max-height: 200px;
}

/* .multiselect .optList h6 {
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	margin: 0 0 5px 5px;
	padding-right: 20px;
	background: url(../../images/hfg/multiselect-img2.png) no-repeat right top;
	color: #891859;
	cursor: pointer;
} */

.multiselect .optList .bButtons {
	padding: 5px 5px 0 5px;
	overflow: hidden;
}

.multiselect .optList a.ok {
	float: right;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	color: #10429c;
}

.multiselect .infoMsg {
	font-size: 11px;
	background-color: #eee;
	color: #10429c;
	padding: 5px 10px;
}



/* side column Forms  */

.sideForm {
	background-color: #c5c5c5;
	padding: 10px;
}

.sideForm .fl {
	margin-bottom: 13px;
	display: block;
}

.sideForm .input,
.sideForm .select,
.sideForm .multiselect,
.sideForm .file,
.textArea {
	width: 100%;
}

.sideForm .fl .errmsg {
	display: block;
	position: relative;
	margin: -3px 0 3px;
}

.sideForm button {
	/* border: none;
	background: url(../images/left-form-button.gif) no-repeat 0 0;
	padding: 0;
	margin: 0;
	outline: none;
	font: 11px/11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	width: 30px;
	height: 30px;
	overflow:hidden;
	text-indent:-9999px; */
}

.sideForm .button {
	text-align: right;
	width: 100%;
}

.sideForm label {
	display: none;
}




/* Main part Forms */

.mainPartForms {
	position: relative;
	background-color: #f2f2f2;
	padding: 10px 0 0 10px;
	margin-bottom: 20px;
	word-spacing: -4px;
	letter-spacing: -4px;
}

.mainPartForms form {
	margin-right: -10px;
}

.mainPartForms span.fl,
.mainPartForms .button {
	width: 350px;
	margin: 0 10px 12px 0;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: top;
}

#MainCol .mainPartForms span.fl,
#MainCol .mainPartForms .button {
	width: 235px;
}

.mainPartForms label {
	display: none;
}

.mainPartForms span.input,
.mainPartForms span.select,
.mainPartForms span.multiselect,
.mainPartForms span.textArea,
.mainPartForms span.file {
	width: 100%;
}



.mainPartForms .button {
	text-align: right;
	vertical-align: bottom;
}


.mainPartForms .topDescr {
	word-spacing: normal;
	letter-spacing: normal;
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}


.mainPartForm .msg {
	display: block;
	/* margin-left: 200px; */
}



p.formNotes {
	margin: 50px 0 -15px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#recoverPasswordForm * {
	vertical-align: middle;
}

#recoverPasswordForm label {
	display: -moz-inline-stack;
	display: inline-block;
}

#recoverPasswordForm .fl {
	width: 82%;
}

#recoverPasswordForm label {
	width: 10%;
}

#recoverPasswordForm .input {
	width: 88%;
}

#recoverPasswordForm .button {
	width: 12%;
}


#EmailFriendForm #fl511 {
	display: block;
}

#ReferFriendForm #fl440 {
	display: block;
}

#EditJobAlertForm .button {
	width: 490px;
}

#AdvancedJobSearchForm {
	position: relative;
	z-index: 40;
}

#JobApplyForm .errmsg {
	display: block;
	margin-bottom: 5px;
}

#SendEmailToRecruiterForm .fl {
	display: block;
	width: auto;
	padding-right: 10px;
}

#SendEmailToRecruiterForm .button {
	display: block;
	width: auto;
	padding-right: 10px;
	padding-bottom: 10px;
}


#FoundOwnJobForm #fl518 {
	width: 710px;
}


/* ****************************** */

#EditProfileForm #fl72 {
	display: block;
}
