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

body {
	line-height: 1.8;
	color: #000;
	font: 12px/1.8 Arial, Verdana;
}
h2 {
	font: normal 20px/1.0 Arial, Verdana, sans-serif;
	color: #000;
	margin: 0!important;
}
a {
	text-decoration: none;
	color: #000;
	transition: color 0.15s linear;
}
a:active,
a:focus,
a:hover {
	color: #549EFF;
}
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 #000;
	width: 100%;
}
#mailtoForm p button {
	float: right!important;
}
#mailtoForm p button:first-child {
	float: left!important;
}
label {
	color: #000;
	font-size: 12px;
	line-height: 1.8;
	margin: 2px 0 0 0;
	float: left;
	font-weight: 700;
	width: 100%;
	text-transform: uppercase;
}
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 #549EFF !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 30px;
	line-height: 20px;
	padding: 5px 10px;
	font-size: 12px;
	color: #000;
	max-width: 100% !important;
	width: 100% !important;
}
input:focus {
	background: #fff;
}
button,
.button,
input[type="submit"],
input[type="button"] {
	border: none !important;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;	
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #549EFF !important;
    font-size: 16px;
    font-weight: 300!important;
    height: auto;
    line-height: 23px;
    margin: 0 8px 0 11px;
    padding: 0;
	text-transform:lowercase;
}
button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {	
	text-decoration: underline;
}
