label{
	display:inline-block;
	width:60px;
	margin-left:5px;
	font-weight:bold;
}
.textInput{
	width:200px;
	border:1px solid black;
	margin:3px;
}
.addressInput{
	width:200px;
	border:1px solid black;
	margin:3px;	
}
.checkboxLabel{
	width:200px;
}
textarea{
	border:1px solid black;
}
.error1{
	color:Red;
	visibility:hidden;
}
#validationSummary{
	color:Red;
	width:350px;
	display:none;
}
