﻿input, a.button
{
    background-color:#f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    box-shadow: 0 0 5px 1px #e0e0e0;
    padding: 5px 8px;
}

input:focus, a.button:focus
{
    outline: 0;
}

input[type=submit], a.button, a.button:visited, a.button:hover, a.button:link, a.button:focus, a.button:active
{
    background-color: #bf3604;
    background: -webkit-linear-gradient(#bf3604, #9d3325); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#bf3604, #9d3325); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#bf3604, #9d3325); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(#bf3604, #9d3325);/*For IE10*/
    background: linear-gradient(#bf3604, #9d3325); /* Standard syntax */
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-decoration:none;
}

input:focus, input:hover
{
    box-shadow: 0 0 5px 1px #707070;
}

input[type=submit]:focus, a.button:focus
{
    background-color: #9d3325;
    background: -webkit-linear-gradient(#9d3325,#bf3604); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#9d3325,#bf3604); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#9d3325,#bf3604); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(#9d3325,#bf3604);/*For IE10*/
    background: linear-gradient(#9d3325,#bf3604); /* Standard syntax */
}

form
{
    padding: 0;
    margin: 0;
}

form.siteSearch input[type=search]
{
    max-width: 15em;
}

textarea
{
    width: 25em;
    height:4em;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    box-shadow: 0 0 5px 1px #e0e0e0;
    padding: 5px 8px;
}

textarea:focus, textarea:hover
{
    box-shadow: 0 0 5px 1px #707070;
}

textarea, input[type="text"], input[type="checkbox"],input[type="radio"]
{
    margin:0.3em 0em 0.8em 0em;
}

input[type="radio"]
{
    margin-left:0.3em;
}