﻿
    .width300px {
        width: 300px;
    }
           .width80px {
        width: 80px;
    }
        .width100px {
        width: 100px;
    }       
         .width60px {
        width: 60px;
    }
  .width100 {
        width: 100%;
    }
        .adf-TextAlign-Right {
            text-align: right;
        }
        .adfTextAlignRight {
            text-align: right;
        }

        .adfLabel {
            font-weight: normal;
            margin-right: 5px;
        }

        .adfTable {
            
        }

        .adfTable td {
            padding: 4px;
        }

        .adfPadding4px {
            padding: 4px;
        }
        .adfMargin4px {
            margin: 4px;
        }
        .adfMarginTop4px {
            margin-top: 4px;
        }
                .adfMarginBottom4px {
            margin-bottom: 4px;
                    border: 1px solid #ccc;
        }

                .myform-control {
                    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
                }

                .myform-checkbox {
                    margin: 4px;
                }

                .myform-checkboxlist input {
                    margin: 4px;
                }