/* ////////////////////////Verical Navigation End ///////////////////////////// */

/* Forms - by HansA*/

input[type="text"],input[type="email"],input[type="tel"],
input[type="date"],input[type="number"],input[type="textarea"],
input[type="password"],select,input[type="time"],radio,textarea{
    width:250px;
    border: 2px;
    border-radius:5px;
    text-indent:2px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 255, 51, 0.7), 0px 1px 2px 0px rgba(0, 0, 0, 0.9) inset;
}

input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,
input[type="date"]:focus,input[type="number"]:focus,input[type="textarea"]:focus,
input[type="password"]:focus,select:focus,option:focus,input[type="time"]:focus,radio{
    border: 2px solid rgb(153, 255, 51);
    border-radius:5px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    background-color: #FFFFFF;
    border-top-color: rgb(153, 255, 51);
    border-bottom-color: rgb(153, 255, 51);
    box-shadow: 0px 0px 5px rgba(0, 255, 51, 0.7), 0px 1px 2px 0px rgba(0, 0, 0, 0.9) inset;
}

.formlabels{
    vertical-align: top;
    text-align: left;
    text-shadow: calc;
    font-size: 12px;
    font-family: sans-serif;
    width: 25%;
}

.forminputs{
    vertical-align: top;
    text-align: left;
    text-shadow: calc;
    font-size: 12px;
    font-family: sans-serif;
    width: 75%;
}

.formheadings{
    vertical-align: top;
    text-align: center;
    text-shadow: calc;
    font-size: 14px;
    text-decoration-color: whitesmoke;
    font-family: monospace;
    background-color: greenyellow;
}

.zoobutton {
    background:#5CCD00;
    background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
    background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CCD00',endColorstr='#4AA400',GradientType=0);
    padding:10px 15px;
    color:#fff;
    font-family:'Helvetica Neue',sans-serif;
    font-size:16px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #459A00
}

.zoobutton :hover{
    background:#99ff33;
    border:1px solid #ff0033
}
/* ////////////////////// Forms End ///////////////////////////////*/
