@charset "utf-8";

.terminwunsch {
	background-color: #9b0062;
	padding: 12px;
	background-image: url("../../images/layout/bg_box.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}

.terminwunsch h3 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-bottom: 1em;
	font-size: 18px;
}

.terminwunsch INPUT[type=text] {
	background: none;
	border: none;
	border-bottom: 1px dashed #f0f;
	padding: 3px;
	height: 15px;
	color: #f7f;
	width: 150px;
}
.terminwunsch TEXTAREA {
	width: 150px;
	background-image: url("../../images/layout/bg_box.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #f7f;
	border: none;
	padding: 3px;
	overflow: auto;
}

.terminwunsch INPUT.tag {
	width: 78px;
	text-align: center;
}

.terminwunsch INPUT.zeit {
	width: 50px;
	text-align: center;
}

.terminwunsch label {
	position: relative;
	top: -2px;
}

.terminwunsch #wunschTagHolder {
	position: relative;
	top: 4px;
	cursor: pointer;
}
