/* plugins/cm-core/both-ends/css/cm-forms.css */
/* This fill will be limited to fields, selects, radios, checks etc.  Not UL's LI's and other similars */

/* remove wordpress styling for elements */
input, select {
    margin: 0px;
    padding:0px;
}
.tf_label{
    font-size:14px;
    padding:.2em;
    border-top:solid 0px #CC00CC;
    border-bottom:solid 1px #CDCACA;
    border-left:solid 0px #CC99FF;
    border-right:solid 0px #336600;
}
/* when tf_input applied to any text field */
input.tf_input[type="text"]{
    font-size:14px;
    padding:.2em;
/*    padding:0px 0px 2px 0px; */
    border-top:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
    border-left:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
    height: auto;
    padding:.1em;
}

/* when tf_input applied to any textarea */
textarea.tf_input{
    border-top:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
    border-left:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
}

.clearBoth{
    clear:both;
    width:100%;
}
