/* CSS Document */

fieldset
{
	border: 0px;
	padding:0;
}

	#content_center form div.input.radio fieldset {
		margin: 0 0 0 -200px;
	}
#content_center form fieldset label{
	padding-right: 10px;
	padding-left: 5px;
}

#content_center form fieldset div.input.radio label, 
#content_center form div.input.radio label {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    float: none;
    padding: 0 10px 0 5px;
    width: auto;
}
	
#content_center form div.input.radio {
    padding: 3px 0 3px 200px;
}
#content_center form div.input {
    clear: left;
    padding: 3px 0;
}


#content_center form fieldset div.input.radio input, 
#content_center form div.input.radio input, div.input.checkbox input {
    border: medium none;
    float: none;
    width: auto;
}

#content_center form div.input fieldset legend ,
#content_center form div.input.file label{
    color: #ffffff;
    float: left;
    font-weight: normal;
    margin: 0 10px 0 0;
    padding: 0;
    width: 250px;
}

#content_center form div.input fieldset legend
{
	color: #000000;
}

#content_center form div.input.radio fieldset {
    margin: 0 0 0 -200px;
}

#content_center form div.input.text input, 
#content_center form div.input.password input{
    background: url("/images/content_input_bg.gif") no-repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #666666;
    line-height: 1;
    padding: 4px 6px 3px;
    width: 250px;
}

#content_center form div.required legend {
/*    background: url("/images/asterisk_red.gif") no-repeat scroll right top transparent;*/
}
	#content_center form div.required.error legend {
		background: url("/images/asterisk_lime.gif") no-repeat scroll right top transparent; !important
		font-weight:bolder;		
	}
	
#content_center form div.input select {
    border: 1px solid #CCCCCC;
    cursor: pointer;
    padding: 0;
}
#content_center form div.input select option {
    padding: 3px 6px;
}

#content_center form div.input textarea {
    background: url("/images/textarea_bg.gif") no-repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #666666;
    height: 120px;
    line-height: 1;
    padding: 4px 6px 3px;
    width: 300px;
}

#content_center form div.input {
    clear: left;
    padding: 3px 0;
}

#content_center{
	margin-top: 40px;
	margin-bottom: 20px;
}

#content_center .text,
#content_center .required-text{
	margin: 10px 0;
}


.custom-select.day_select
{
	position: inherit;
}


.custom-select.day_select
{
	float:left;
}
	.custom-select.day_select > a,
	.custom-select.day_select ul
	{
		width: 75px;
		min-width: 75px;
	}
	
.custom-select.month_select
{
	float:left;
}
	.custom-select.month_select > a,
	.custom-select.month_select ul
	{
		width: 75px;
		min-width: 75px;
	}


.custom-select.year_select
{
	float:left;
}

	.custom-select.year_select > a,
	.custom-select.year_select ul
	{
		width: 100px;
		min-width: 100px;
	}


.date-seperator
{
	height: 12px;
	float:left;
	padding: 10px;
}

.form-field.vacature
{
	float:left;
}

.webform-captcha-image
{
	width: 250px;
	float:left;
	margin-right: 10px;
}

	.webform-captcha-image img
	{
		/* border: 1px solid #dbdbdb; */
	}
	
	.webform-captcha-image	.reload
	{
		position:absolute;
		z-index: 99;
	}
	
#vacature fieldset .custom-select.marital_status
{
	position:inherit;
	width: 250px;
	float:left;
}

#vacature div.refnr
{
	display:none;
}

#vacature h2
{
	margin-top: 20px;
}