/*html.css*/
html {
    /*background: linear-gradient(to bottom, rgba(70, 45, 185, 1.0) 0%, rgba(60, 25, 215, 1.0) 15%, rgba(150, 95, 200, 0.5) 35%, rgba(90, 55, 245, 1.0) 100%);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
#processingWrap {
    /*background-color: rgba( 190, 255, 50, 1.0);*/
}


/*form.css*/
fieldset {
    background: linear-gradient(to bottom, #86B7F5, #227BeB 100%);
}
legend {
    background: linear-gradient(to bottom, #227BeB , #86B7F5 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, 250, 252, 0.8);
}
.left {
    background-color: rgba(255, 250, 252, 0.7);
}
.right {
    background-color: rgba(255, 250, 252, 0.7);
}

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

.trhover:hover {
    background-color: #cdcdff;
    color: #000;
}