html {
	margin: 0px;
	padding: 0px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,p,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
}
img {
	border:0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;  /* Base font 10px */
	line-height: 140%;
}
a {
	color:#d50000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
h1 {
	font-size:1em;
}
h2 {
	font-size:1.4em;
}
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul {
	border: 0;
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 5px 0;
}
div.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

.application-form {
	margin:10px;
	}
.ident {
	width:580px;
	}
.ident a {
	display:block;
	float:left;
	width:160px;
	margin:0 10px 10px 10px;
	}
.ident .instructions {
	display:block;
	float:right;
	width:380px;
	}
.ident .top-logo {
	display:block;
	float:left;
	width:180px;
	}
.application {
	width:580px;
	margin-top:20px;
	background:#e5e5e5;
	}
.application-top div, .application-top, .application-btm div, .application-btm {
   width: 100%;
   height: 10px;
   font-size: 1px;
	}
.application-top div {
	background: url(../images/cnr-tl-e5e5e5.gif) no-repeat top left;
	}
.application-top {
	background: url(../images/cnr-tr-e5e5e5.gif) no-repeat top right;
	}
.application-btm div {
	background: url(../images/cnr-bl-ccc.gif) no-repeat bottom left;
	}
.application-btm {
	background: #ccc url(../images/cnr-br-ccc.gif) no-repeat bottom right;
	}
.page3 .application-btm div {
	background: url(../images/cnr-bl-e5e5e5.gif) no-repeat bottom left;
}
.page3 .application-btm {
	background: #e5e5e5 url(../images/cnr-br-e5e5e5.gif) no-repeat bottom right;
}
.application fieldset {
	padding:0;
	margin:0;
	border:0;
	}
.application legend {
	line-height:1px;
	text-indent:-999999px;
	}
.application-content {
    padding:0 10px 10px 10px;
}
.half-width-col {
	width:290px;
	float:left;
}
.application .full-width-col {
	float:left;
	clear:both;
	width:580px;
	padding-top:10px;
}
.application .full-width-col-nopad {
    float:left;
    clear:both;
    width:580px;
}
.application .bg2 {
	background:#ccc;
}
.application .form-element {
	clear:left;
	display:block;
	margin-top:10px;
	float:left;
	width:100%;
}
.application .apply-element {
    width:75%;
}
.application .jbe-form-element {
	margin-top:0px;
}
.careerstart {
	padding-top:30px;
}
.form-element label {
	font-weight:bold;
}
.form-element span {
	width:90px;
	float:left;
	line-height:2em;
	font-weight:bold;
}
.form-element span#removecv {
    width:auto;
}
.form-element span#element_cv_holder {
    width:auto;
}
.application .form-element select {
	width:155px;
	float:left;
	margin:0;
	}
.application .form-element select#element_title {
	float:left;
	width:50px;
	}
.application .full-width-col .form-element select {
	width:460px;
	float:left;
	}
.application .full-width-col .form-element textarea {
	width:455px;
	float:left;
	}
.application .form-element input.text {
	float:left;
	width:150px;
	}
.application .form-element input#element_firstname {
	width:100px;
	float:left;
	}
.application a {
	margin-left:5px;
	margin-top:5px;
	}
.application .full-width-col input#element_cv {
	float:left;
	width:auto;
	}
.application .apply {
    width: 25%;
	background: #ccc;
	float:right;
	margin-top: 10px;
	}
.application .apply input {
	float:right;
	margin-right:15px;
	}
.page3 .apply {
    background: #e5e5e5;
}
/* TOOLTIPS */

a.tooltip {
    position:relative;
    z-index:24;
}

a.tooltip:hover {
	z-index:25;
	background-color:#ccc;
}

a.tooltip div {
	display: none;
}

a.tooltip:hover div {
    display:block;
    position:absolute;
    border:1px solid #333;
    padding: 5px 0px 5px 0px;
    background-color:#fff;
	color:#000;
    text-align: center;
    text-decoration: none;
}

a.tooltip:hover div#dobtip {
    top:-100px;
    left:-240px;
    width:240px;
}

a.tooltip:hover div#cvtip {
    top:-60px;
    left:-240px;
    width:240px;
}
.dataprotection {
	margin:10px 0;
	text-align:center;
	width:580px;	
}
