/*
#------------------------------------------------------------------------
# AppsPro Tech - March 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 {
    text-align: center;
    font-size: 150%;
    font: 24px/1.4 Arial, Verdana, sans-serif;
    color: #333
    }

a {
    text-decoration: none;
    color: #000;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear
    }

a:hover, a:active, a:focus {
    color: #cb4900
    }

p {
    margin: 0.5em 0
    }

h2 {
    margin-bottom: 5px !important;
    color: #222;
    font-size: 18px
    }

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;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    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: 4px 0
    }

input {
    border: 1px solid #e7e7e7;
    border-top-color: #ccc;
    height: 14px;
    line-height: 24px;
    padding: 5px 9px
    }

input:focus {
    background: #fffef4
    }

button, .button, input[type="submit"], input[type="button"] {
    display: block;
    border: none;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 21px;
    padding: 0 12px;
    text-transform: uppercase;
    background: #fcda3b;
    color: #353639;
    text-shadow: 0 1px 1px #fff;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    border-radius: 20px !important;
    margin-top: 5px;
    -moz-transition: -moz-background 0.2s ease-out, color 0.2s ease-out, text-shadow 0.2s ease-out;
    -o-transition: -o-background 0.2s ease-out, color 0.2s ease-out, text-shadow 0.2s ease-out;
    -webkit-transition: -webkit-background 0.2s ease-out, color 0.2s ease-out, text-shadow 0.2s ease-out;
    transition: background 0.2s ease-out, color 0.2s ease-out, text-shadow 0.2s ease-out;
    cursor: pointer
    }

button:hover, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background: #353639;
    color: #fff;
    text-shadow: 0 1px 1px #000
    }

input, select, textarea {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear
    }