body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}    
form {
    margin: 0px;
}
.cfcontainer {
    width: 100%;
}
.cfcontainer .cfbanner {
    height: 5px;    
}
.cfcontainer .cftable {
    
}
.cfcontainer .cftable .cfrow{

}
.cfcontainer .cftable .cfrow .cfcol {
    padding-left: 10px; padding-right: 10px; 
}
.cfcontainer .cftable .cfrow .cfftitle {
    padding-top: 10px;
    color: #666666;
    font-weight: bold;
}
.cfcontainer .cftable .cfrow .cffvalue {

}
.cfcontainer .cftable .cfrow .cffvalue input, .cfcontainer .cftable .cfrow .cffvalue textarea {
    width: 99%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}
.cfcontainer .cftable .cfrow .cffvalue input[type=checkbox], .cfcontainer .cftable .cfrow .cffvalue input[type=radio] {
    width: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}
.cfcontainer .cftable .cfrow .cffvalue select {
    width: 99%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    padding-top: 2px;
    padding-bottom: 2px;
}
.c_details { height: 50px; }
.cfcontainer .cftable .cfsubmitrow {
    
}
.cfcontainer .cftable .cfsubmitrow .cfcol {
    padding-left: 10px; padding-right: 10px; 
}
.cfcontainer .cftable .cfsubmitrow .cffval{
    min-height: 20px; 
}
.cfcontainer .cftable .cfsubmitrow .cffbutton{
    text-align: center;
}
.cfcontainer .cffooter {
    min-height: 20px;
}
@media only screen and (min-width: 500px) {
    body {
        margin: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }    
    form{
        margin: 0px;
    }
    .cfcontainer {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .cfcontainer .cfbanner {
        height: 20px;        
    }
    .cfcontainer .cftable {
        padding: 10px;
    }
    .cfcontainer .cftable .cfrow{
    
    }
    .cfcontainer .cftable .cfrow .cfcol {
    
    }
    .cfcontainer .cftable .cfrow .cfftitle {
        padding-top: 10px;
    }
    .cfcontainer .cftable .cfrow .cffvalue {
    
    }
    .cfcontainer .cftable .cfrow .cffvalue input, .cfcontainer .cftable .cfrow .cffvalue textarea, .cfcontainer .cftable .cfrow .cffvalue select {
        width: 99%;
        font-size: 14px;
    }
    .cfcontainer .cftable .cfsubmitrow {
    
    }
    .cfcontainer .cftable .cfsubmitrow .cfcol {
    
    }
    .cfcontainer .cftable .cfsubmitrow .cffval{
    
    }
    .cfcontainer .cftable .cfsubmitrow .cffbutton{
    
    }
    .cfcontainer .cffooter {
    
    }
}

@media only screen and (min-width: 1000px) {
    body {
        margin: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }    
    form{
        margin: 0px;
    }
    .cfcontainer {
        
    }
    .cfcontainer .cfbanner {
        height: 20px;        
    }
    .cfcontainer .cftable {
        padding: 10px;
    }
    .cfcontainer .cftable .cfrow{
    
    }
    .cfcontainer .cftable .cfrow .cfcol {
    
    }
    .cfcontainer .cftable .cfrow .cfftitle {
        padding-top: 10px;
    }
    .cfcontainer .cftable .cfrow .cffvalue {
    
    }
    .cfcontainer .cftable .cfrow .cffvalue input, .cfcontainer .cftable .cfrow .cffvalue textarea, .cfcontainer .cftable .cfrow .cffvalue select {
        width: 99%;
        font-size: 12px;
    }

    .cfcontainer .cftable .cfsubmitrow {
    
    }
    .cfcontainer .cftable .cfsubmitrow .cfcol {
    
    }
    .cfcontainer .cftable .cfsubmitrow .cffval{
    
    }
    .cfcontainer .cftable .cfsubmitrow .cffbutton{
    
    }
    .cfcontainer .cffooter {
    
    }
}