
/* -- COMMON -- */
/* ================================ */
.dyn_forms {
	margin: 0px 0px 30px 0px;
}
.dyn_forms .outerTable
{
	padding: 2px 0px 2px 0px;
	width: 100%;
	clear: both;
}
.dyn_forms .innerTable {
	padding: 2px 0px 2px 0px;
	clear: both;
}
.dyn_forms .label {
	width: 90px;
	vertical-align: top;
	padding-top: 5px;
}
.dyn_forms .innerTable .label {
	width: 100%;
	padding: 0px 0px 0px 10px;
}
.dyn_forms .detail {
	padding: 0px 0px 0px 10px;
}
.dyn_forms .label em {
	color: #ff0000;
}
.dyn_forms input[type="text"],
.dyn_forms textarea
{
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.dyn_forms input.large {
	width: 100%;
}
.dyn_forms input.medium {
	width: 70%;
}
.dyn_forms input.small {
	width: 40%;
}
.dyn_forms textarea.large {
	width: 100%;
	height: 150px;
}
.dyn_forms textarea.medium {
	width: 100%;
	height: 125px;
}
.dyn_forms textarea.small {
	width: 100%;
	height: 100px;
}
.dyn_forms fieldset {
	border: 0px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color: #596066;
}
.dyn_forms fieldset .helpText {
	padding: 5px 0px 20px 0px;
}
.dyn_forms .sendMail {
	margin: 30px 0px 0px 0px;
}
.dyn_forms legend {
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
	font-weight: 700;
	text-transform: uppercase;
}



/* -- ELEMENTS -- */
/* ================================ */


/* -- section_break -- */
.dyn_forms .section_break {
	padding: 30px 0px 20px 0px;
}
.dyn_forms .section_break .header {
	padding: 0px 0px 10px 0px;
	font-weight: 700;
	text-transform: uppercase;
}
.dyn_forms .section_break .description {
	padding: 0px 0px 10px 0px;
}

/* -- text -- */
/* -- paragraph -- */
/* -- checkboxes -- */
/* -- radio -- */
/* -- dropdown -- */
/* -- date -- */
.dyn_forms .date input.jQueryUiDatepicker {
	width: 120px !important;
}
/* -- time -- */
.dyn_forms .time .hasDatepicker.hasTime {
	min-width: 80px;
}
/* -- website -- */
/* -- email -- */










