div#expandbutton {
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
	font-size: 17px;
}
a.expandbutton { text-shadow: 0 0 2px #000000; padding:2px }
a.expandbutton:hover { color:#FFFFFF; }

div#contents {
    width: 80%;
    font-size: 35px;
    margin: 20px 0 50px 0;
}

form {
	display: block;
	color: #00FF00;
	background-color: #0D0056;
	border: solid 1px #000000;
	width: 500px;
	margin: 0 auto 0 auto;
	padding: 5px;
	text-align: center;
	font-size: 17px;
}

input {
	outline: none;
	border: solid 1px #202020;
}

table.submit {
	color:inherit;
	width:100%;
}

td.left {
	width: 234px;
}

input.table {
	width: 100%;
    font-size: inherit;
}

textarea {
    width: 100%;
    height: 50px;
    outline: none;
    resize: vertical;
}

div#errormsg {
    font-size: 19px;
    display:none;
}

