﻿@charset "utf-8";


#calculateBox td input{
    position:relative;
    z-index:2;
}
#calculateBox label{
    position:relative;
    z-index:1;
}
#calculateBox td.error input , 
#calculateBox td.error textarea , 
#calculateBox td.error label {
    background:#FFCCCC;
}
* html #calculateBox td.error label {
    background:none;
}
*+html #calculateBox td.error label{
    background:none;
}
#calculateBox td p.error{
    margin:0;
    color:red;
    font-weight:bold;
    margin-bottom:1em;
}
