#my {
	width: 750px;
}

div#bodytext #my td{
	font-size: 80%;
}
td.caption {
	background-color: #006666;
	color: white;
}

h1 {
	text-align: center;
}

.my_button {
	background-color: #005C5C;
	border: 0px;
	color: white;
	padding: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}

.smaller {
	font-size: 80%;
}

.my_td {
	width: 200px;
}

.my_td2 {
	width: 350px;
}

#my td {
	vertical-align: top;
	padding: 5px 5px;
}

#my table {
	width: 750px;
}

.length {
	width: 300px;
}

.height {
	height: 100px;
	min-height: 100px;
}

.add {
	widht: 100px;
	height: 100px;
	min-height: 100px;
	position: absolute;
	top: 200px;
	left: 200px;
	z-index: 999;
	cursor: pointer;
}

.add a img{
	border: none;
	align: top;
}

.add span {
	font-weight: bold;
	color: red;
}

#result {
	color: green;
	font-weight: bold;
}

#correct {
	color: red;
}

.mrgtop {
	margin-top: 2px;
}
