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

body {
	overflow: auto;
	height: 100%;
	width: 100%;
}

button,
.button,
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	background: #e81f00;
	border: 1px solid #e81f00;
	color: #fff!important;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	height: 38px;
	line-height: 37px;
	margin: 10px 28px 0px 0px;
	padding: 0 24px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background: #000;
	border-color: #000;
	color: #fff!important;
}

#mailto-window {
	padding: 20px;
}

.formelm input {
	border-radius: 0;
	height: 30px;
}

.mailto-close {
	position: absolute;
	top: 10px;
	right: 10px;
}