/* 
    Document   : jq_valuuttamuunnin
    Created on : 24.1.2013, 17:39:47
    Author     : jhakola
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

fieldset {
    width: 40em;
}

label {
    float: left;
    width: 6em;
    clear: left;
}

input {
    float: left;
}

input[type=submit] {
    clear: left;
}

span {
    float: left;
    color: red;
}