
#scoresubmitdialog
{
	color: #000000;
	background-color: #87cdfa;
	border: 3px outset #87cdfa;
	padding: 10px;
	text-align: left;
	display: none;
	position: absolute;		/* Value should be "fixed", but IE doesn't support it.
	                         (Why am I supporting IE when IE doesn't support the W3C standards?)
	                          TODO: show an alert box to inform IE users this page may display
	                                incorrectly due to the shit brower they're using. */
}

.scoresubmitdialogtitle
{
	color: #000000;
	background-color: inherit;
	padding: 0px 0px 10px 0px;
	font-family: helvetica;
	font-size: 16px;
	font-weight: bold;
}

.scoresubmitformlabel
{
	color: inherit;
	background-color: inherit;
	padding: 4px 2px 4px 0px;
	text-align: right;
	white-space: nowrap;
	font-family: tahoma;
	font-size: 14px;
}

.scoresubmitformvalue
{
	color: inherit;
	background-color: inherit;
	padding: 4px 0px 4px 0px;
	text-align: left;
}

.scoresubmitforminput
{
	color: inherit;
	background-color: #f0f0f0;
	border: 1px solid #a0a0a0;
	padding: 2px;
	font-family: helvetica;
	font-size: 14px;
}

.scoresubmitformcontrols
{
	color: inherit;
	background-color: inherit;
	padding: 20px 0px 0px 0px;
	text-align: right;
}

.scoresubmitformbutton
{
	color: #203080;
	background-color: #87cdfa;   /* would be better to inherit, but IE doesn't support it */
	border: 2px outset #87cdfa;
	padding: 2px;
	font-family: helvetica;
	font-size: 14px;
	font-weight: bold;
}
