#javascriptDisabled {
	width: 100%; text-align: center;
}
#javascriptDisabledTable {
	width: 600px; background: #e5e5e5; margin-left: auto; margin-right: auto; text-align: left; margin-top: 18%; padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px;
}

/*
	reset
*/
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: regular;
	line-height: 1.4;
}
a {
	text-decoration: none;
}

/*
	classes
*/
.formlabel {
	text-align: right;
}
.textinput {
	width: 150px;
	height: 17px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 0px;
	border-right: 0px;
	background: #ffffff;
}
.textinputsmall {
	width: 60px;
	height: 17px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 0px;
	border-right: 0px;
	background: #ffffff;
}
.selectinput {
	width: 150px;
	height: 17px;
}
.selectinputsmall {
	width: 60px;
	height: 17px;
}
.textareainput {
	width: 300px;
	height: 125px;
}
