#mainFrame {
	position: relative;
	width: 550px;
	height: 395px;
	margin: 0 auto;
}

.seqinput {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 530px;
	height: 200px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#results {
	position: absolute;
	width: 520px;
	top: 280px;
	left: 15px;
}

#clear {
	position: absolute;
	left: 450px;
	top: 230px;
	z-index: 20;
	background-color: #b0c4de;
	border-radius: 5px;
	padding: 3px;
	cursor: pointer;
}

#calc {
	position: absolute;
	left: 450px;
	top: 260px;
	z-index: 20;
	background-color: #b0c4de;
	border-radius: 5px;
	padding: 3px;
	cursor: pointer;
}

#typeradio {
	position: absolute;
	left: 10px;
	top: 230px;
	z-index: 20;
}

#fragtype {
	position: absolute;
	left: 150px;
	top: 260px;
	z-index: 20;
}