/** FORM start **/
#content form{
    float:left;
    width:650px;
    margin-top:10px!important;
}
#content_include label{
    float:left;
    width:180px;
    height:30px;
    padding:5px 0px 5px 0px;
}
#content_include .input{
    float:left;
    width:540px;
    margin-bottom:5px;
}
#content_include input{
    float:left;
    width:220px;
    height:18px;
    background-color:#ecf4fb;
    border:1px solid #b1b8c0;
    padding:5px 5px 5px 3px;
}
#content_include textarea{
    float:left;
    width:320px;
    height:200px;
    background-color:#ecf4fb;
    border:1px solid #b1b8c0;
    padding:5px 5px 5px 3px;
}
/*autocompleter*/
#content_include .view input{
    background-color:#ECF4FB;
    border:1px solid #B1B8C0;
    float:left;
    height:15px;
    padding:2px 3px 2px 3px;
    width:426px;
}
#content_include .ui-autocomplete{
    width: 420px !important;
}
/*autocompleter*/
#content_include #hidden, .hidden{
    background-color:#fff;
    border:0px solid #B1B8C0;
    float:left;
    height:20px;
    padding:0px;
    text-align:left;
    width:20px;
}
#content_include input.multi{
    background-color:none;
    border:0px solid #B1B8C0;
    float:left;
    height:auto;
    padding:0px;
    width:auto;
}
#content_include input.upload{
    width:auto;
}
/*select{
    background-color:#efefef;
    border:1px solid #b1b8c0;
    float:left;
    padding-top:2px;
    width:auto;
}*/
#content_include .submit{
    float:left;
    width:400px;
    margin-bottom:5px;
}
#content_include .toggle_content .submit{
    float:left;
    width:365px;
    margin-bottom:5px;
}
#content_include .submit input{
    width:auto;
    background-color:#ecf4fb;
    border:1px solid #b1b8c0;
}
.float_right{
    float:right;
}
#content_include div.button{
    height:26px;
    background:url(../background/bg_button_span.gif) no-repeat scroll 0 0;
    width:auto;
    float:right;
    margin-top:10px;
}
#content_include div.button input{
    height:26px;
    background:url(../background/bg_button_a.gif) no-repeat scroll right top;
    color:#000;
    border:none;
    overflow:visible;
    display:inline;
    margin:0px;
    padding:0px 10px 2px 10px;
    width:auto;
}
/** FORM end **/


