﻿.btn_gray_arrow
{
    float: left;
}
.btn_gray_arrow .btn_left
{
    background: url("../../../Themes/Images/Buttons/button_left.png") no-repeat scroll 0 0 transparent;
    width: 4px;
    height: 24px;
    float: left;
}

.btn_gray_arrow .btn_middle
{
    background: url("../../../Themes/Images/Buttons/button_middle.png") repeat-x scroll 0 0 transparent;
    line-height: 24px;
    color: #FFFFFF;
    font-size: 11px;
    height: 24px;
    float: left;
    padding-left: 5px;
}

.btn_gray_arrow .btn_right
{
    background: url("../../../Themes/Images/Buttons/button_right_arrow.png") no-repeat scroll 0 0 transparent;
    width: 20px;
    height: 24px;
    float: left;
}

.btn_search
{
    float: left;
    width: 29px;
    height: 29px;
    background: url("../../Images/Inputs/input_search.png") no-repeat scroll right top transparent;
}
.btn_search a
{
    float: left;
    width: 29px;
    height: 29px;
    padding:0 !important;
}
.btn_sendMsg
{
    float: left;
    width: 112px;
    margin-top: 10px;
    height: 20px;
    background: url("../../Images/Buttons/btn_sendMsg.png") no-repeat scroll right top transparent;
}
.btn_sendMsg input
{
    float: left;
    width: 112px;
    height: 20px;
    border: none;
    background: none;
}
.btn_viewMap
{
    float: left;
    width: 112px;
    margin-top: 10px;
    height: 20px;
    background: url("../../Images/Buttons/btn_viewMap.png") no-repeat scroll right top transparent;
}
.btn_orange
{
    float: left;
    cursor: pointer;
}
.btn_orange .btn_left
{
    background: url("../../Images/Buttons/btn_orangeLeft.png") no-repeat scroll left top transparent;
    width: 10px;
    height: 20px;
    float: left;
}
.btn_orange .btn_middle
{
    background: url("../../Images/Buttons/btn_orangeMiddle.png") repeat-x scroll left top transparent;
    font-weight: bold;
    font-size: 14px;
    color: #010101;
    height: 20px;
    line-height: 20px;
    float: left;
}
.btn_orange .btn_middle a
{
    color: #010101;
}
.btn_orange .btn_middle input
{
    float: left;
    font-weight: bold;
    height: 20px;
    border: none;
    font-size:14px;
    background: none;
    font-family:Tahoma !important;
    line-height: 20px;
    cursor: pointer;
}
.btn_orange .btn_right
{
    background: url("../../Images/Buttons/btn_orangeRight.png") no-repeat scroll left top transparent;
    width: 10px;
    height: 20px;
    float: left;
}

.btn_newsSeach
{
    float: left;
    width: 31px;
    height: 30px;
    background: url("../../Images/Buttons/searchBtn.png") no-repeat scroll right top transparent;
}
.btn_ddl
{
    width: 25px;
    height: 30px;
    float: left;
    background: url("../../Images/Buttons/btn_ddl.png") no-repeat scroll left top transparent;
}
.btn_newsSeach a
{
    display: block;
    width: 31px;
    height: 30px;
}
.btn_apply
{
    background: url("../../Images/Buttons/btn_apply.png") no-repeat scroll right top transparent;
    float: left;
    font-weight: bold;
    line-height: 20px;
    margin-left: 20px;
    margin-top: 5px;
    padding-right: 40px;
}
.btn_del
{
       background: url("../../Images/Buttons/btn_X.png") no-repeat scroll right top transparent;
    height: 19px;
    left: -20px;
    position: absolute;
    top: 104px;
    width: 19px;
    z-index: 100;
}
.btn_close
{
       background: url("../../Images/Buttons/btn_X2.png") no-repeat scroll right top transparent;
    height: 38px;
    left: -20px;
    position: absolute;
    top: -12px;
    width: 38px;
    z-index: 100;
}
.btn_ask
{
       background: url("../../Images/Buttons/btn_Ask.png") no-repeat scroll right top transparent;
    height: 19px;
    left: -40px;
    position: absolute;
    top: 104px;
    width: 19px;
    cursor:pointer;
    z-index: 10000;
}


.btn_orangeSmall
{
    float: left;
    cursor: pointer;
}
.btn_orangeSmall .btn_left
{
    background: url("../../Images/Buttons/btn_orangeSmallLeft.png") no-repeat scroll left top transparent;
    width: 8px;
    height: 15px;
    float: left;
}
.btn_orangeSmall .btn_middle
{
    background: url("../../Images/Buttons/btn_orangeSmallMiddle.png") repeat-x scroll left top transparent;
    font-weight: bold;
    font-size: 12px;
    color: #010101;
    height: 15px;
    line-height: 15px;
    float: left;
}
.btn_orangeSmall .btn_middle a
{
    color: #010101;
}
.btn_orangeSmall .btn_middle input
{
    float: left;
    font-weight: bold;
    height: 15px;
    border: none;
    font-size:12px;
    background: none;
    font-family:Tahoma !important;
    line-height: 15px;
    cursor: pointer;
}
.btn_orangeSmall .btn_right
{
    background: url("../../Images/Buttons/btn_orangeSmallRight.png") no-repeat scroll left top transparent;
    width: 8px;
    height: 15px;
    float: left;
}