/* generic form fields */
form {
	float: left;
	padding: 0px;
	margin: 0px;
}



input.text, input.text.year, textarea, select {
	font-size: 12px;
	font-family: arial;
	width: 278px;
	border:1px solid #9E9E9E;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 0px;
}

input.file
{
	font-family: arial;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 280px;
	margin: 0px;
}

input.text.year2col
{
	width: 112px;
	text-align: center;
}

select
{
	width: 284px;
}

select.rating
{
	width: 218px;
}

input.text,
textarea,
input.file
input.date,
input.postalcode
{
	padding-left: 4px;
}

input.text.city
{
	width: 204px;
	margin-left: 6px;
}


input.date.day,
input.date.month,
input.date.year

{
	width: 86px;
}

input.year1col
{
	text-align: center;
	width: 278px;
}

div.input.required input.text,
div.input.required textarea,
div.input.required input.postalcode,
div.input.required input.city,
div.input.required input.date,
div.input.required select
{
	background-color: #dadde8;
}

.form-error,
select .form-error,
.text.form-error,
.postalcode.form-error,
.date.day.form-error,
.date.month.form-error,
.date.year.form-error
{
	border: 1px solid red !important;
	color: red;
}

input.date, input.postalcode {
	font-family: "Arial", sans-serif;
	text-align: center;
	border:1px solid #9E9E9E;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}

input.postalcode {
	text-align: left;
}

input.radio {
	position: relative;
	top:2px;
	margin-right: 3px;
	margin-left: 10px;
}



.error-message {
	color: red;
	margin-left: 170px;
	padding-top: 4px;
	width: 275px;
}

.checkboxes .error-message {
	margin-left: 0px;
}


fieldset {
	border-style: none;
	clear: left;
	float: left;
	position: relative;
	width: 100%;
	padding: 0px;
}

fieldset h3 {
	padding: 14px 20px 0px 20px;
}

fieldset div.input_container {
	padding: 1em 18px 0 0px;
}

fieldset div.input {
	clear: left;
	padding-bottom: 6px;
	width: 100%;
}

div.input fieldset
{
	background-color: #fff;
	border-style: none;
	clear: left;
	float: left;
	position: relative;
	width: 100%;
	padding: 0px;
}

.radios div.input label
{
	float: none;
	width: auto;
}

label
{
	float: left;
	width: 165px;
	padding-right: 5px;
	margin-bottom: 6px;
	
}

* html label {
	margin-top: 5px;
}

.checkboxes {

}

.checkboxes label {
	float: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	line-height: 20px;
}

input.checkbox {
	float: left;
	position: relative;
	top: 4px;
	display: block;
	margin-right: 10px;
	margin-bottom: 12px;
	
}

* html input.checkbox{
	top: 0px;
}



fieldset.submit {
	width: 456px;
	background: none;
	border-style: none;
	float: left;
}

div#submit-links
{
	margin-top: 10px;
	margin-bottom: 12px;
}


.message {
	padding-top: 2px;
	margin-bottom: 10px;
}

#errorMessage {
	color: red;
}

#successMessage {
	color: #68D256;
}

div#legend
{
	width: 456px;
	text-align:right;
	font-size: 10px;
}

div#legend img
{
	display: inline;
}

div.submit
{
	display: none;
}

#container-highestlevelofeducation,
#container-professionaleducation,
#container-academicstudy,
#container-professionalexperience,
#container-additionaloccupation,
#container-language,
#container-it,
#container-hobbies
{
	padding-bottom: 20px;
}

table.job-application
{
	background-image: url(/img/layout/bg_dotted_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 100%;
}

table.job-application td
{
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top: 1px none #eee;
}

table.job-application td.caption
{
	width: 186px;
	color: #888;
	padding-right: 10px;
}

table.job-application td.change
{
	text-align: right;
	padding-top: 4px;
}

table.job-application td ul
{
	list-style: none;
}

table.job-application td ul li
{
	padding-bottom: 4px;
}


p.files
{
	padding-bottom: 8px;
}

p.upload-button
{
	width: 456px;
	margin-top: 10px;
	text-align: right;
}

#privacy .error-message
{
	margin-left: 0px;
}
