@charset "utf-8";
/* CSS Document */

.subscribe_form_spacing {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

/**
 * FormGenerator component
 * - newsletter css voor de table template
 */

#contact table.FormGenerator_table {
	width: 270px;
}

#contact  table.FormGenerator_table tr {
}

#contact  table.FormGenerator_table th {
	text-align: left;
	font-weight: normal;
	padding: 0 0 0 12px;
	width: 75px;
}

#contact  table.FormGenerator_table td {
	text-align: right;
	width: 190px;
	padding: 0;
}

#contact  table.FormGenerator_table td div.link_spacer {
	margin: 0px 0px 3px 0px;
}

#contact  table.FormGenerator_table label {
	display: block;
	padding: 0;
	margin: 0;
}

#contact  table.FormGenerator_table p {
	padding-top: 5px;
	font-weight: bold;
}

#contact table.FormGenerator_table input.text {
	width: 180px;
	background: #FFFFFF;
	border-top: 1px solid #7d7d7d;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #dedee0;
	border-left: 1px solid #c4c4c4;
	font-size: 14px;
	padding: 0 2px;
	margin: 2px 0 2px 0;
}

#contact table.FormGenerator_table input.file {
	width: 215px;
	height: 22px;
	background: #FFFFFF;
	border-top: 1px solid #7d7d7d;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #dedee0;
	border-left: 1px solid #c4c4c4;
	padding: 2px 0 2px 3px;
	margin: 2px 0 2px 0;
}

#contact table.FormGenerator_table textarea {
	width: 215px;
	height: 50px;
	background: #FFFFFF;
	border-top: 1px solid #7d7d7d;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #dedee0;
	border-left: 1px solid #c4c4c4;
	padding: 2px 0 2px 3px;
	margin: 2px 0 2px 0;
}

#contact table.FormGenerator_table select {
	width: 215px;
	background: #FFFFFF;
	border-top: 1px solid #7d7d7d;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #dedee0;
	border-left: 1px solid #c4c4c4;
	padding: 0 2px;
	margin: 2px 0 2px 0;
}

#contact table.FormGenerator_table select.normal {
	width: 215px;
	height: 22px;
	background: #FFFFFF;
	border-top: 1px solid #7d7d7d;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #dedee0;
	border-left: 1px solid #c4c4c4;
	padding: 0 2px;
	margin: 2px 0 2px 0;
}

#contact table.FormGenerator_table option {
	padding: 2px 0 2px 3px;
}

#contact .FormGenerator_spacer {
	margin: 0 0 5px 0;
	padding: 0 150px 0 0;
	width: auto;
	height: auto;
	position: relative;
}

#contact table.FormGenerator_table .checkbox { 
	margin: 2px;
}


/**
 * INPUT FOCUS
 */
#contact textarea.FormGenerator_inputfocus,
#contact input.FormGenerator_inputfocus,
#contact select.FormGenerator_inputfocus {
}

