input{
	width:200px;
	height:16px;
	border:1px solid #78A1D7;
}
select{
	width:200px;
	height:20px;
	border:1px solid #78A1D7;
}
textarea{
	width:200px;
	border:1px solid #78A1D7;
}
.submitbutton{
	height:20px;
	width:200px;
	cursor:pointer;
}
.mandatory{
	color:#FF0000;
}