/* 
-----------------------------------------------------------------
Titel:
Import FORMS
-----------------------------------------------------------------
*/

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

input {
	font: 1em Verdana, "Lucida Grande", Lucida, sans-serif;
}
select {
	color: #333;
	font: 1em Verdana, "Lucida Grande", Lucida, sans-serif;
	background-color: #f5f5f5;
	border: 1px solid #999;
}
textarea {
	font: 1em Verdana, "Lucida Grande", Lucida, sans-serif;
}

/* Buttons */

.button {
	color: #fff;
	font-weight: bold;
	background: #f90 url(../images_c/bg-button.png) repeat-x left bottom;
	width: auto;
	border: 1px solid #e36b0b;
	padding: 3px 5px;
}
.buttonregister {
	margin-top: 15px;
}
.buttonlogin {
	margin-bottom: 15px;
}

/* Select-, Inputboxen */

.selectbox {
	width: 350px;
}
.inputbox,
.inputboxsmall,
.inputboxmiddle,
.inputboxtable,
.inputboxarea,
.inputboxareafull {
	color: #333;
	background-color: #f5f5f5;
	padding: 0.1em;
	border: 1px solid #999;
}
.inputbox {
	width: 350px;
}
.inputboxlogin {
	color: #333;
	width: 155px;
	background-color: #fff;
	padding: 0.1em;
	border: 1px solid #999;
}
.inputboxdisabled {	
	color: #333;
	width: 350px;
	background-color: #fff;
	border: 1px solid #fff;
}
.inputboxsmall {
	width: 50px;
}
.inputboxmiddle {
	width: 290px;
}
.inputboxtable {
	width: 150px;
}
.inputboxarea {
	width: 350px;
}
.inputboxareafull {
	width: 700px;
}
.inputboxfile {
	color: #000;
	width: 350px;
}
input:focus, textarea:focus {
	background-color: #fff;
}

/* Formular */

.formgroup {
	padding: 0px;
}
.formgrouptitle {
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
}
.formlabel {
	color: #999;
	float: left;
	width: 20%;
	text-align: left;
}
.formelement {
	height: 22px;
	text-align: right;
}
div.module-smallbanner .formactions {
	margin-left: 0;
}
.formactions {
	margin-left: 20%;
}

.login{
background-image: url(../images/loginssl.png);
width:160px;
height:17px;
border: 0px;

}