.index_body {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	background:#ddddff;
	}

.index_header {
	height: 1em;
	position:relative;
	top:12px;
	font-size:50px;
	font-style:italic;
	font-weight:bold;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	color:#ffe; 
	filter: Shadow(color=#000000, direction=135, strength=12);
	display:inline-block;
	}

body {
	-moz-user-select: -moz-none;
	}

button::-moz-focus-inner {
	border:0;
	}

input {
	-moz-user-select: text;
	}

.logon_but {
	background-color: #dbce8d;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	border-bottom: 3px solid buttonshadow;
	border-right:  3px solid buttonshadow;
	border-top:    3px solid buttonhighlight;
	border-left:   3px solid buttonhighlight;
	font-weight:bold;
	width:80px;
	margin-left:5px;
	margin-right:5px;
	height:24px;
	}

