fieldset {
border:0;
margin:0;
padding:0;
}

form ul {
list-style:none;
}

form label.left,form label.right {
margin-bottom:0!important;
padding-bottom:0!important;
display:inline!important;
line-height:1em!important;
}

input.field {
margin:0;
padding:0;
}

input.text,textarea,select {
border:1px solid #A7A7A7;
color:#000;
font-size:1em;
width:312px;
padding:2px;
}

select {
width:auto;
}

input:focus span,textarea:focus span {
border:3px solid #000;
}

input.action:hover,input.action:focus {
cursor:pointer;
}

#Search {
width:112px;
}

input#SearchForm_SearchForm_Search {
left:0;
width:110px;
vertical-align:middle;
font-weight:400;
font-style:italic;
}

textarea {
width:312px;
}

#Remember label.right {
text-align:left;
float:none;
display:inline;
margin:10px 0 0;
}

button.action,input.action {
padding:0;
}

.SearchAction input.action {
width:16px;
height:16px;
display:block;
overflow:hidden;
text-indent:-999px; /* To remove any default text on the button*/
line-height:16px; /* required for IE */
background:url(../images/icon_lupe2.gif) no-repeat 0 0; /* This will display the search icon by default */
cursor:pointer; /* Hand cursor for the normal state */
border: none;
float: left;
margin: 3px;
padding: 0;
}
 
.SearchAction input.action:hover {
dbackground-position: 0 -16px; /* This will display the dark search icon on hover */
}