.teaserformbox {
	width: 225px;
	margin-bottom: 20px;
}

.teaserformbox .bottom {
	background: url(../images/boxen/box.225.bg-mitte.png) bottom left repeat-y;
	padding-bottom:0px;
}

.teaserformbox .top {
	background: url(../images/boxen/box.225.header.png) top left no-repeat;
	padding: 8px 0 0px 15px;
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
}


.teaserformbox .close {
	background: url(../images/boxen/box.225.bg-bottom.png) top left no-repeat;
	height: 15px;
}


.teaserformbox .bottom .text {
	font-size: 11px;
	font-family: verdana;
	font-weight: normal;
	padding: 5px 15px 0 15px;
	line-height: 15px;
}

.teaserformbox .bottom .form  {
	font-size: 11px;
	font-family: verdana;
	font-weight: normal;
	padding: 5px 0 0 0;
	line-height: 15px;
	height: 70px;
}

.teaserformbox .bottom .form ul{
	list-style-type : none;
	padding: 0;
	margin: 0;
}

.teaserformbox .bottom .form ul li{
	padding: 0;
	margin: 0;
}

.teaserformbox .bottom .form  ul .inputtext input{
	width: 185px;
	border: 1px solid #bebebe;
	padding: 5px 0 5px 5px;
	color: #666;
	font-size: 11px;
	margin-left: 15px;
}


.teaserformbox .bottom form .findenbutton {
		float:right;
		margin-bottom: 20px;
		margin-top:10px;
}

	
.teaserformbox .bottom form .findenbutton a {
		color:#FFFFFF;
		display:block;
		float:left;
		font-size:0px;
		text-decoration: none;
		height:27px;
		margin:0px;
		position:relative;
		text-align:center;
		text-transform:uppercase;
		width:95px;
		cursor:pointer;
}

.teaserformbox .bottom form .findenbutton a:hover {
		margin:1px 0 0 0;
}
	
.teaserformbox .bottom form .findenbutton input {
		background-image:url(../images/finden.png);
		background-repeat:no-repeat;
			
		color:#FFFFFF;
		font-size:0px;
		text-decoration: none;
		height:27px;
		margin:0px;
		text-align:center;
		text-transform:uppercase;
		width:95px;
		cursor: pointer;
		border: 0px none;
		background-color: transparent;
		display: block;
}

.teaserformbox .bottom form .findenbutton a:hover input {
		background-image:url(../images/finden-over.png);
		background-repeat:no-repeat;
}


/*
* html .teaserformbox .bottom form .findenbutton a  {
	background:none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/fileadmin/templates/sma/images/finden.png)');
}
*/

* html .teaserformbox .bottom form .findenbutton input {
	background:none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/fileadmin/templates/sma/images/finden.png)');
}

* html .teaserformbox .bottom form .findenbutton a:hover input{
	background:none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/fileadmin/templates/sma/images/finden-over.png)');
	margin:0 0 0 0;
}

