.has-error {
    position: relative;
    margin-bottom: 40px;
}
.has-error .error .tempwork{
    border: #f082c4;
border-width: 1px; 
border-style: solid;
}
.has-error .form-error {
    background: #fff0f9;
    border: 1px solid #cfcfcf;
    font-size: 12px;
    color: #898989;
    line-height: normal;
    padding: 5px 10px;
    width: 190px;
    margin-top: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 200;
}
.has-error .form-error:before {
    content: "";
    display: block;
    background-image: url(../i/triangle_form_info.jpg);
    background-repeat: no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 29px;
}
.regionMes {
	background: #fff0f9;
    border: 1px solid #cfcfcf;
    font-size: 12px;
    color: #898989;
    line-height: normal;
    padding: 5px 10px;
    width: 200px;
    margin-top: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 100%;
z-index: 200;}
.regionMes:before {						
    content: "";
    display: block;
    background-image: url(../i/triangle_form_info.jpg);
    background-repeat: no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 29px;
}
.lk_left_info_block {
    overflow: hidden;
}

.k_inputGogogo {
    display: inline-block;
    border: 1px solid #cfcfcf;
    padding: 8px 17px;
    background: #f5f5f5;
    color: #343434;
    line-height: 1
}

.k_inputGogogo:hover {
    border: 1px solid #20b04c;
    background: #20b04c;
    color: #fff;
    line-height: 1
}