/* CSS Document */

.form_history {
    padding: 10px;
}
.form_history p.row {
    height: 24px;
    margin-bottom: 3px;
    width: 100%;
}
.form_history p label {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    width: 113px;
}
.form_history p select, .form_history p input {
    border: 1px solid #dddddd;
    color: #7a7a7a;
    height: 24px;
    width: 211px;
}
.form_history p input.w115 {
    height: 22px;
    padding: 0 5px;
    width: 106px;
}
.form_history p select.w40 {
    width: 40px;
}
.form_history p input.right[type="button"] {
    cursor:pointer;
    float: right;
    width: 100px;
}
/* .ajax-loading-style{
	background:url(img/loading2.gif) no-repeat center center;
	cursor:auto !important;
} */
#calculated {
    width: 12px;
}

