/* enclose anything i was to write inside these marks */

/* this is for only the contact page layout */

#allcontent {
	border-width: 2px;
	border-color: black;
	border-style: solid;
	border-radius: 15px;
	padding: 0px 20px 0px 20px;
	margin-bottom: 20px;
	float: right;
	}

.required {
	border-bottom: black solid 1px;
}

#allcontent2 {
    border-width: 2px;
	border-color: black;
	border-style: solid;
	border-radius: 15px;
	padding: 0px 20px 0px 20px;
	margin-bottom: 20px;
    margin-right: 100px;
	float: right;
	}

#freedrawing2 {
    margin-left: 50px;
    float: left;
}
