.textinput {
	background:transparent;
	border:1px solid #000;
	width:130px;
	margin:0px;
	margin-bottom:10px;
	padding-left: 3px;
	height:17px;
}

.fileinput {
	background:transparent;
	border:1px solid #000;
	height:18px;
	padding:0px;
	margin:0px;
	}
	html>body .fileinput {
		height:auto;
		border:0px solid #000;
}

.inputButton {
	background-color:#efebef;
	margin-top:1px;
	border:1px solid #000;
	height: 18px;
}

.inputButton:hover {
	background-color:#efebef;
	margin-top:1px;
	border:1px solid #000;
	height: 18px;
}

form {
	margin:0px;
	border:0px;
	padding:0px;
}