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


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


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

/*COMPLETARE*/
body {
    color: #000;
}
a {
    color: #444;
}
a:hover {
    color: #333;
}

.hpbg {
    background-color: rgba(255, 255, 255, 1.0);
}

.trhover:hover {
    background-color: #bebebe;
    color: #000;
}
#banner-top {
    display: none;
}