
.notifbox_w {
    width: 430px;
}

div.notifbox {
    padding: 14px 25px;
    background-color: rgba(255,255,255,0.15);
    border: 1px solid #606060;
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    margin: 0 20px 10px 10px;
    width: 430px;
}

.notifbox button {
    background-color: rgba(0,0,0,0.15);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #606060;
    box-shadow: 0 4px 0 #000;
    text-align: center;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-shadow: 0 -1px 0 #000;
    width: 100px;
}

.notifbox button:hover,
.notifbox button:focus {
    background-color: rgba(100,100,100,0.15);
    color: #556;
    outline: none;
}

.notifbox button:active {
    background-color: rgba(0,0,0,0.2);
    color: #334;
    box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
    top: 1px;
}

.notifbox input[type="text"] {
    background-color: rgba(255,255,255,0.5);

    border: 1px solid #444;
    border-radius: 16px 7px 7px 16px;
    -moz-border-radius: 7px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-bottomleft: 16px;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;

    font-weight: 400;
    height: 40px;
    margin: 0;
    padding: 10 10px;
    text-shadow: 0 -1px 0 #000;
    width: 100%;

    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box; 
    -moz-background-clip:    padding; 
    background-clip:         padding-box;
}
