/*
#------------------------------------------------------------------------
# postnote -February 2011 (for Joomla 1.6)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
body {
	background: #fbfbfb;
	color: #444;
	font: 13px/1.8 Verdana,Geneva,sans-serif;
}

h2 {
	text-align: center;
	font-size: 150%;
	color: #222;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover,a:active,a:focus {
	color: #222;
}

p {
	margin: 0.8em 0;
}

a > img {
	display: none !important;
}

#mailto-window {
	padding: 0 20px;
}

form div label {
	display: block;
	width: 100%;
	font-size: 90%;
}

form div input {
	width: 96%;
	border: 1px solid #e1e1e1;
	border-top-color: #c1c1c1;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #656565;
}

.button {
	float: right;
	background: #202020;
	margin: 0;
	cursor: pointer;
	padding: 6px 9px;
	text-align: center;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border: none;
	background-color: #202020;
}

.button:first-child {
	float: left;
}

.button:hover,.button:focus {
	background: #999;
	color: #fff;
}