
* {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
}
#roicalculator span {
    font-size: 12px;
    line-height: normal;
}

#roileft {
    float: left;
    width: 460px;
    padding: 20px;
    border: 1px solid black;
    border-radius: 20px;
}
#roiright {
    float: left;
    width: 250px;
    padding: 10px;
}

#roileft h1 {
    font-size: 16px;
    margin-top: 0px;
}

.box_gray {
    float: left;
    width: 130px;
    height: 120px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #EEEEEE;
    border-radius: 5px;
}
.box_spacer {
    float: left;
    width: 5px;
    height: 100px;
}
.spacer {
    height: 10px;
    clear: both;
}
.slider {
    width: 320px;
    float: left;
    margin-right: 20px;
}
.slider_container {
    margin-top: 10px;
    margin-bottom: 10px;
}
div.result {
    float: right;
    width: 90px;
    margin-bottom: 5px;
}
div.label {
    float: left;
    width: 140px;
    text-align: right;
    margin-bottom: 5px;
    clear: left;
}
.larger {
    font-size: 16px;
}
#roiright h2 {
    font-size: 18px;
    color: #000;
}
#roiright h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}
#roiright h3 span {
    font-size: 16px;
}
#roiright .roiresult {
    background-image: url(../images/roi_background.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
#roiright .roiresult span {
    font-size: 16px;
    font-weight: bold;
}
div.slider a {
	background-color: #ff9e01 !important;
	background-image: none !important;
}
.form input, .form select {
    border: 1px solid #A1B0B7;
    display: block;
    width: 250px;
    height: 35px;
    z-index: 900;
    margin-top: 15px;
    padding: 5px;
}
.formelement {
    position: relative;
}
.form label {
    background-color: white;
    display: inline-block;
    z-index: 1000;
    position: absolute;
    top: -7px;
    left: 7px;
}
.form label.error {
    top: 28px;
    left: 7px;
    color: #F00;
}
.form label span {
    color: #F00;
    margin-right: 5px;
}

.form input.button {
    font-family: Arial;
    margin-top: 15px;
    background-color: #FF9E01;
    border: 1px solid #FF9E01;
    border-radius: 3px;
    color: #FFF;
    font-weight: bold;
    height: 40px;
    text-align: left;
    cursor: pointer;
}