/*
#------------------------------------------------------------------------
# Appsite -March 2011 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.8;
	background: #eaeaea;
	color: #656565;
	font: 12px/1.8 Arial,Verdana,Geneva,sans-serif;
}

h2 {
	text-align: center;
	font-size: 150%;
}

a {
	color: #36b0e4;
	text-decoration: none;
}

a:hover,a:active,a:focus {
	color: #e45b36;
}

p {
	margin: 0.5em 0;
}

a > img {
	display: none !important;
}

#mailto-window {
	padding: 0 20px;
}

form div label {
	display: block;
	width: 100%;
	font-size: 90%;
}

form div input {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	border: 1px solid #ddd;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 95%;
}

.button {
	height: 29px !important;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px/31px Arial, Helvetica, sans-serif;
	padding: 0 12px;
	background: transparent url('../../images/btn.png') repeat-x 0 0;
	color: #3b3b3b;
	font-weight: bold;
	cursor: pointer;
	border: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 1px 2px #8f8f8f;
	-moz-box-shadow: 0 1px 2px #8f8f8f;
	box-shadow: 0 1px 2px #8f8f8f;
	margin: 0 5px 3px 2px;
	float: right;
	height: 31px !important;
	line-height: 31px !important;
}

.button:first-child {
	float: left;
}

.button:hover,.button:focus {
	color: #36b0e4;

	-webkit-box-shadow: 0 1px 2px #aaa;
	-moz-box-shadow: 0 1px 2px #aaa;
	box-shadow: 0 1px 2px #aaa;
}
