/*html.css*/
html {
    background: rgba(0, 0, 0, 1.0);
}
#processingWrap {
    background-color:  rgba( 50, 50, 50, 1.0);
}


/*form.css*/
fieldset {
    background: linear-gradient(to bottom, #444444, #333333 100%);
}
legend {
    background: linear-gradient(to bottom, #333333 , #444444 100%);
}
input, select, textarea {
    border: 2px solid green; 
}
input:focus, select:focus, textarea:focus {
    border: 4px solid green; 
}


/*main.css*/
article {
    background-color: rgba(0, 0, 0, 1.0);
}
.left {
    background-color: rgba(0, 0, 0, 1.0);
}
.right {
    background-color: rgba(0, 0, 0, 1.0);
}

/*COMPLETARE*/
body {
    color: #ffffff;
}
a {
    color: #eeeeee;
}
a:hover {
    color: #efefef;
}

.hpbg {
    background-color: rgba(13, 13, 13, 0.7);
}

.trhover:hover {
    background-color: #252525;
    color: #fff;
}
#banner-top {
    display: none;
}