.form{
    float: left;
    width: 450px;
}
.form .success_message{
    color: #395AA2;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.form .error_message{
    color: #ff0000;
    margin-bottom: 10px;
    line-height: 1.3em;
    padding: 10px 10px 10px 35px;
    background: #ffffe0 url('/img/design/error_tip.gif') no-repeat 10px 50%;
    border: 1px solid #eee;
}

.form .frow{
    padding-bottom: 14px;
    clear: both;
    float: left;
    width: 100%;
}

.form .frow .strong{
    font-size: 1.3em;
    font-weight: bold;
}

.form .full-width{
    width: 100%;
}

.form .ftitle{
    padding-bottom: 2px;
    display: block;
}

.form .ffield{

}

.form .btn{
    padding: 5px 15px;
}

.form .error{
    color: #f00000;
    font-size: 0.9em;
    padding-bottom: 2px;
}

.form .input-text{
    width: 100%;
}

.form .input-int{
    width: 30px;
}


.form .tip{
    color: #888;
    font-size: 0.9em;
    margin: 2px 0;
    line-height: 1.3em;
}

.form fieldset{
    border: 1px solid #D6D5C9;
    padding: 10px;
    margin: 5px 0 15px;
}

.form fieldset .frow{
    clear: none;
    width: 50%;
    padding-bottom: 10px;
}

.form .file_input{
    width: 300px;
}

.required{
    font: bold 1.2em Arial,sans-serif;
    color: #ff0000;
    padding-left: 2px;
}

#refresh-captcha{
    width: 50px;
    margin-left: 100px;
    height: 50px;
}

#captcha-inp{
    float: left;
    width: 50px;
}

#captcha{
    cursor: pointer;
}

#captcha-block{
    margin-left: 10px;
    float: left;
    width: 100px;
}

.captcha-img {
    display:table-cell;
    height:50px;
    line-height: 50px;
    vertical-align:middle;
    width:80px;
    text-align: center;
    float: left;
    padding: 3px;
    border: 1px dashed #ddd;
}


.publish-tip{
    float: right;
    width: 300px;
    padding-left: 15px;
    background: url('/img/design/bullet_left.gif') no-repeat 0 3px;
}

#agreement{
    margin-bottom: 5px;
    font-size: 1.2em;
}
