.textinput {
	border-style:solid;
	border-width:1px;
	border-color:gray;
	background-color:white;
	color:black;
	font-family:sans-serif;
	font-size:13px;
	height:18px;
	width:100%;
	margin-top:5px;
        margin-right:10px;
}
.textarea {
	border-style:solid;
	border-width:1px;
	border-color:gray;
	background-color:white;
	color:black;
	font-family:sans-serif;
	font-size:13px;
	width:100%;
	height:60px;
	margin-bottom:10px;
        margin-right:15px;
}
.select {
	border-style:solid;
	border-width:1px;
	border-color:gray;
	font-family:sans-serif;
	font-size: 13px;
	text-decoration:none;
	color: black;
	width:100%;
	height:18px;
	background-color:white;
	margin-bottom:10px;
}
.fileupload {
	border-style:solid;
	border-width:1px;
	border-color:gray;
	font-family:sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: black;
	width:90%;
	height:20px;
	background-color:white;
}
.submitbutton {
	font-family:sans-serif;
	color:black;
	width:58px;
	border-style:solid;
	border-color:gray;
	border-width:1px;
}
.inputcell {
	margin-right:0px;
	color:black;
	font-family:sans-serif;
	font-size:12px;
}
