/*
#------------------------------------------------------------------------
# cherryDesign -April 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;
	font-weight: normal;
	font-family: Georgia !important;
}

a {
	text-decoration: none;
	color: #222;
}

a:hover,a:active,a:focus {
	color: #333;
}

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;
	font-family: Arial, Helvetica, sans-serif;
	color: #656565;
}

button,a.readon,input[type="submit"],input[type="button"] {
	display: block;
	border: none;
	height: 24px !important;
	line-height: 24px !important;
	color: #4d4d4d;
	background: transparent url('../../images/style1/btn.png') repeat 0 0;
	padding: 0 10px;
	margin: 0 0 0 2px;
	float: left;
	font-family: Georgia, serif;
}
