/* IMPORT */
	@import "mod_footer.css";
	@import "mod_header.css";
	@import "mod_inpage.css";
/* END IMPORT */

.BOX_CAREERS{
	width: 385px;
	height: 302px;
	float: left;
	margin-top: 10px;
	padding: 60px 350px 0px 20px;
	background-image: url(/images/poliya_bg_careers.png);
	background-repeat: no-repeat;
}
.MID .header{
	width: 695px;
	min-height: 50px;
	float: left;
	margin: 0px 20px 0px 40px;
}
.MID .column-left{
	width: 240px;
	min-height: 100px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.MID .column-right{
	width: 515px;
	min-height: 100px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.MID .column-left .line{
	width: 180px;
	min-height: 50px;
	float: left;
	padding: 0px 20px 0px 40px;
}
.MID .column-right .line{
	width: 495px;
	min-height: 50px;
	float: left;
	padding: 0px 20px 0px 20px;
}
.MID .line_grey{
	width: 675px;
	height: 1px;
	float: left;
	margin: 30px 40px 0px 40px;
	background-color: #B4B4B4;
}
.MID .line_dgrey{
	width: 675px;
	height: 1px;
	float: left;
	margin: 0px 40px 0px 40px;
	background-color: #DCDCDC;
}

/* FORM */

.input{
	width: 160px;
	height: 18px;
	margin: 12px 0px 0px 0px;
	border-top: 1px #37424A solid;
	border-left: 1px #C0C0C0 solid;
	border-bottom: 1px #C0C0C0 solid;
	border-left: 1px #C0C0C0 solid;
	font-size: 11px;
	color: #37424A;
	line-height: normal;
	display: inline-block;
}
.select{
	width: 110px;
	height: 22px;
	margin: 12px 0px 0px 0px;
	border-top: 1px #37424A solid;
	border-left: 1px #C0C0C0 solid;
	border-bottom: 1px #C0C0C0 solid;
	border-left: 1px #C0C0C0 solid;
	font-size: 11px;
	color: #37424A;
	line-height: normal;
	display: inline-block;
}
.textarea {
	width: 400px;
	height: 115px;
	margin: 12px 0px 0px 0px;
	border-top: 1px #37424A solid;
	border-left: 1px #C0C0C0 solid;
	border-bottom: 1px #C0C0C0 solid;
	border-left: 1px #C0C0C0 solid;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #37424A;
	line-height: normal;
	display: inline-block;
}