@charset "utf-8";

/* Text==================================*/
.left {float: left;}
.right {float: right;}
.left {text-align: left !important;}
.right {text-align: right !important;}
.center {text-align: center !important;}
.vtop{vertical-align:top!important}
.vmid{vertical-align:middle!important}

.color_red{color:#FF0000;!important}
.color_orange{color:#F4A33B;!important}

/* margin padding==================================*/
.mt5   { margin-top:   5px !important; }
.mt10  { margin-top:   10px !important; }
.mt15  { margin-top:   15px !important; }
.mt20  { margin-top:   20px !important; }
.mt25  { margin-top:   25px !important; }
.mt30  { margin-top:   30px !important; }
.mt40  { margin-top:   40px !important; }
.mt50  { margin-top:   50px !important; }
.mr0   { margin-right:   0px !important; }
.mr5   { margin-right:   5px !important; }
.mr10  { margin-right:   10px !important; }
.mr15  { margin-right:   15px !important; }
.mr20  { margin-right:   20px !important; }
.mr25  { margin-right:   25px !important; }
.mr30  { margin-right:   30px !important; }
.mb3   { margin-bottom:  3px !important; }
.mb5   { margin-bottom:  5px !important; }
.mb7   { margin-bottom:  7px !important; }
.mb10  { margin-bottom:  10px !important; }
.mb12  { margin-bottom:  12px !important; }
.mb13  { margin-bottom:  13px !important; }
.mb15  { margin-bottom:  15px !important; }
.mb20  { margin-bottom:  20px !important; }
.mb25  { margin-bottom:  25px !important; }
.mb30  { margin-bottom:  30px !important; }
.mb35  { margin-bottom:  35px !important; }
.mb40  { margin-bottom:  40px !important; }
.mb50  { margin-bottom:  50px !important; }
.mb60  { margin-bottom:  60px !important; }
.mb80  { margin-bottom:  80px !important; }
.ml0   { margin-left:    0px !important; }
.ml5   { margin-left:    5px !important; }
.ml7   { margin-left:    7px !important; }
.ml20  { margin-left:    20px !important; }
.ml30  { margin-left:    30px !important; }
.ml115 { margin-left:    115px !important; }
.ml50 { margin-left:    50px !important; }
.pt10  { padding-top:    10px !important; }
.pt15  { padding-top:    15px !important; }
.pt20  { padding-top:    20px !important; }
.pt30  { padding-top:    30px !important; }
.pt40  { padding-top:    40px !important; }
.pr15  { padding-right:  15px !important; }
.pr30  { padding-right:  30px !important; }
.pr40  { padding-right:  40px !important; }
.pb10  { padding-bottom: 10px !important; }
.pb15  { padding-bottom: 15px !important; }
.pb30  { padding-bottom: 30px !important; }
.pl10  { padding-left:   10px !important; }
.pl20  { padding-left:   20px !important; }
.p10  { padding:   10px !important; }
.p15  { padding:   15px !important; }
.p20  { padding:   20px !important; }

/* form==================================*/
.wd20 {width: 20px;}
.wd40 {width: 40px;}
.wd60 {width: 60px;}
.wd65 {width: 65px;}
.wd80 {width: 80px;}
.wd100 {width: 100px;}
.wd115 {width: 115px;}
.wd120 {width: 120px;}
.wd127 {width: 127px;}
.wd140 {width: 140px;}
.wd160 {width: 160px;}
.wd180 {width: 180px;}
.wd200 {width: 200px;}
.wd220 {width: 220px;}
.wd230 {width: 230px;}
.wd240 {width: 240px;}
.wd250 {width: 250px;}
.wd260 {width: 260px;}
.wd270 {width: 270px;}
.wd280 {width: 280px;}
.wd295 {width: 295px;}
.wd290 {width: 290px;}
.wd300 {width: 300px;}
.wd320 {width: 320px;}
.wd375 {width: 375px;}
.wd340 {width: 340px;}
.wd350 {width: 350px;}
.wd355 {width: 355px;}
.wd380 {width: 380px;}
.wd410 {width: 410px;}
.wd415 {width: 415px;}
.wd420 {width: 420px;}
.wd425 {width: 425px;}
.wd430 {width: 430px;}
.wd440 {width: 440px;}
.wd445 {width: 445px;}
.wd460 {width: 460px;}
.wd480 {width: 480px;}
.wd500 {width: 500px;}
.wd540 {width: 540px;}
.wd600 {width: 600px;}
.wd615 {width: 615px;}
.wd50per{width:50%;}


/* clear==================================*/
.clear {clear:both;}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* ROUNDED CORNERS==================================*/
.rounded3 {-moz-border-radius:3px;-webkit-border-radius:3px;-opera-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}
.rounded5 {-moz-border-radius:5px;-webkit-border-radius:5px;-opera-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}
.rounded8 {-moz-border-radius:8px;-webkit-border-radius:8px;-opera-border-radius:8px;-khtml-border-radius:8px;border-radius:8px;}
.rounded10 {-moz-border-radius:10px;-webkit-border-radius:10px;-opera-border-radius:10px;-khtml-border-radius:10px;border-radius:10px;}
.rounded12 {-moz-border-radius:12px;-webkit-border-radius:12px;-opera-border-radius:12px;-khtml-border-radius:12px;border-radius:12px;}
.rounded15 {-moz-border-radius:15px;-webkit-border-radius:15px;-opera-border-radius:15px;-khtml-border-radius:15px;border-radius:15px;}
.rounded50 {-moz-border-radius:50px;-webkit-border-radius:50px;-opera-border-radius:50px;-khtml-border-radius:50px;border-radius:50px;}