/*
#------------------------------------------------------------------------
# Startup - October Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

body {
	line-height: 1.8;
	color: #444;
	font: 12px/1.8 Arial, Verdana;
}
h2 {
	font: normal 20px/1.0 Arial, Verdana, sans-serif;
	color: #333;
	margin: 0!important;
}
a {
	text-decoration: none;
	color: #000;
	transition: color 0.15s linear;
}
a > img {
	display: none!important;
}
#mailto-window {
	padding: 0 20px;
}
div.formelm { margin: 6px 0}
form div input {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	border: 1px solid #ddd;
	width: 96%;
}
#mailtoForm p button {
	float: right!important;
}
#mailtoForm p button:first-child {
	float: left!important;
}
label {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.8;
	margin: 2px 0 0 0;
	float: left;
	width: 20%;
}
input {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	border-top-color: #ccc;
	height: 30px;
	line-height: 31px;
	padding: 0 12px;
	font-size: 14px;
	color: #555;
	max-width: 100% !important;
}
input:focus {
	background: #fffef4;
}
button,
.button,
input[type="submit"],
input[type="button"] {
	background: #53524d; /* Old browsers */
	background: -moz-linear-gradient(top,  #53524d 0%, #62615d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53524d), color-stop(100%,#62615d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #53524d 0%,#62615d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #53524d 0%,#62615d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #53524d 0%,#62615d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #53524d 0%,#62615d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53524d', endColorstr='#62615d',GradientType=0 ); /* IE6-9 */
	border: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
	   -moz-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
	    -ms-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
	     -o-box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);
	        box-shadow: inset 1px 1px 0 #585752, 1px 0 3px rgba(0, 0, 0, 0.26);   
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: normal;
	height: 36px;
	line-height: 37px;
	margin: 0 5px 2px 2px;
	padding: 0 20px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	-webkit-transition: all .1s ease-out;
	   -moz-transition: all .1s ease-out;
	     -o-transition: all .1s ease-out;
	        transition: all .1s ease-out;
}
button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background: #f8693b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8693b 0%, #eb592a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8693b), color-stop(100%,#eb592a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8693b 0%,#eb592a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8693b 0%,#eb592a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8693b 0%,#eb592a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8693b 0%,#eb592a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8693b', endColorstr='#eb592a',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 1px 1px 0 #f7683a, 1px 0 3px rgba(0, 0, 0, 0.26);
	   -moz-box-shadow: inset 1px 1px 0 #f7683a, 1px 0 3px rgba(0, 0, 0, 0.26);
	    -ms-box-shadow: inset 1px 1px 0 #f7683a, 1px 0 3px rgba(0, 0, 0, 0.26);
	     -o-box-shadow: inset 1px 1px 0 #f7683a, 1px 0 3px rgba(0, 0, 0, 0.26);
	        box-shadow: inset 1px 1px 0 #f7683a, 1px 0 3px rgba(0, 0, 0, 0.26);  
	color: #fff;  
}
