/*
  CSS for divorce.html
*/
	body {
		background-color: #000;
		color: #fff;
	}

	h3 {
		margin-bottom: -20px;
	}
	button#credits {
		background-color: #000;
		border: none;
		color: #111;
		float: right;
		width: 3em;
	}
	input#timer,input#date,input#debug  {
		-moz-border-radius: 0% 0% 0% 50%;
		background-color: #000;
		color: #fff;
		font-family: helvetica;
		font-size: 12pt;
		padding-left: .5em;
		width: 6.75em;
	}
	input#date {
		-moz-border-radius: 50% 50% 0% 0%;
		border-bottom: none;
		margin-bottom: -3px;
	}
	input#timer {
		border-right: none;
		border-top: none;
		padding-top: 2px;
	}
	input#debug {
		-moz-border-radius: 0% 50% 50% 0%;
		border-left: none;
		margin-left: -2px;
		width: 30em;
	}
	input#reset,input#sidebar {
		-moz-border-radius: 50% 50% 50% 50%;
		background-color: #000;
		color: #fff;
/*		position: absolute;
*/		float: right;
		bottom: 3em;
		font-family: helvetica;
		font-size: 9pt;
		margin-top: .5em;
	}
