/*
#==============================================================================
# key.css
#==============================================================================
# Copyright (c) 2007 Pierre Delore. All rights reserved.
#
# Defines the CSS for key plugin
#
# This file is part of the PmWiki key plugin; you can redistribute it
# and/or modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of the License,
# or (at your option) any later version.
#==============================================================================
*/


.kbd {
	color: #333333;
	background-color: #E8E8E8;
	text-align: center;
	border-left: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	-moz-border-radius: 4px 4px 4px 4px;
	padding-left: 1px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: top;
	font-family: sans-serif;
}
