/* Schoolyard Justice movie - form inputs CSS file
Site : www.syjmovie.com/v2/contact.php
Author : Michael Kubler
email : contact@greyphoenix.biz
*/

fieldset {
    width: 30em;
    padding-left: 1em;
}

input {
    width: 200px;
    margin: .5em 0;
}
#secondNav.input {
    width: 120px;
}

.subscribe {
    font-size: .75em;
    margin-bottom: 1px;
}
textarea {
    width: 37em;
    height: 10em;
}

input:focus, textarea:focus {
    background: #ffc;
}
input[type="text"], textarea {
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.required {
    font-size: 0.75em;
    color:#760000;
}
label {
    display: block;
}

form p {
    position: relative;
}

/* for when a user inputs something incorrectly */
.inputError {
    margin-left: 2em;
    left: 200px;
    font-weight: bold;
    color: #760000;
    padding-left: 18px;
    background: url(../etc/errorSmall.png) no-repeat left;
}

* html .feedback{
    width: 10em;
}


/* NON INPUT CSS STUFF */
 hr {
    height: 2px;
    border: 2px;
    width: 80%;
    background-color: #600000;
    color: #600000;
}

hr a:hover {
  height: 20px;
  width: 100%;
}