#vacancies {
     width: 950px;
	 height:440px;
     padding: 0px 0px 0px 0px;
	text-align:left;
	background-color:white;
}
#vacancies p { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
    line-height:14px;
	padding: 12px 380px 0px 24px;}

#vacancies h1 {
	color: #0166ac;
	font-size:13px;
	font-weight: bold;
	padding: 24px 380px 0px 24px;
	}
	
#vacancies h2 {
	color: #666666;
	font-size:12px;
	font-weight: bold;
	padding: 24px 380px 0px 24px;
	}
#vacancies h3{
	color: #999999;
	font-size:12px;
	font-weight: bold;
	padding: 8px 380px 0px 24px;
	}
#vacancies h4{
	color: #999999;
	font-size:12px;
	font-weight: bold;
	padding: 8px 380px 0px 24px;
	}

#vacancies #joblist {
	height:390px;
	overflow:scroll;
	overflow-x:auto;
	overflow-y:scroll;
}
#vacancies #jobwrapper {
	height:340px;
	overflow:scroll;
	overflow-x:auto;
	overflow-y:scroll;
}
#vacancies #joblist .job, #vacancies #jobwrapper .job, #vacancies form {
	margin:12px 20px 12px 25px;
	padding-bottom:12px;
		 text-align:justify;
}
#vacancies #joblist .job {
	border-bottom:1px #0088cc solid;
}
#vacancies .job .column {
	font-weight:bold;
	color:#000000;
}
#vacancies .job .infoline {
	font-weight:bold;
	color:#0166ac
}
#vacancies #joblist .job p, #vacancies #jobwrapper .job p {
	width:auto;
	padding:4px 0px 0px 0px;
}

.inputwrapper {
	width:60%;
	margin-bottom:10px;
}
.inputwrapper label {
	width:20%;
	margin-right:10px;
	display:block;
	float:left;
	text-align:right;
}
.inputwrapper input, .inputwrapper textarea {
	width:59%;
	display:block;
}
.inputwrapper textarea {
	height:100px;
}
.error {
	color:#660000;
}

#search {
	border:1px #cccccc solid;
	background-color:#dddddd;
	padding:5px;
	margin:5px 0px;
}
#search p{
	margin:0px 0px 5px 0px;
}
#search form {
	margin:0px;
}
#search .sw {
	background-color:#ffffff;
	margin-bottom:5px;
	padding:5px 0px 5px 0px;
}
#search .sw .inputwrapper {
	float:left;
	width:27%;
	margin:0px;
}
#search .sw .tiny {
	width:45%;
}
#search .sw .inputwrapper label {
	float:left;
	width:29%;
}
#search .sw .inputwrapper input, #search .sw .inputwrapper select {
	float:left;
	width:66%;
	margin:0px;
}
#search .sw .tiny label {
	width:18%;
	margin:0px 3px;
}
#search .sw .tiny input {
	width:10px;
	margin-left:5px;
}