form {
	font-size: 0.8em;
	font-family:"Times New Roman", Times, serif;
	line-height:18px;
	width:350px;
}

/* input[type="submit] kann der IE nicht */
.submit {
    height: 22px;
}

.inputText {
    height: 18px;
    width: 200px;
	margin-bottom:3px;
	margin-top:3px;
    clear: right;
}

.inputTextfield {
    height: 70px;
    width: 200px;
    clear: right;
	margin-top:3px;
	margin-bottom:3px;
}

label.left {
    float: left;
    text-align: left;
    width: 100px;
	line-height: 16px;
	margin:3px;
}

input
[ type = text ], select {
    float: left;
}

form br {
    clear: both;
}


.select{
	margin-top:3px;
	margin-bottom:3px;
	width:150px;
}

#maildiv{
	margin-right:5px;
	float:right;
}

