/* Put your custom css here */
.tdprice
{
    font-size:0.8em !important; 
    line-height:0.9em !important;
    border:0px solid #ccc;
    text-align:center;
    font-weight:bolder;
    padding:4px;
}
.icoprice 
{
    color:#09C !important;
    font-size:32px;
    margin-top:5px;
}
.boxdashed
{
    border:1px dashed #09c; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding:5px;
}
.boxdashedbold
{
    border:2px dashed #333; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding:5px;
}
.inputy
{
    background:#fe9;
    font-weight:bold;
    color:#060;
    border:1px solid #999 !important;
    height:30px !important;    
    width:99% !important;
    padding-left:6px;
    color:#030;
    margin-bottom:10px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.ui-datepicker-header 
{
    background:#ccc !important;
}
.imglogo 
{
    width:90%;
    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
    max-width:120px !important;
}