.maindiv {
	background-color:rgb(238,238,238);
	background-color:rgba(238,238,238,0.9);
	text-align: center;
	border: 0px solid;
	border-radius: 6px;
}
#maindiv {
	background-color:rgb(238,238,238);
	background-color:rgba(238,238,238,0.9);
	text-align: center;
	border: 0px solid;
	border-radius: 6px;
}
.bottom1{
	margin-bottom: 10px;
}
.title {
	font-family: 'Open Sans', sans-serif;
}

* {
	font-family: 'Open Sans', sans-serif;
}

.donotselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bottom1{
	margin-bottom: 10px;
}
.bottom2{
	margin-bottom: 20px;
}
th {
	/* Makes tables look a bit better without the crosshair changes. */
	cursor: default;
}

td {
	/* Makes tables look a bit better without the crosshair changes. */
	cursor: default;
}

footer {
	display:block;
	background-color:#E7E7E7;
	padding: 20px;
	border: 1px solid;
	border-radius: 4px;
}

textarea{
}
.center{
	margin-left: auto;
	margin-right: auto;
}
label{
	display: block;
}
.center {
	margin-left: auto;
    margin-right: auto;
}

#data {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin: 25px 0px 25px 0px;
}

#data tr td {
	border: 1px solid black;
}
body {
	margin-top: 50px;
	background: url(http://alumni.ufacademy.org/img/background.jpg) #FFFFFF no-repeat right top;
	background-size:45%;
}