.fortexbox
{
width: 90%;
height: 26px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 15px;
padding:0px 0 0px 0px;
text-indent:5px;

}

.fortexbox: hover
{
width: 90%;
height: 26px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 15px;
padding:10px 0 10px 120px;
}

.fortexboxunit
{
width: 44%;
height: 26px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 15px;
padding:0px 0 0px 0px;
text-indent:5px;
}

.fortexboxunit: hover
{
width: 44%;
height: 26px;
border-radius: 3px;
border: 1px solid #CCC;
font-weight: 200;
font-size: 15px;
padding:10px 0 10px 120px;
}

.fntcls{ font-size:13px;}






.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 146px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("../images/arrowdown.gif") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}


