.jumiwrapper{
    width: 98%;
}

.jumiwrapper form{
    font-size: 1em;
    text-align: center;
}

.jumiwrapper fieldset{
    text-align: left;
    padding: 0px;
    margin: 2px;
    border: 1px solid #ccc;
}

.jumiwrapper legend{
    margin-left: 10px;
}

.jumiwrapper .fieldwrapper{
    clear: both;
    margin: 5px;
    padding: 0;
    font-size: .9em;
}

.jumiwrapper .fieldwrapper label{
    font-weight: bold;
    float: left;
    width: 30%;
    text-align: left;
    margin-right: 10px;
}

.jumiwrapper .innerwrap{
    float: left;
    margin: 0;
    padding: 0;
    width: 65%;
}

.jumiwrapper .example{
    font-size: .9em;
    margin: 0;
    padding: 0;
}

.jumiwrapper input.long, .jumiwrapper input.submit, .jumiwrapper textarea{
    border: 1px solid #666;
    background: #ddd;
    color: #333;
    margin: 0 0 10px 0;
    font-size: .9em;
    line-height: 1.2em;
}

.jumiwrapper input.long:hover, .jumiwrapper input.submit:hover, .jumiwrapper textarea:hover{
    background: #ccc;
}

.jumiwrapper input.long:focus, .jumiwrapper input.submit:focus, .jumiwrapper textarea:focus{
    background: #fff;
}

.jumiwrapper input.submit{
    font-weight: bold;
}

.jumiwrapper input.long, .jumiwrapper textarea{
    width: 325px;
}

.jumiwrapper textarea{
    height: 60px;
}
