#content .widget_form{
    margin-top: 40px;
}

#content .widget_form label{
    clear: left;
    float: left;
    width: 90px;
    margin: 0 22px 10px 0;
    text-align: right;
    padding-top: 4px;
}

#content .widget_form select, #content .widget_form input,#content .widget_form textarea{
    float: left;
    width: 358px;
    margin: 0 0 10px 0;
}

#content .form{
	margin-bottom: 30px;
}

input{
	padding-top: 2px;
	height: 18px;
}

#content .widget_form .right{
    margin-left: 112px;
    clear: both;
}

#content .widget_form .seperator{
    clear: left;
    height: 20px;
}

div.button_wrapper{
    float: left;
    height: 35px;
    background: white url('../_images/button_sprite.png') left -80px;    
    padding-left: 13px;
    clear: both;
}

div.button{
	background: white url('../_images/button_sprite.png') right -120px;
	float: left;
	height: 35px;
	padding-right: 19px;
}

input.button, a.button{
    border: none;
    margin: 0 !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    display: block;
	float: left;
	white-space: nowrap;
	width: auto !important;
}

input.button{
    height: 26px;
    padding: 0 0 0 3px;
	background: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: auto !important;
	overflow: visible; /* IE FIX */

}

input.checkbox{
	width: auto !important;
	border: none;
}
label.checkbox{
	width: auto !important;
	/*float: none !important;*/
	padding-top: 0 !important;
	clear: none !important;
	line-height: 15px;
	padding-left: 10px;
}

a.button{
	padding: 5px 7px 0 7px;
}

a.button:hover{
    text-decoration: none;
}

div.button_small{
    height: 29px;
    background: url('../_images/button_sprite.png') left top;
}

input.button_small{
    height: 29px;
    background: url('../_images/button_sprite.png') right -40px;
}

.button_wrapper .icon{
	float: left;
}

.button_wrapper .icon_pfeil_rechts_6px{
    margin-top: 8px;
}

.button_wrapper .icon_warenkorb{
    margin-top: 9px;
}

.popup_buttons{
	float: right !important;
}

.popup_buttons .button_wrapper{
	clear: none;
}

