/*Accesskeys*/

/*Keyboard Notation*/
kbd, .keys {
	background-color: #FFFFFF;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	color: #000000;
	font-family: monospace;
	font-size: 140%;
	font-weight: bold;
	margin: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}

li{
margin: 3px 0px 3px 0px;
}
/* end of keyboard notation*/

/*Form Stuff*/
legend{
	font: normal bold 0.9em tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
text-align:center;
}

fieldset{
	padding:5px;
	font: normal normal 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input,textarea{
background-color:#FFFFEE;
}

.hidden {
visibility:hidden;
display: none;
}
/*end of form stuff*/
