/* --- FORM.CSS - LECTRIC Internetopleidingen --- */
	
	
#content {
	width: 675px;
}

	h2.forms {
		margin-left: 10px;
	}
	
	.resultmessage { margin-left: 7pt; }
	/* --- formulier --- */

.formulier {
	font-size: 0.85em;
	color: #000000;
	width: 675px;
	margin: 12px 0 10px;
	background: url(/images/internetopleidingen/bg_formcomment_bottom.gif) #ffffff repeat-y right bottom;
	border-bottom: 1px solid #bcbcbc;
	/*border-width: 2px;
	border-style: solid none solid;
	border-color: #46b0c5;*/
}

/*.confirm {
	margin: -1px 0 0;
}*/

.formulier .formDeel {
	clear: both;
	width: 675px;
	overflow: hidden;
}

.formulier .formCommentaar {
	float: right;
	clear: right;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.4em;
	width: 136px;
	padding: 8px 7px;
	border-top: 1px solid #ffffff;
}

.formulier .eerste .formCommentaar {
	background: url(/images/internetopleidingen/bg_formcomment_top.gif) transparent no-repeat right top;
	border-top-style: none;
}

	#content .formulier .formCommentaar img.info {
		margin: 0 0 -2px;
	}

.formulier .formElementen {
	display: block;
	float: left;
	clear: left;
	width: 515px;
	margin: 0;
	padding: 14px 0 8px 10px;
	border-width: 1px;
	border-style: solid none none;
	border-color: #bcbcbc;
}

html>body .formulier .formElementen {
	padding: 15px 0 7px 10px;
}

*:first-child+html .formulier .formElementen {
	padding: 14px 0 8px 10px;
}

.formulier div.formElementen {
	padding: 0 0 14px 10px;
}

html>body .formulier div.formElementen {
	padding: 0 0 16px 10px;
}

*:first-child+html .formulier div.formElementen {
	padding: 0 0 14px 10px;
}

.formulier .eerste .formElementen {
	margin-top: -5px;
}

.formulier .eerste dl {
	border-top-style: none;
}

.formulier dt {
	float: left;
	clear: left;
	font-weight: bold;
	word-spacing: normal;
	width: 147px;
	margin: 0;
	padding: 0 0 9px 1px;
}

.confirm dt {
	margin: 0;
	padding: 0 0 0 1px;
}

.formulier dt label {
	margin: 0;
	padding: 0;
}

.formulier dd {
	width: 325px; /*220*/
	margin: 0;
	padding: 0 0 5px;
}

html>body .formulier dd {
	float: left;
}

*:first-child+html .formulier dd {
	float: none;
}

.formulier dd label {
	display: block;
	float: left;
	margin: 3px 19px 0 0;
	padding: 0;
}

html>body .formulier dd label {
	margin: 0 19px 0 0;
}

*:first-child+html .formulier dd label {
	margin: 3px 19px 0 0;
}

.formulier div.formElementen label {
	clear: both;
	font-weight: bold;
}

input.textfield, select, textarea,
input.textfield.longest, select.longest, textarea.longest {
	font-size: 1.0em;
	color: #000000;
	width: 202px;
	margin: 0;
	padding: 1px 4px 3px 3px;
	border: 1px solid #969696;
}

select {
	width: 212px;
	padding: 0;
}

textarea {
	overflow: auto;
	font-size: 1.3em;
}

input.shortest, textarea.shortest {
	width: 48px
}

select.shortest {
	width: 58px;
}

input.short, textarea.short {
	width: 78px
}

select.short {
	width: 88px;
}

input.medium, textarea.medium {
	width: 110px
}

select.medium {
	width: 120px;
}

input.long, textarea.long {
	width: 140px
}

select.long {
	width: 150px;
}

input.check, .check input   {
	display: block;
	float: left;
	width: auto;
	margin: 3px 1px 0 -4px;
}

html>body input.check, html>body .check input   {
	margin: 3px 1px 0 -1px;
}

*:first-child+html input.check, *:first-child+html .check input {
	margin: 0 3px 0 -4px;
}

.formulier div.formElementen input.check, .formulier div.formElementen .check input {
	display: inline;
	float: none;
	margin: 8px 7px 0 0;
}

html>body .formulier div.formElementen input.check, html>body .formulier div.formElementen .check input {
	margin: 15px 7px 0 0;
}

*:first-child+html .formulier div.formElementen input.check, *:first-child+html .formulier div.formElementen .check input {
	margin: 15px 7px 0 0;
}

input.submit, input.submitPrev {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	color: #0092aa;
	margin: 0;
	padding: 3px 21px 4px 0;
	background: url(/images/internetopleidingen/ico_knop.gif) #e5f2f4 no-repeat 100% 3px;
	border-style: none;
}

html>body input.submit {
	padding: 3px 32px 5px 6px;
}

*:first-child+html input.submit {
	padding: 3px 32px 5px 6px;
}

input.submitPrev {
	float: left;
	margin: 14px 0 10px 10px;
	padding: 0;
	background-color: transparent;
	/*padding: 3px 0 4px 21px;
	background-position: 0 3px;*/
}

input.submitNext {
	float: right;
	margin: 14px 10px 10px 0;
}

/*html>body input.submitPrev {
	padding: 3px 6px 5px 32px;
}*/

div.knopLeft input, div.knopRight input, div.knopRight a {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #0092aa;
	margin: 10px 0;
	padding: 3px 0px 4px;
	background-color: #e5f2f4;
	border-style: none;
}

html>body div.knopLeft input, html>body div.knopRight input, html>body div.knopRight a {
	padding: 3px 6px 5px;
}

*:first-child+html div.knopLeft input, *:first-child+html div.knopRight input, *:first-child+html div.knopRight a {
	padding: 3px 6px 5px;
}

div.knopRight input, div.knopRight a {
	float: right;
	margin: 10px 0 0 10px;
}

div.knopRight a:link, div.knopRight a:visited, div.knopRight a:hover, div.knopRight a:focus, div.knopRight a:active {
    text-decoration: none;
	padding: 4px 25px 6px;
    
}

div.knopLeft input {
	float: left;
	margin: 10px 10px 0 0;
}

#content .verplicht, #content .alert {
	color: #b40000;
}

em {
	font-style: italic;
}

#content .confirm .checked {
	display: block;
	font-weight: bold;
	color: #000000;
	margin: 15px 0 0;
}


.extraDeelnemer {
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0 15px;
	border-bottom: 1px solid #bcbcbc;
}

	.extraDeelnemer .knopLeft input {
		margin: 0 0 0 10px;
		padding: 0;
		background-color: transparent;
	}
	
    * html .extraDeelnemer .knopLeft input {
        margin: 0 0 0 5px;
    }

.deleteDeelnemer {
    float: left;
    clear: both;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #bcbcbc;
}

.deleteDeelnemer .knopLeft input {
    margin: 0 0 0 10px;
    padding: 0;
    background-color: transparent;
}

* html .deleteDeelnemer .knopLeft input {
    margin: 0 0 0 5px;
}

#content span {color: #000000;}

/**/
#content .whichChannel dd div {
    clear: both;
}     

#content .whichChannel dd label {
    margin-right: 0;
}

#content .whichChannel dd input.textfield {
    float:right;
    width: 90px;
}


.disableBorder
{
	border: 0 !important;	
}

/*
.newsletter
{
	margin-top: 20px !important;
}
*/

.optionNewsletter
{
	padding-left: 10px;
	width: 366px;
	margin-bottom: 10px;
}

.divNewsLetter { float: left; margin-top: 10px; padding: 10px; clear: both; }
.divNewsLetter dt { font-weight: normal; clear: both; width: 400px; }
.divNewsLetter dd { font-weight: normal; margin-left: 0; padding-left: 0; clear: both; float: left; width: 400px; }

