#signup {
    padding: 0px 25px 25px;
    /*padding-left: 1%;*/
    background: #fff;
    box-shadow:
        0px 0px 0px 5px rgba( 255,255,255,0.4 ),
        0px 4px 20px rgba( 0,0,0,0.33 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table;
    position: static;
}

#signup .header {
    margin-bottom: 5px;
}

#signup .header p {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
}

#signup .sep {
    height: 1px;
    background: #e8e8e8;
    width: 100%;
    margin: 0px -25px;
}

#signup .inputs {
    color: #444444; /*#8f8f8f;*/
    margin-top: 5px;
    font-size: 0.9rem;

}

#signup .inputs label {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 7px;
    display: block;
}

input::-webkit-input-placeholder {
    color:    #b5b5b5;
/*	font-style: italic;*/
}

input:-moz-placeholder {
    color:    #b5b5b5;
/*	font-style: italic;  */
}

#signup .inputs input[type=email], input[type=password], input[type=text], textarea, select {
    background: #f5f5f5;
    font-size: 12px;
    /*font-size: 0.9rem;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 4px 3px;
    /*width: 90%;*/
    margin-bottom: 5px;  /* was 20 Patty */
/*    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );*/ /* original */
    box-shadow: 1px 2px 4px 2px rgba( 0,0,0,0.1 );
    clear: both;
}

#signup .inputs input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, textarea:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #009ae1, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;
}

#signup .inputs .checkboxy {
    display: block;
    position: static;
    height: 25px;
    margin-top: 10px;
    clear: both;
}

#signup .inputs input[type=checkbox] {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

#signup .inputs label.terms {
    float: left;
    font-size: 14px;
    font-style: italic;
}
#signup .inputs .stuur {
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
	background-color: #C5A97C;
        background: -moz-linear-gradient(
        top,
        #9F8964 0%,
        #C5A97C);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#9F8964),
        to(#C5A97C));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #9F8964;
    -moz-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        0px 0px 0px rgba(255,255,255,0);
    /*display: table;
    position: static;
    clear: both;*/
}

#signup .inputs .stuur {
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
	background-color: #C5A97C;
        background: -moz-linear-gradient(
        top,
        #9F8964 0%,
        #C5A97C);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#9F8964),
        to(#C5A97C));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #9F8964;
    -moz-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        0px 0px 0px rgba(255,255,255,0);
    display: table;
    position: static;
    clear: both;
}

#signup .inputs .stuur:hover {
    background: -moz-linear-gradient(
        top,
        #9F8964 0%,
        #C9B18B);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#9F8964),
        to(#C9B18B));
}
