@charset "UTF-8";


/* CSS3 REDAY */
.radius5{
position:relative;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
behavior: url("./css/PIE.htc");
}
.radius10{
position:relative;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
behavior: url("./css/PIE.htc");
}
.radius20{
position:relative;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
behavior: url("./css/PIE.htc");
}
.radius_left10{
position:relative;
border-radius: 10px 0px 0px 10px / 10px 0px 0px 9px ;
-webkit-border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px ;
-moz-border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px ;
behavior: url("./css/PIE.htc");
}
.radius_right10{
position:relative;
border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px ;
-webkit-border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px ;
-moz-border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px ;
behavior: url("./css/PIE.htc");
}
.radius_under10{
position:relative;
border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px ;
-webkit-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px ;
-moz-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px ;
behavior: url("./css/PIE.htc");
}
.radius_top05{
position:relative;
border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px ;
-webkit-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px ;
-moz-border-radius:  5px 5px 0px 0px / 5px 5px 0px 0px ;
behavior: url("./css/PIE.htc");
}


.grd_gray{
position:relative;
background: #FFFFFF;
background: -webkit-gradient( linear, left top, left bottom, from(#FFFFFF),color-stop(70%,#fff),to(#e8e8e8)) !important;
background: -webkit-linear-gradient( linear, left top, left bottom, from(#FFFFFF),color-stop(70%,#fff),to(#e8e8e8)) !important;
background: -moz-linear-gradient( top, #FFFFFF, #FFF 70%, #e8e8e8) !important;
background: -o-linear-gradient( top, #FFFFFF, #FFF 70%, #e8e8e8) !important;
background: -ms-linear-gradient( top, #FFFFFF, #FFF 70%, #e8e8e8) !important;
background: linear-gradient( top, #FFFFFF, #FFF 70%, #e8e8e8) !important;
-pie-background:linear-gradient( top, #FFFFFF, #FFF 70%, #e8e8e8) !important;
behavior: url("./css/PIE.htc");
}


.shd_gray{
position:relative;
-webkit-box-shadow: 0px 0px 2px #666;
-moz-box-shadow: 0px 0px 2px #666;
box-shadow: 0px 0px 2px #666;
behavior: url("./css/PIE.htc");
}
.shd_gray_bottom{
position:relative;
-webkit-box-shadow: 0px 2px 2px #666;
-moz-box-shadow: 0px 2px 2px #666;
box-shadow: 0px 2px 2px #666;
behavior: url("./css/PIE.htc");
}
.shd_gray_box{
position:relative;
-webkit-box-shadow: 0px 0px 5px #999;
-moz-box-shadow: 0px 0px 5px #999;
box-shadow: 0px 0px 5px #999;
behavior: url("./css/PIE.htc");
}
.shd_light_gray{
position:relative;
-webkit-box-shadow: 0px 0px 1px #999;
-moz-box-shadow: 0px 0px 1px #999;
box-shadow: 0px 0px 1px #999;
behavior: url("./css/PIE.htc");
}

