@charset "utf-8";
/* CSS Document */

#loaddiv {
background: #ffcc00;
font:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:700;
color:#000;
width: 99%;
height: 25px;
margin: 7px 0px 7px 0px;
overflow: hidden;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
padding-top:9px;
padding-left:8px;
position: relative;
-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
box-shadow: inset 0px 1px 2px rgba(255,255,0,0.5);
}
#loaddiv span {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.10, #174CAD), color-stop(1, #1b3cb0) );
background:-moz-linear-gradient( center top, #174CAD 10%, #1b3cb0 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#174CAD', endColorstr='#1b3cb0');
background-color:#174CAD;
-webkit-border-top-left-radius:12px;
-moz-border-radius-topleft:12px;
border-top-left-radius:12px;
-webkit-border-top-right-radius:12px;
-moz-border-radius-topright:12px;
border-top-right-radius:12px;
-webkit-border-bottom-right-radius:12px;
-moz-border-radius-bottomright:12px;
border-bottom-right-radius:12px;
-webkit-border-bottom-left-radius:12px;
-moz-border-radius-bottomleft:12px;
border-bottom-left-radius:12px;
text-indent:0px;
border:1px solid #5F75C7;
display:inline-block;
color:#ffffff;
font-family:Trebuchet MS;
font-size:12px;
font-weight:bold;
font-style:normal;
height:20px;
line-height:20px;
width:62px;
text-decoration:none;
text-align:center;
position: relative;
margin:3px;
}