/*	-------------------------------------------------------------
	FORMS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


form input.text-input,
form textarea,
form select,
form .wysiwyg,
input[type="text"], 
input[type="password"], 
input[type="submit"],
.textfeld,
.kontaktformular 
 {
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
	border-radius: 4px;
}


fieldset {
	padding: 10px 15px 20px 15px;
	margin: 0 0 20px 0;
  -moz-border-radius-bottomleft: 7px;  
  -moz-border-radius-bottomright: 7px;  
  -moz-border-radius-topleft: 5px;  
  -moz-border-radius-topright: 7px;  
  border-radius: 3px;  
 }  


label {
	font-weight: bold;
	display: inline;
}

.label-topaligned {
	display: block;  
}


legend {
	font-weight: bold;
}


.mini-heading {
                display: block;
                padding: 0 0 10px;
                font-weight: bold;
                }
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
	
input[type="text"], 
input[type="password"], 
select,
.textfeld {
			background-image:url('/content/images/UserArea/bg-form-field.gif');
			font-size:13px;
			padding:6px;
			border:1px solid #D5D5D5;
}
		
select {
			padding:5px;
         background: #fff;
                }					 
                
form p small {
                font-size: 0.75em;
                color: #777;
                }
				
				
            
form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97.5% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
                
form textarea {
                width: 97.5% !important;
                font-family: Arial, Helvetica, sans-serif;
                }
                

				
form input[type="checkbox"],
form input[type="radio"] {
            background: none;
				border: 0;
                }



/*	-------------------------------------------------------------
	Umrandung und Hintergrundfarbe des Formulars
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.noborder {
	border: none;
}

.kontaktformular {
	background-color: #f1f8ce;
	border: 3px solid #acc632;
	padding: 10px 10px 10px 15px;
}

/*	-------------------------------------------------------------
	Button
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.button,
input[type="submit"] {
					font-family: Verdana, Arial, sans-serif;
                display: inline-block;
                background: #459300 url('/content/images/UserArea/bg-button-green.gif') top left repeat-x !important;
                border: 1px solid #459300 !important;
                padding: 4px 7px 4px 7px !important;
                color: #fff !important;
                font-size: 11px !important;
                cursor: pointer;
					-moz-border-radius: 4px;
  					-webkit-border-radius: 4px;
					border-radius: 4px;					 
                }
                
input[type="submit"]:hover, .button:hover {
                text-decoration: underline;
                }
                
input[type="submit"]:active, .button:active {
                padding: 5px 7px 3px 7px !important;
                }
				
a.remove-link {
				color: #bb0000;
				}

a.remove-link:hover {
				color: #000;
				}	
				


