@charset "utf-8";
.profile {
	clear:both;
	padding-bottom: 10px;
}
.profile_title, #recruitDetail {
	background: url(../images/titleprofile.jpg) no-repeat;
	display: block;
	height: 28px;
	padding: 5px 0px 7px 50px;
	font-size: 15px;
	font-weight: 700;
}
#recruitDetail {
	background-image: url(../images/job.jpg);
}
#BasicInformation {
	padding-bottom: 10px;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}
.DivTable {
	float: left;
	width: 636px;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	margin-bottom: 10px;
}
.row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
}
.cellSmall, .cellBig, .cellNo, .cellProjects, .cellTime, .cellScale, .cellDevEnvironment {
	float: left;
	padding: 0px 5px;
}
.cellNo, .cellProjects, .cellTime, .cellScale, .cellDevEnvironment {
	height: 40px;
}
.cellSmall {
	width: 215px;
	font-weight: 700;
}
.cellBig, .cellProjects, .cellTime, .cellScale, .cellDevEnvironment {
	width: 400px;
	border-left: 1px solid #dbdbdb;
}
.cellNo, .cellTime, .cellScale {
	text-align: center;
}
.cellNo {
	width: 25px;
}
.cellProjects {
	width: 287px;
}
.cellTime {
	width: 60px;
}
.cellScale {
	width: 60px;
}
.cellDevEnvironment {
	width: 150px;
}
#barCode {
	float: right;
	width: 165px;
}
#barCode img {
	float: left;
	max-width: 165px;
	/* width:expression(this.width > 165 ? "165px" : this.width);
	*/
	width:165px;
}
#boxContact {
	float: left;
	width: 450px;
	padding-left: 15px;
}
#formContact {
	float: left;
	width: 100%;
	padding-top: 30px;
}
.boxContactLeft {
	float: left;
	width: 125px;
	font-weight: 700;
}
.boxContactRight, #buttonContact {
	float: right;
	width: 320px;
}
.boxContactRight, .boxContactRight {
	padding-bottom: 5px;
}
.boxContactRight input, .boxContactRight textarea {
	float: left;
	width: 306px;
	height: 20px;
	border: 1px solid #dbdbdb;
	padding: 0px 5px;
	font-size: 11px;
}

.boxContactRight textarea {
	height: 110px;
}

#buttonContact input {
	margin: 10px 3px;
}
#mapContact123 {
	clear: both;
}
#mapContactTitle {
	clear:both;
	padding-bottom: 10px;
	font-weight: 700;
}
#mapContact img {
	float: left;
	max-width: 635px;
	/* 
	width:expression(this.width > 635 ? "635px" : this.width);
	*/
	width:635px;
}
#boxRecruit {
	clear: both;
}
.oneRecruit {
	float: left;
	width: 48%;
	height: 70px;
	padding:5px 1%;
}
.oneRecruit span, .oneRecruit a {
	display: block;
}
.oneRecruit a:hover {
	text-decoration: underline;
}
.oneRecruit span {
	font-weight: 700;
}
.oneRecruit img {
	float: left;
	padding-right: 10px;
	max-width: 25px;
	/*
	width:expression(this.width > 25 ? "25px" : this.width);
	*/
	width:25px;
}
.rowContact {
	float: left;
	width: 100%;
}
