.menublack {
	color: black;
	font-weight: bold;
	font-size: 20px;
	font-family: "Arial", "Times New Roman", times, serif;
}

.menu {
	color: blue;
	font-weight: bold;
	font-size: 16px;
	font-family: "Arial", "Times New Roman", times, serif;
}

.menub {
	color: black;
	font-weight: bold;
	font-size: 16px;
	font-family: "Arial", "Times New Roman", times, serif;
}

.containingBox {
	width: 660px;
	height: 400;
	align: center;
	text-align: center;
	margin: 40px;

}


.typeBox {
	width: 200px;
	float: left;
	border: 2px solid;
	margin: 5px;
	align: center;
	text-align: center;


}

.sexyForm {
	display: inline;
	/* padding: 10; */
	width: 200;
	height: 120px;
}


.errorMsg {
	display: inline;
	padding: 0 10;
	color: red;
}

.helperText {
	display: inline;
	padding: 0 10;
	font-size: 0.9em;
	color: green;
}

.requiredField {
	color: red;
}


