#ckformcontainer {
    width: 100%;
}
.ck_mandatory {
    color: #dedede;
    font-size: 0.83em;
    
    padding: 0;
}
.ckform_tooltip, .ckform_tooltipcss {
    margin-left: 5px;
    margin-top: 13px;
}
.ckform {
    margin-top: 10px;
}
.ckform div.error {
    display: none;
}
.ckform div.fc-error {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin-left: 20%;
    padding: 0;
}
.ckform div.fc-error p {
    color: #FF0000 !important;
    margin: 0;
    padding: 0;
}
.ckform input {
    border: 1px solid #999999;
    padding: 2px;
}
.ckform input:focus {
    border: 1px dotted #999999;
}
.ckform input.error {
    border: 1px dotted #FF0000 !important;
}
.ckform textarea.error {
    border: 1px dotted red;
}
#ckpoweredby {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center !important;
}
#ckpoweredby a {
    color: #666666;
}
.captchaCont {
    margin-top: 10px;
}
.ckBtnCon {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center !important;
}
.ckCSSlabel {
    display: block;
    float: left;
    font-size: 1em;
    margin-top: 10px;
    width: 20%;
}
.ckCSSinput {
    background: none repeat scroll 0 0 transparent;
    margin-top: 10px;
    width: 76%;
}
.ckCSSinput input {
    background: none repeat scroll 0 0 transparent;
}
.ckCSSinputnowidth {
    display: block;
    float: left;
    margin-top: 10px;
}
.ckCSSTip {
    background-image: url("../img/info-bck.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.ckCSSclear {
    clear: both;
    margin: 0;
}
.ckCSSFloatLeft {
    float: left;
}
.ckCSSbot10 {
    margin-bottom: 10px;
}
.ckCSSbot5 {
    margin-bottom: 5px;
}
.ckCSStop10 {
    margin-top: 10px;
}
.ckCSScenter {
    margin-top: 10px !important;
    text-align: center !important;
}
.ckCustomText {
    margin-top: 10px;
}
.ckNoBorder {
    visibility: hidden;
}
.ckpagination {
    margin-bottom: 15px;
    text-align: center !important;
}
.ckdatatable {
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
}
.ckdatatableborder td {
    border: 1px solid #CCCCCC;
}
.ckfrontlabel {
    color: #666666;
    font-weight: bold;
    height: 30px;
    padding-right: 20px;
}
