.textinput {
	border-style:solid;
	border-width:1px;
	border-color:white;
	background-color:grey;
	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:wjite;
	background-color:grey;
	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:white;
	border-width:1px;
}
.inputcell {
	margin-right:0px;
	color:white;
	font-family:sans-serif;
	font-size:12px;
}

#form_container {
	width:60%;
        margin-top:15px;
	margin-left:50px;
	margin-bottom:20px;
}
