textarea {
    width: 335px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);

}

input:focus, textarea:focus, select:focus {
    -webkit-box-shadow: 0px 0px 5px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
    box-shadow: 0px 0px 5px #007eff;
}
form.form_hoidap {
    border: 1px solid #EDEDED;
    margin-top: 5px;
    padding: 10px 5px;    
}

.field {
    margin: 18px 0;
    position: relative;
    width: 490px;
    clear:both;
}

.line_green{    
    border-bottom: #1C9508 solid 1px;
    margin: -27px 0 20px 50px;

}
.control-label{text-align: right !important}


.error{font-size: 12px; color: red}

.hoidap_list {
    background: url(images/hoidap.gif) no-repeat transparent;
    width: 100%;
    margin-bottom: 5px;
    height: 40px;
}
#hoicap-content {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 5px;
}
ul.dshoidap {padding:0; margin:0}
ul.dshoidap li {
    margin-bottom: 10px;
    overflow: hidden;
}

ul.dshoidap .icon_hoi{
    background: url(images/iconhoi.png) no-repeat;
    padding-left: 20px;
    font-weight: bold;
    color: var(--color1);
}
.icon_hoi span{
    color: #333333;
    font-weight: 100;
}
ul.dshoidap .bx_hoi{
    border: 1px solid #CCC;
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
}
.bx_traloi{
    position: relative;
}
.icontraloi{
    background: url(images/group.png) no-repeat;
    padding-left: 20px;
    font-weight: bold;
    color: var(--color2);
    margin-top: 5px;
}
.bx_traloi .arrow{
     background: url("images/nail.png") no-repeat scroll 0 0 transparent;
    height: 12px;
    margin-left: 10px;
    position: absolute;
    top: -12px;
    width: 27px
}
.bx_traloi .content{
     border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin-top: 11px;
    padding: 5px;
    position: relative;
}
.bnt_submit{
    background: none repeat scroll 0 0 #50c22c;
    border: 1px solid #44ac23;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
}

