/*

#------------------------------------------------------------------------

# Finance Business -August 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: #fff;
	color: #555;
	font: 13px/1.8 Verdana,Geneva,sans-serif;
}
h2 {
	text-align: center;
	font-size: 150%;
	color: #222;
}
a {
	text-decoration: none;
	color: #3477bb;
}
a:hover,a:active,a:focus {
	color: #1a1a1a;
}
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%;
	padding: 0;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background: #f7f7f7;
	text-indent: 8px;
	min-height: 25px;
	-webkit-box-shadow: inset 0 2px 4px #eee;
	-moz-box-shadow: inset 0 2px 4px #eee;
	box-shadow: inset 0 2px 4px #eee;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
.button {
	float: right;
	height: 23px !important;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	padding: 0 12px 2px 12px;
	background: transparent url('../../images/style1/readon.png') repeat-x 0 0;
	color: #fff;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin: 0 15px 3px 2px;
}
.button:first-child {
	float: left;
}
.button:hover,.button:focus {
	background-position: 0 bottom;
	color: #fff;
	text-decoration: none;
}
