﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);


.new-form {
    margin-left: auto;
    margin-right: auto;
    /*width: 343px;
    height: 333px;*/
    padding: 20px 30px 20px 30px;
    border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
    box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
    overflow: hidden;
}

.new-textarea {
    background: rgba(255, 255, 255, 0.4) url(http://luismruiz.com/img/gemicon_message.png) no-repeat scroll 16px 16px;
    width: 100%;
    height: 80px;
    border: 1px solid rgba(255,255,255,.6);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #fff;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

.new-input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(255,255,255,.4);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    background-color: #707070;
}

.new-input[type=submit] {
    cursor: pointer;
}

    /*.new-input.name {
        background: rgba(255, 255, 255, 0.4) url(http://luismruiz.com/img/gemicon_name.png) no-repeat scroll 16px 16px;
        padding-left: 45px;
    }*/

    /*.new-input.email {
        background: rgba(255, 255, 255, 0.4) url(http://luismruiz.com/img/gemicon_email.png) no-repeat scroll 16px 20px;
        padding-left: 45px;
    }*/

    /*.new-input.message {
        background: rgba(255, 255, 255, 0.4) url(http://luismruiz.com/img/gemicon_message.png) no-repeat scroll 16px 16px;
        padding-left: 45px;
    }*/

    .new-input::-webkit-input-placeholder {
        color: #fff;
    }

    .new-input:-moz-placeholder {
        color: #fff;
    }

    .new-input::-moz-placeholder {
        color: #fff;
    }

    .new-input:-ms-input-placeholder {
        color: #fff;
    }

    .new-input:focus, .new-textarea:focus {
        background-color: rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
        -webkit-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
        box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
        overflow: hidden;
    }

.btn {
    width: 138px;
    height: 44px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: right;
    border: 1px solid #be0921;
    background: #be0921;
    background: -webkit-gradient(linear, left top, left bottom, from(#f14c62), to(#be0921));
    background: -webkit-linear-gradient(top,#f14c62, #be0921);
    background: -moz-linear-gradient(top, #f14c62, #be0921);
    background: -ms-linear-gradient(top,#f14c62, #be0921);
    background: -o-linear-gradient(top, #be0921, #be0921);
    background-image: -ms-linear-gradient(top, #be0921 0%, #be0921 100%);
    padding: 10.5px 21px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
    box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
    text-shadow: #333333 0 1px 0;
    color: #e1e1e1;
}

    .btn:hover {
        border: 1px solid #253737;
        text-shadow: #333333 0 1px 0;
        background: #be0921;
        background: -webkit-gradient(linear, left top, left bottom, from(#77b2b0), to(#be0921));
        background: -webkit-linear-gradient(top,#be0921, #be0921);
        background: -moz-linear-gradient(top, #be0921, #be0921);
        background: -ms-linear-gradient(top,#be0921, #be0921);
        background: -o-linear-gradient(top, #77b2b0, #be0921);
        background-image: -ms-linear-gradient(top, #77b2b0 0%, #be0921 100%);
        color: #fff;
    }

    .btn:active {
        margin-top: 1px;
        text-shadow: #333333 0 -1px 0;
        border: 1px solid #253737;
        background: #be0921;
        background: -webkit-gradient(linear, left top, left bottom, from(#be0921), to(#be0921));
        background: -webkit-linear-gradient(top, #be0921, #609391);
        background: -moz-linear-gradient(top, #be0921, #be0921);
        background: -ms-linear-gradient(top, #be0921, #be0921);
        background: -o-linear-gradient(top, #be0921, #be0921);
        background-image: -ms-linear-gradient(top, #be0921 0%, #be0921 100%);
        color: #fff;
        -webkit-box-shadow: rgba(255,255,255,0) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
        -moz-box-shadow: rgba(255,255,255,0) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
        box-shadow: rgba(255,255,255,0) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
    }
.new-input.theme-btn.btn-style-one {
    padding: 0 40px;
    border: 1px solid #be0921;
    margin-bottom: 0;
}