/*
#------------------------------------------------------------------------
# Black and White -October 2010 template (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 {
	line-height: 1.9;
	background: #e8e7df url('../../images/style1/bg.jpg') repeat 0 0;
	color: #666;
	font: 13px/1.8 Aria,Verdana,Geneva,sans-serif;
}

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

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

a:hover,a:active,a:focus {
	color: #858585;
	text-decoration: underline;
}

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 {
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #666;
	padding: 5px 10px;
	width: 95%;
}

.button {
	display: block;
	border: 1px solid #9b9886;
	float: right;
	height: 24px !important;
	line-height: 24px;
	color: #fff;
	background: #a8a592;
	padding: 0 8px;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	height: 22px !important;
}

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

.button:hover,.button:focus {
	background: #373636;
	border-color: #222;
	cursor: pointer;
	text-decoration: none;
}
