dl.mailform {
	margin: 0 0 2em 0;
	padding: 0;
}
dl.mailform dt {
	float: left;
	width: 150px;
	padding-top: 2px;
}
dl.mailform dd {
	margin-left: 160px;
	padding-bottom: 1em;
}
dl.mailform dt:first-of-type, dl.mailform dd:first-of-type {
	display: none;
}

dl.mailform dd.ahctpacImg { padding-bottom: 0.8em; }
dl.mailform dd.ahctpac { min-height: 46px; }
dl.mailform input.i, dl.mailform input.s, dl.mailform textarea, dl.mailform img.ahctpac {
	border: 1px solid #690F14;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px;
}

dl.mailform dt.required, dl.mailform dd.required {
	color: chocolate;
}
dl.mailform dt.error, dl.mailform dd.error {
	color: red;
}
dl.mailform dd.required input.i, dl.mailform dd.required input.s, dl.mailform dd.required textarea, dl.mailform dd.required img.ahctpac {
	border: 1px solid chocolate;
}
dl.mailform dd.error input.i, dl.mailform dd.error input.s, dl.mailform dd.error textarea, dl.mailform dd.error img.ahctpac {
	border: 1px solid red;
}

dl.mailform img.ahctpac { background-color: #FFFFFF; }
dl.mailform input.i:focus, dl.mailform input.i:hover, dl.mailform textarea:focus, dl.mailform textarea:hover, dl.mailform input.s:hover {
	-moz-box-shadow: 0px 0px 8px #BBBBBB;
	-webkit-box-shadow: 0px 0px 8px #BBBBBB;
	box-shadow: 0px 0px 8px #BBBBBB;
}
dl.mailform input.i {
	width: 260px;
	padding: 4px;
}
dl.mailform textarea {
	width: 96%;
	height: 220px;
}
dl.mailform input.s {
	background-color: #FFF;
	color: #690F14;
	padding: 2px 0.5em;
	cursor: pointer;
}
dl.mailform input.s:hover {
	color: #FFF;
	background-color: #690F14;
}

/* Error */
form#EmailForm div.errors {
	margin-bottom: 1em;
	color: #FF0000;
}




/* ---- */
/* ---- ANFANG - Responsive ---- */
/* ---- */
/* For mobile : like samsung grand(480 * 800): */
@media screen and (max-width : 480px),
/* For iphone: */
screen and (max-width : 320px), 
/* For ipad: */
screen and (max-width : 768px),
/* small desktops */
only screen and (max-width: 755px) { 
	dl.mailform dt {
		float: none;
		width: auto;
	}
	dl.mailform dd {
		margin-left: 0;
		font-size: 1.2em;
	}
	dl.mailform dd.ahctpac { min-height: 0; }
	dl.mailform input.i, dl.mailform input.s, dl.mailform textarea, dl.mailform img.ahctpac { font-size: 1.2em; }
	dl.mailform input.i { width: 96%; }
	dl.mailform input.s { margin-top: 1em; }
}
/* ---- */
/* ---- ENDE - Responsive ---- */
/* ---- */