/* BUTTON ================================================================  */
table.btn {
	border-collapse: collapse;
	border-spacing: 0 0;
	display: block;
}
table.btn td {
	padding: 0px;
	vertical-align: middle;
}
table.btn .middle a {
	color: white;
	display: block;
}
table.btn .middle a:hover {
	color: #eb7604;
}

table.btn.large .left {
	background: transparent url(/ccds_tpl_img/mandarin-medien/button/bg-btn-left-large.png) no-repeat left top scroll;
	height: 38px;
	width: 19px;
}
table.btn.large .middle {
	background: transparent url(/ccds_tpl_img/mandarin-medien/button/bg-btn-middle-large.png) repeat-x center top scroll;
	height: 38px;
}
table.btn.large .middle a {
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 6px;
	padding-top: 2px;
}
table.btn.large .right {
	background: transparent url(/ccds_tpl_img/mandarin-medien/button/bg-btn-right-large.png) no-repeat right top scroll;
	height: 38px;
	width: 19px;
}

table.btn.small .left {
	background: transparent url(/ccds_tpl_img/mandarin-medien/button/bg-btn-left-small.png) no-repeat left top scroll;
	height: 29px;
	width: 14px;
}
table.btn.small .middle {
	background: transparent url(/ccds_tpl_img/mandarin-medien/button/bg-btn-middle-small.png) repeat-x center top scroll;
	height: 29px;
}
table.btn.small .middle a {
	font-size: 12px;
	line-height: 21px;
	padding-bottom: 6px;
	padding-top: 2px;
}
table.btn.small .right {
	background: transparent url(/ccds_tpl_img/mandarin-medien/button/bg-btn-right-small.png) no-repeat right top scroll;
	height: 29px;
	width: 14px;
}

/* INPUT text ================================================================  */
table.inp {
	border-collapse: collapse;
	border-spacing: 0 0;
	display: block;
	margin: 5px 0 5px 4px;
}
table.inp td {
	padding: 0px;
	vertical-align: middle;
}
table.inp .left {
	background: transparent url(/ccds_tpl_img/mandarin-medien/formfields/bg-input-left.png) no-repeat left top scroll;
	height: 22px;
	width: 6px;
}
table.inp .middle {
	background: transparent url(/ccds_tpl_img/mandarin-medien/formfields/bg-input-middle.png) repeat-x center top scroll;
	height: 22px;
}
table.inp .middle input {
	background: transparent none no-repeat center center scroll;
	border: 0 none;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
table.inp .middle input:focus {
	outline:none;
}
table.inp .right {
	background: transparent url(/ccds_tpl_img/mandarin-medien/formfields/bg-input-right.png) no-repeat right top scroll;
	height: 22px;
	width: 6px;
}
