@charset "utf-8";


/* --------------------------------------------------------------- */
#mp-head {
	margin: 0 1em 0 1em;
}
#mp-head h1 {
	margin: 0;
	color: #ffffff;
	background-image: url("../imgs/menubg.png");
	height: 25px;
	line-height: 25px;
	font-weight: normal;
	padding-left: 1em;
}

/* --------------------------------------------------------------- */
#mp-main {
	margin: 0;
}
#mp-main p,li,dt,dl {
	line-height:1.6;
}
#mp-main p {
	margin: 0;
}
#mp-main a:hover {
	color:#dd8d2a;
	text-decoration: underline;
}
#mp-main a {
	color:#4c4c4c;
	text-decoration: none;
}
#mp-main input.text,input.password,textarea,select {
	margin: 0;
}
#mp-main input.submit, input.reset, button {
	overflow: visible;
	padding: 0em 0.5em 0em 0.5em;
	height: 2.2em;
	font-size: 1.5rem;
	font-weight:500;
	color:  #3b7fcc;
	background-color: #ff9a00;
}
#mp-main select {
	margin: 0px;
}
#mp-main option {
	padding-right: 1em;
}
#mp-main option[selected="selected"] {
	background-color: #eeeeee;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
#mp-main img {
	border: 0px;
}
#mp-main table {
	margin-bottom: 1em;
}
#mp-main div.fieldset {
	padding: 0.5em;
	margin-bottom: 1em;
}
#mp-main div.fieldset dl {
	padding:0;
}
#mp-main div.fieldset dt {
	background-repeat: no-repeat;
	height: 24px;
	line-height: 24px;
	margin: 0.5em;
	padding-left: 1em;
}
#mp-main div.fieldset dt span.optional {
	background-image: url("../imgs/optional.svg");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 3rem;
}
#mp-main div.fieldset .required {
	background-image: url("../imgs/required.svg");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 3rem;
}
#mp-main div.fieldset dd {
	margin: 0.5em;
	padding-left: 1em;
}
#mp-main div.fieldset dd.delimit {
	border-bottom: 1px dotted #6392b1;
}
#mp-main div.fieldset span.err {
	color: #ed0033;
}
#mp-main div.fieldset input.text.err {
	border: 1px solid #ed0033;
}
#mp-main div.fieldset input.radio.err {
	border: 1px solid #ed0033;
}
#mp-main div.fieldset input.checkbox.err {
	border: 1px solid #ed0033;
}
#mp-main div.fieldset textarea.err {
	border: 1px solid #ed0033;
}
#mp-main div.fieldset select.err {
	border: 1px solid #ed0033;
}
#mp-main div.errs {
	background-image: url("../imgs/warning.svg");
	background-repeat: no-repeat;
	color: #ed0033;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0px 0px 0px 30px;
	min-height: 32px;
	height: auto !important;
	height: 32px;
}
#mp-main span.radioelement {
	margin-right: 1.8em;
	color: black;
}
#mp-main span.checkelement {
	margin-right: 1.8em;
	color: black;
}



