﻿.common_btn
{
    background:#5393c5;
    color:White;
    border-color:#2373a5;
    cursor:pointer;
    border-radius: 5px;
    height:32px;
}

.common_btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#loading{position:fixed;_position:absolute;top:50%;left:45%;width:35px;height:35px;overflow:hidden;background:url(/Image/ajax-loader.gif) no-repeat;z-index:10;display:none;}