/* 
    Document   : mortgage-app-style
    Created on : 19 Sep, 2013, 2:30:11 PM
    Author     : sourav mondal
    Description: Purpose of the stylesheet follows.
*/
.MortCal {
    color: #fff;
}
.MortCal label{
    font-size: 13px;
margin-bottom:10px;
color:black;
}
.MortCal input{
margin-bottom:0px;
}
.MortCal h3{
    margin: 0px !important;
}
.showresultmor {
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 70%;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
color:#666;
}
.clear{
    clear: both;
}

input[type="text"] {
    cursor: pointer;
    color: #666;
}
.morhdcls{
display:none;
}


