﻿.black-item p {
    color: #fff;
    margin: 0 10px 13px 13px;
}

div.input {
    display: inline;
    position: relative;
    
    padding: 0;
    margin: 0;
}

    div.input input.your-name {
        border: solid 1px #fff;
        color: #424242;
        font-size: 0.9em;
        height: 14px;
        width: 163px;
        margin: 0 0px 13px 13px;
        background-image: url(../../Resource/gfx/bgs/bg-textbox-leftbar.gif);
        background-position: top;
        background-repeat: repeat-x;
        padding: 5px 0 0 5px;
    }
    
    div.input input.your-email {
        border: solid 1px #fff;
        color: #424242;
        font-size: 0.9em;
        height: 14px;
        overflow: auto;
        width: 138px;
        margin: 0px 0px 13px 13px;
        background-image: url(../../Resource/gfx/bgs/bg-textbox-leftbar.gif);
        background-position: top;
        background-repeat: repeat-x;
        padding: 5px 0 0 5px;
    }
    
    div.input-button {
        position: absolute;
        display: inline;
        margin: 0;
        
        overflow: visible;
        padding: 0;
    }
    
    .go-button {
        position: absolute;
        margin-left: -3px;
        padding-bottom: 20px;
        padding: 0;
    }
    
img.facebook-logo {
    margin: 0px 0px 13px 13px;
}