
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
select,
textarea{
    border: 1px solid #4d4d4d;
    background: #1a1a1a;
    color: #fff;
    padding: 0 20px;
    width: 100%;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
select{
    height: 50px;
}
textarea{
    padding: 20px;
}

.middleColumn{
    margin-bottom: 20px;
}

fieldset.userformsgroup {
    border: none;
    padding: 0;
    clear: both;
}


fieldset.userformsgroup:first-child {
    float: left;
    width: 50%;
    clear: none;
    padding-right:10px;
}
fieldset.userformsgroup:nth-child(2) {
    float: left;
    width: 50%;
    clear: none;
    padding-left: 10px;
}

#MemberLoginForm_LoginForm label.left{
    margin-bottom: 10px;
    display: block;
}
#MemberLoginForm_LoginForm_Remember_Holder{
    margin-bottom: 20px;
}

#UserForm_Form label {
    color: #999;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

select option{
    background: #1a1a1a;
}

.button{
    border: 1px solid #4d4d4d;
    background: #1a1a1a;
    display: inline-block;
    padding: 0 20px;	color: #999;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    height: 48px;
    cursor: pointer;
}

.button:hover{
    color: #fff;
}

.button span{
    float: left;
    line-height: 48px;
}

.button .fa{
    float: right;
    margin-left: 20px;
    font-size: 32px;
}