.left {
    float: left;
}

.right {
    float: right;
}

.relative {
    position: relative;
}
.c{
    text-align:center;
}
.r{
    text-align:right;
}
.l{
    text-align:left;
}
.vTop {
    vertical-align: top;
}
.absolute {
    position: absolute;
}

.overFlow {
    overflow: hidden;
}

.pointerCursor {
    cursor: pointer;
}

.clearFloatNoHeight {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 0;
}

.blank0 {
    clear: both;
    display: block;
    font-size: 1px;
    visibility: hidden;
    height: -1px;
    line-height: 0;
}
.blank5,.blank8,.blank10,.blank12,.blank15,.blank20,.blank25{
    clear: both;
    display: block;
    font-size: 1px;
    overflow: hidden;
}
.blank5 {
    height: 5px;
}
.blank8 {
    height: 8px;
}
.blank10 {
    height: 10px;
}
.blank12 {
    height: 12px;
}
.blank15 {
    height: 15px;
}
.blank20 {
    height: 20px;
}
.blank25 {
    height: 25px;
}


.shadow_input,#id_captcha_1,input[name=captcha_fb_1]  {
background: url("../img/site/shadow.png") no-repeat scroll left top transparent;
border: 1px solid #D1D0CF;
height: 17px;
padding: 3px 3px;
}
#id_captcha_1,#id_captcha_fb_1 {
    width:120px;
}
.shadow_input:disabled,#id_captcha_1:disabled,#id_captcha_fb_1:disabled,select:disabled{
    background-image: none;
    background-color:#f0f0f0;
    color:gray;
}

.error_list{
    display:block;
}
.page_notice{
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    padding: 10px 15px 10px 40px;
}
.page_notice.alert{
    background: 12px 50% #FDE5E5;
    border: 1px solid #E9CECE;
    color: #8E1D1D;
}
.page_notice.warn{
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #c09853;
}

.page_notice.info{
    background-color:#EDFBD8;
    border: 1px solid #DEECCA;
    color: #508600;
    font-size: 13px;
}

.flash_info, .flash_notice, .flash_error, .flash_warning,.flash_10, .flash_20, .flash_25, .flash_30,.flash_40 {
    -moz-border-radius: 3px 3px 3px 3px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 10px 15px 10px 40px;
}

.flash_error, .flash_40 {
    background: url("../img/site/error.gif") no-repeat scroll 12px 50% #FDE5E5;
    border: 1px solid #E9CECE;
    color: #8E1D1D;
}
.flash_notice, .flash_25 {
    background: url("../img/site/success.gif") no-repeat scroll 12px 50% #EDFBD8;
    border: 1px solid #DEECCA;
    color: #508600;
}
.flash_info, .flash_20  {
    background: url("../img/site/info.gif") no-repeat scroll 12px 50% #ECF9FF;
    border: 1px solid #BBDBE0;
    color: #0888C3;
}
.flash_info a{
    color:#A10000;
}
.flash_warning,.flash_30,.flash_10 {
    background: url("../img/site/warning.gif") no-repeat scroll 10px 50% #FEFDE2;
    border: 1px solid #EEEED4;
    color: #666666;
}
.flash_info p, .flash_notice p, .flash_error p, .flash_warning p {
    float: left;
    margin: auto;
    padding: 0;
    text-align:left;
    width: 93%;
}
.flash_info .important{
    color:#266392;
    font-weight:bold;
}

strong.warn{
    color:#A10000;
    font-weight:bold;
}

.orangeText {
    color: #C73300;
}

.blueText {
    color: #49829D;
}
.error_d{
    display:block;
}

.error_d label.correct {
    background: url("../img/site/correct.png") no-repeat left center transparent;
    padding-left: 16px;
    color: green;
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    height:18px;
}

.error_d label.error {
    color: #D01E5E;
}

input.error,textarea.error {
    background: none repeat scroll 0 0 #FCF0F0;
    border: 1px solid #CC2127;
}
.pointerCursor {
    cursor: pointer;
}

.binfo{
    margin:10px;
    padding-top: 120px;
    text-align:center;
    background:url("../img/site/loading_blue.gif") top center no-repeat;
    font-size:14px;
}

.box360{
    width:360px;
    margin:0 auto;
}

.box360 .t{
    background: url("../img/site/box360t.gif") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 360px;
}
.box360 .b{
    background: url("../img/site/box360b.gif") no-repeat scroll 0 0 transparent;
    height: 30px;
    position: relative;
    width: 360px;
}
.box360 .m{
    background: url("../img/site/box360m.gif") repeat-y scroll 0 0 transparent;
    padding: 0 20px;
}

.box496 .m{
    background: url("../img/site/box496m.gif") repeat-y scroll 0 0 transparent;
    padding-left: 30px;
}
.box496 .t{
    background: url("../img/site/box496t.gif") no-repeat scroll 0 0 transparent;
    height: 22px;
    width: 496px;
}
.box496 .b{
    background: url("../img/site/box496b.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 496px;
}



.sideBarCommon {
    border: 1px solid #D6D6D6;
}
.sideBarCommon h3 {
    background: transparent;
    border-bottom: 1px solid #D6D6D6;
    color: #333333;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    text-indent: 10px;
    text-align:left;
}
.sideBarCon{
    text-align:left;
}
.sideBarCon a img.prodimg{
    width:68px;
    height:68px;
}

.dashed{
    background: url("../img/site/dashed.gif") repeat-x scroll left center transparent;
}
.dashed_top{
    background: url("../img/site/dashed.gif") repeat-x scroll left top transparent;
}
.dashed_bottom{
    background: url("../img/site/dashed.gif") repeat-x scroll left bottom transparent;
}





.star_con{
    margin-top:5px;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.star_display{
    width:80px;
    height:16px;
    background:url("../img/site/star.gif") repeat-x 0 0;
    float:left;
    display:block;
}
.star_overlap{
    width:90%;
    height:16px;
    background:url("../img/site/star.gif") repeat-x 0 -32px;
}
.star_con .star_desc{
    height:16px;
    line-height: 16px;
}

/****pagination***/
.pagination a {
    text-decoration: none;
    border: solid 1px #ccc;
    color: #5388a2;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width:1em;
    text-align:center;
    border: solid 1px #ccc;
}

.pagination .current,.pagination a:hover{
    background: #4598D2;
    color: #fff;
    border: solid 1px #ccc;
}

.pagination .current.prev, .pagination .current.next {
    color:#999;
    border-color:#ccc;
    background:#fff;
}
/****end pagiantion***/
/***buttons start****/
.button, .button-bevel {
    font-family: georgia, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 7px 20px 9px;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}
.button.small, .button-bevel.small {
    font-size: 12px;
    padding: 5px 8px 6px 8px;
    *padding: 3px 0;
}

a.button, a.button-bevel {
    text-decoration: none;
}

.button {
    border-radius: 2px;
    box-shadow: inset rgba(255,255,255,0.3) 1px 1px 0;
}

.button:active {
    box-shadow: inset rgba(0,0,0,0.4) 0px 0px 6px;
}

.rounded {
    border-radius: 20px;
}

.orange {
    background: rgb(255,183,0);
    background: -moz-linear-gradient(top,  rgba(255,183,0,1) 0%, rgba(255,140,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,0,1)), color-stop(100%,rgba(255,140,0,1)));
    background: -webkit-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb700', endColorstr='#ff8c00',GradientType=0 );
    border: 1px solid #e59500;
}

.orange:hover {
    background: rgb(255,203,72);
    background: -moz-linear-gradient(top,  rgba(255,203,72,1) 0%, rgba(255,156,35,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,203,72,1)), color-stop(100%,rgba(255,156,35,1)));
    background: -webkit-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb48', endColorstr='#ff9c23',GradientType=0 );
}

.magenta {
    background: rgb(255,130,172);
    background: -moz-linear-gradient(top,  rgba(255,130,172,1) 0%, rgba(247,37,129,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,130,172,1)), color-stop(100%,rgba(247,37,129,1)));
    background: -webkit-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff82ac', endColorstr='#f72581',GradientType=0 );
    border: 1px solid #c60a56;
}

.magenta:hover {
    background: rgb(255,155,189);
    background: -moz-linear-gradient(top,  rgba(255,155,189,1) 0%, rgba(248,62,143,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,155,189,1)), color-stop(100%,rgba(248,62,143,1)));
    background: -webkit-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9bbd', endColorstr='#f83e8f',GradientType=0 );
}

.cyan {
    background: rgb(130,207,241);
    background: -moz-linear-gradient(top,  rgba(130,207,241,1) 0%, rgba(56,174,234,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,207,241,1)), color-stop(100%,rgba(56,174,234,1)));
    background: -webkit-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
    background: -o-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
    background: -ms-linear-gradient(top,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
    background: linear-gradient(to bottom,  rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cff1', endColorstr='#38aeea',GradientType=0 );
    border: 1px solid #3cafcf;
}

.cyan:hover {
    background: rgb(153,216,244);
    background: -moz-linear-gradient(top,  rgba(153,216,244,1) 0%, rgba(79,183,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,216,244,1)), color-stop(100%,rgba(79,183,236,1)));
    background: -webkit-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d8f4', endColorstr='#4fb7ec',GradientType=0 );
}

.red {
    background: #e25b53;
    background: -moz-linear-gradient(top,  #e25b53 0%, #dd2011 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e25b53), color-stop(100%,#dd2011));
    background: -webkit-linear-gradient(top,  #e25b53 0%,#dd2011 100%);
    background: -o-linear-gradient(top,  #e25b53 0%,#dd2011 100%);
    background: -ms-linear-gradient(top,  #e25b53 0%,#dd2011 100%);
    background: linear-gradient(to bottom,  #e25b53 0%,#dd2011 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e25b53', endColorstr='#dd2011',GradientType=0 );
    border: 1px solid #c42222;
}

.red:hover {
    background: #dd7671;
    background: -moz-linear-gradient(top,  #dd7671 0%, #dd2011 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd7671), color-stop(100%,#dd2011));
    background: -webkit-linear-gradient(top,  #dd7671 0%,#dd2011 100%);
    background: -o-linear-gradient(top,  #dd7671 0%,#dd2011 100%);
    background: -ms-linear-gradient(top,  #dd7671 0%,#dd2011 100%);
    background: linear-gradient(to bottom,  #dd7671 0%,#dd2011 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7671', endColorstr='#dd2011',GradientType=0 );
}

.black {
    background: #444444;
    background: -moz-linear-gradient(top,  #444444 0%, #1c1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#1c1c1c));
    background: -webkit-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
    background: -o-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
    background: -ms-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
    background: linear-gradient(to bottom,  #444444 0%,#1c1c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#1c1c1c',GradientType=0 );
    border: 1px solid #2a2a2a;
}

.black:hover {
    background: #686868;
    background: -moz-linear-gradient(top,  #686868 0%, #1c1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(100%,#1c1c1c));
    background: -webkit-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: -o-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: -ms-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: linear-gradient(to bottom,  #686868 0%,#1c1c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#1c1c1c',GradientType=0 );
}

.green {
    background: #70A070;
    background: -moz-linear-gradient(top,  #70A070 0%, #53b73c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70A070), color-stop(100%,#53b73c));
    background: -webkit-linear-gradient(top,  #70A070 0%,#53b73c 100%);
    background: -o-linear-gradient(top,  #70A070 0%,#53b73c 100%);
    background: -ms-linear-gradient(top,  #70A070 0%,#53b73c 100%);
    background: linear-gradient(to bottom,  #70A070 0%,#53b73c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70A070', endColorstr='#53b73c',GradientType=0 );
    border: 1px solid #429E34;
}

.green:hover {
    background: #99cc80;
    background: -moz-linear-gradient(top,  #99cc80 0%, #53b73c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc80), color-stop(100%,#53b73c));
    background: -webkit-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: -o-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: -ms-linear-gradient(top,  #99cc80 0%,#53b73c 100%);
    background: linear-gradient(to bottom,  #99cc80 0%,#53b73c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc80', endColorstr='#53b73c',GradientType=0 );
}

.silver {
    color: #524d4d;
    background: #f0eded;
    background: -moz-linear-gradient(top,  #fdfafb 0%, #f0eded 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfafb), color-stop(100%,#f0eded));
    background: -webkit-linear-gradient(top,  #fdfafb 0%,#f0eded 100%);
    background: -o-linear-gradient(top,  #fdfafb 0%,#f0eded 100%);
    background: -ms-linear-gradient(top,  #fdfafb 0%,#f0eded 100%);
    background: linear-gradient(to bottom,  #fdfafb 0%,#f0eded 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfafb', endColorstr='#f0eded',GradientType=0 );
    border: 1px solid #bbb;
}

.silver:hover {
    color: #454141;
    background: #b7b7b7;
    background: -moz-linear-gradient(top,  #f8f4f5 0%, #ebe8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f4f5), color-stop(100%,#ebe8e8));
    background: -webkit-linear-gradient(top,  #f8f4f5 0%,#ebe8e8 100%);
    background: -o-linear-gradient(top,  #f8f4f5 0%,#ebe8e8 100%);
    background: -ms-linear-gradient(top,  #f8f4f5 0%,#ebe8e8 100%);
    background: linear-gradient(to bottom,  #f8f4f5 0%,#ebe8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f4f5', endColorstr='#ebe8e8',GradientType=0 );
    border: 1px soild #b7b7b7;
}

.blue {
    color: #fff;
    background: #0074CC;
    background: -moz-linear-gradient(top,  #08c 0%, #05c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#08c), color-stop(100%,#05c));
    background: -webkit-linear-gradient(top,  #08c 0%,#05c 100%);
    background: -o-linear-gradient(top,  #08c 0%,#05c 100%);
    background: -ms-linear-gradient(top,  #08c 0%,#05c 100%);
    background: linear-gradient(to bottom,  #08c 0%,#05c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c', endColorstr='#05c',GradientType=0 );
    border: 1px soild #b7b7b7;
}

.blue:hover {
    color: #fff;
    background: #0074CC;
    background: -moz-linear-gradient(top,  #08c 0%, #05c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#08c), color-stop(100%,#05c));
    background: -webkit-linear-gradient(top,  #08c 0%,#05c 100%);
    background: -o-linear-gradient(top,  #08c 0%,#05c 100%);
    background: -ms-linear-gradient(top,  #08c 0%,#05c 100%);
    background: linear-gradient(to bottom,  #08c 0%,#05c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c', endColorstr='#05c',GradientType=0 );
    border: 1px soild #b7b7b7;
}

.blue {
    color: #fff;
    background: #0074CC;
    background: -moz-linear-gradient(top,  #08c 0%, #05c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#08c), color-stop(100%,#05c));
    background: -webkit-linear-gradient(top,  #08c 0%,#05c 100%);
    background: -o-linear-gradient(top,  #08c 0%,#05c 100%);
    background: -ms-linear-gradient(top,  #08c 0%,#05c 100%);
    background: linear-gradient(to bottom,  #08c 0%,#05c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c', endColorstr='#05c',GradientType=0 );
    border: 1px soild #b7b7b7;
}

.blue:hover {
    color: #fff;
    background: #0074CC;
    background: -moz-linear-gradient(top,  #08c 0%, #05c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#08c), color-stop(100%,#05c));
    background: -webkit-linear-gradient(top,  #08c 0%,#05c 100%);
    background: -o-linear-gradient(top,  #08c 0%,#05c 100%);
    background: -ms-linear-gradient(top,  #08c 0%,#05c 100%);
    background: linear-gradient(to bottom,  #08c 0%,#05c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c', endColorstr='#05c',GradientType=0 );
    border: 1px soild #b7b7b7;
}

.button-bevel {
    vertical-align: top;
    border-radius: 4px;
    border: none;
    padding: 10px 25px 12px;
}

.button-bevel:active {
    position: relative;
    top: 5px;
}

.button-bevel.orange {
    box-shadow: #c46d00 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

.button-bevel.orange:active {
    box-shadow: #c46d00 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;
}

.button-bevel.magenta {
    box-shadow: #ca075c 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

.button-bevel.magenta:active {
    box-shadow: #ca075c 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;
}

.button-bevel.cyan {
    box-shadow: #1994d3 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

.button-bevel.cyan:active {
    box-shadow: #1994d3 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;
}

.button-bevel.red {
    box-shadow: #88180e 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

.button-bevel.red:active {
    box-shadow: #88180e 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;
}

.button-bevel.black {
    box-shadow: #000 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px, inset rgba(255, 255, 255, 0.3) 0 0 3px;
}

.button-bevel.black:active {
    box-shadow: #000 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px, inset rgba(255, 255, 255, 0.3) 0 0 3px;
}

.button-bevel.green {
    box-shadow: #439230 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
}

.button-bevel.green:active {
    box-shadow: #439230 0 3px 0, rgba(0, 0, 0, 0.2) 0 6px 3px;
}

.button span, .button-bevel span {
    font-family: 'EntypoRegular';
    font-size: 20px;
    font-weight: normal;
    vertical-align: middle;
    line-height: 0;
    margin-right: .1em;
}

.W_btn_a, .W_btn_a span, .W_btn_a_disable, .W_btn_a_disable span {
    cursor: pointer;
    background: url(../img/global/wbbtn.png) no-repeat 0 -144px;
    color: #73797c;
    display: inline-block;
    padding: 0 0 0 2px;
    height: 24px;
    line-height: 23px;
    line-height: 24px\9;
}

.W_btn_a span, .W_btn_a_disable span {
    background-position: right -168px;
    padding: 0 10px 0 8px;
    min-width: 35px;
    text-align: center;
}

.W_btn_a:hover {
    background-position: 0 -192px;
    text-decoration: none;
}

.W_btn_a:hover span {
    background-position: right -216px;
}

.W_btn_b, .W_btn_b span, .W_btn_b_disable, .W_btn_b_disable span {
    cursor: pointer;
    background: url(../img/golbal/wbbtn.png) no-repeat;
    color: #fff;
    display: inline-block;
    padding: 0 0 0 2px;
    height: 24px;
    line-height: 23px;
    line-height: 24px\9;
}

.W_btn_b span, .W_btn_b_disable span {
    background-position: right -24px;
    padding: 0 10px 0 8px;
    min-width: 37px;
    text-align: center;
}

.W_btn_b:hover {
    background-position: 0 -48px;
    text-decoration: none;
}

.W_btn_b:hover span {
    background-position: right -72px;
}

.W_btn_a_disable, .W_btn_a_disable:hover, .W_btn_b_disable, .W_btn_b_disable:hover {
    background-position: 0 -96px;
    cursor: default;
}

.W_btn_a_disable:hover, .W_btn_b_disable:hover {
    text-decoration: none;
}

.W_btn_a_disable span, .W_btn_a_disable span:hover, .W_btn_b_disable span, .W_btn_b_disable:hover span {
    background-position: right -120px;
    color: #c7c7c7;
    min-width: 37px;
    cursor: default;
}

.W_btn_b em.vline {
    width: 0;
    height: 16px;
    overflow: hidden;
    margin: 4px 5px 0 4px;
    float: left;
    display: inline;
    border-left: 1px solid #66bd00;
    border-right: 1px solid #96e511;
}

.W_btn_c, .W_btn_c span, .W_btn_d, .W_btn_d span, .W_btn_c_disable, .W_btn_c_disable span, .W_btn_d_disable, .W_btn_d_disable span {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    background: url(../img/global/wbbtn.png) no-repeat 0 -288px;
    color: #fff;
    display: inline-block;
    padding: 0 0 0 2px;
    height: 28px;
    line-height: 28px;
}

.W_btn_c span, .W_btn_d span, .W_btn_c_disable span, .W_btn_d_disable span {
    background-position: right -316px;
    padding: 0 20px 0 18px;
    min-width: 35px;
    text-align: center;
}

.W_btn_c:hover, .W_btn_d:hover {
    background-position: 0 -344px;
    text-decoration: none;
}

.W_btn_c:hover span, .W_btn_d:hover span {
    background-position: right -372px;
}

.W_btn_c_disable, .W_btn_c_disable:hover, .W_btn_d_disable, .W_btn_d_disable:hover {
    background-position: 0 -400px;
}

.W_btn_c_disable:hover, .W_btn_d_disable:hover {
    text-decoration: none;
}

.W_btn_c_disable span, .W_btn_c_disable:hover span, .W_btn_d_disable span, .W_btn_d_disable:hover span {
    background-position: right -428px;
    color: #cacaca;
}

.W_btn_d, .W_btn_d span, .W_btn_d_disable, .W_btn_d_disable span {
    font-size: 14px;
    font-weight: normal;
}

.W_btn_f, .W_btn_f span, .W_btn_f_disable, .W_btn_f_disable span {
    cursor: pointer;
    background: url(../img/global/wbbtn.png) no-repeat 0 -552px;
    font-size: 14px;
    color: #73797c;
    display: inline-block;
    padding: 0 0 0 2px;
    height: 28px;
    line-height: 28px;
}

.W_btn_f span, .W_btn_f_disable span {
    background-position: right -580px;
    padding: 0 20px 0 18px;
    min-width: 35px;
    text-align: center;
}

.W_btn_f:hover {
    background-position: 0 -608px;
    text-decoration: none;
}

.W_btn_f:hover span {
    background-position: right -636px;
}

.W_btn_g, .W_btn_g span {
    cursor: pointer;
    background: url(../img/global/wbbtn.png) no-repeat 0 -552px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 0 0 0 2px;
    height: 28px;
    line-height: 28px;
}

.W_btn_g_disable, .W_btn_g_disable span {
    cursor: pointer;
    background: url(../img/global/wbbtn.png) no-repeat 0 -552px;
    font-size: 14px;
    color: #cacaca;
    display: inline-block;
    padding: 0 0 0 2px;
    height: 28px;
    line-height: 28px;
}

.W_btn_g_disable {
    background-position: left -400px;
}

.W_btn_g_disable span {
    background-position: right -428px;
    padding: 0 20px 0 18px;
    min-width: 35px;
    text-align: center;
}

.W_btn_g {
    background-position: 0 -721px;
}

.W_btn_g span {
    background-position: right -749px;
    padding: 0 20px 0 18px;
    min-width: 35px;
    text-align: center;
}

.W_btn_g:hover {
    background-position: 0 -777px;
    text-decoration: none;
}

.W_btn_g:hover span {
    background-position: right -805px;
}

.W_btn_h, .W_btn_h span {
    cursor: pointer;
    background: url(../img/global/wbbtn.png) no-repeat 0 -833px;
    color: #fff;
    display: inline-block;
    padding: 0 0 0 2px;
    height: 24px;
    line-height: 23px;
    line-height: 24px\9;
}

.W_btn_h span {
    background-position: right -857px;
    padding: 0 10px 0 8px;
    min-width: 35px;
    text-align: center;
}

.W_btn_h:hover {
    background-position: 0 -881px;
    text-decoration: none;
}

.W_btn_h:hover span {
    background-position: right -905px;
}

.W_btn_i, .W_btn_i span {
    cursor: pointer;
    background: url(../img/global/wbbtn.png) no-repeat 0 -929px;
    color: #fff;
    display: inline-block;
    padding: 0 0 0 2px;
    height: 24px;
    line-height: 23px;
    line-height: 24px\9;
}

.W_btn_i span {
    background-position: right -953px;
    padding: 0 10px 0 8px;
    min-width: 35px;
    text-align: center;
}

.W_btn_i:hover {
    background-position: 0 -977px;
    text-decoration: none;
}

.W_btn_i:hover span {
    background-position: right -1001px;
}

.W_btn_i .ico_member {
    float: left;
    margin: 5px 3px 0 0;
}

.W_btn_j, .W_btn_j span {
    cursor: pointer;
    background: url(../img/global/wbbtn.png) no-repeat 0 -1025px;
    color: #fff285;
    display: inline-block;
    padding: 0 0 0 2px;
    height: 18px;
    line-height: 18px;
}

.W_btn_j span {
    background-position: right -1043px;
    padding: 0 5px 0 3px;
    min-width: 35px;
    text-align: center;
}

.W_btn_gp, .W_btn_gp span {
    cursor: pointer;
    background: url(../img/global/wbbtn.png) no-repeat 0 -456px;
    color: #73797c;
    display: inline-block;
    padding: 0 0 0 2px;
    height: 24px;
    line-height: 23px;
    line-height: 24px\9;
    color: #fff;
}

.W_btn_gp span {
    background-position: right -480px;
    padding: 0 10px 0 8px;
    min-width: 35px;
    text-align: center;
}

.W_btn_gp:hover {
    background-position: 0 -504px;
    text-decoration: none;
}

.W_btn_gp:hover span {
    background-position: right -528px;
}

.W_btn_gp_even, .W_btn_gp_audit {
    background: #f0f0f0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px 0 5px;
    display: inline-block;
    float: left;
    position: relative;
}

.W_btn_gp_even .W_vline {
    padding: 0 7px 0 6px;
    _vertical-align: 3px;
}

.W_btn_gp_audit {
    padding: 0 10px;
}

.maia-button {
    background-color: #5e94ff;
    background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGZQTFRFcZ/7ZZTwWIbiXIrmW4nlXYvnYI7qY5HtYpDsaJbyb535V4XhVoTgb575WYjjbpz4XYzoX47pbJv3Z5bxZJLuYY/ra5n1apj0VoXhcJ76bZv3aZfzZJPva5r2WIfjZpXxWojkXo3pYWddNgAAAD1JREFUeNrMwYcBQwAAALDYs2iNFrX+f9IbEh5h9lJqLT42k69VoXcI/A0yuVHq7dJJRGKnxi5U+alvAQYATb8CMoTkHNsAAAAASUVORK5CYII=");
    background-image: -moz-linear-gradient(top,rgba(226,226,226,.14),rgba(34,34,34,.14));
    background-image: -webkit-linear-gradient(top,rgba(226,226,226,.14),rgba(34,34,34,.14));
    background-image: linear-gradient(top,rgba(226,226,226,.14),rgba(34,34,34,.14));
    background-position: left bottom;
    background-repeat: repeat-x;
    border: 1px solid #5e94ff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    color: #fff;
    display: inline-block;
    font-family: "open sans", arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.54;
    padding: 8px 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -moz-transition: all .218s ease-in;
    -webkit-transition: all .218s ease-in;
    transition: all .218s ease-in
}

a.maia-button {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

button.maia-button {
    margin: 0;
    overflow: visible;
    cursor: pointer;
    white-space: normal
}

button.maia-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.maia-button:hover, .maia-button:focus {
    border-color: #15c;
    background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGNQTFRFb576bJr2YIzlVoLZZZLsbpz4YY7nXIjgZJHqZ5XvYo/oa5n1aZbxWobdZZLraZfyapjzXorjVYDXZZPtbp35VYHYXYnhY5DpUn3UU37UbZv3YIzkZpTuW4ffWITbaJbwWYXcwa+l2AAAAD1JREFUeNrMwYcBQwAAALDYs2iNFjX+v5IzJDzCILEI7pVOq3Yo/PVijdxXKRVavU0ym5fTLjL6mP0uAQYAPgUCEii55JQAAAAASUVORK5CYII=");
    background-image: -moz-linear-gradient(top,rgba(226,226,226,.14),rgba(34,34,34,.2));
    background-image: -webkit-linear-gradient(top,rgba(226,226,226,.14),rgba(34,34,34,.2));
    background-image: linear-gradient(top,rgba(226,226,226,.14),rgba(34,34,34,.2))
}

.maia-button:focus {
    outline: 0;
    border-color: #222
}

.maia-button:active {
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.2)
}

.maia-button:focus:active {
    border-color: #15c
}

.maia-button.maia-button-disabled, .maia-button[disabled] {
    background-color: #abc7ff;
    background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEhQTFRFssr7o7vsrcX2qsLzmrLjm7Pknrbnpr7vqcHynbXmobnqr8f4mbHiq8P0oLjpmLDhn7fopLztscn6sMj5rMT1pb3uqMDxp7/w595GXwAAADZJREFUeNrMwYcBgCAAwLC6EAcgzv8/pWeYwA+cXGzufZMYHP3yMfuh0nl15iB48eTRO6UJMAAxjAFXtKLtCwAAAABJRU5ErkJggg==");
    background-image: -moz-linear-gradient(top,rgba(226,226,226,.14),rgba(34,34,34,.14));
    background-image: -webkit-linear-gradient(top,rgba(226,226,226,.14),rgba(34,34,34,.14));
    background-image: linear-gradient(top,rgba(226,226,226,.14),rgba(34,34,34,.14));
    border-color: #91b6ff;
    color: #fff
}

.maia-button.maia-button-secondary {
    background-color: #fff;
    background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhQTFRF/v7++fn5/f39+/v7/Pz8+vr69fX1+Pj4y05DDgAAAB5JREFUeNpiYBhUgAkJssAhMxyywiEjEmRnYAMIMAAKoQBcoIylzwAAAABJRU5ErkJggg==");
    background-image: -moz-linear-gradient(top,rgba(226,226,226,.03),rgba(34,34,34,.03));
    background-image: -webkit-linear-gradient(top,rgba(226,226,226,.03),rgba(34,34,34,.03));
    background-image: linear-gradient(top,rgba(226,226,226,.03),rgba(34,34,34,.03));
    border: 1px solid #e5e5e5;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.03), inset 0 -2px 1px rgba(0,0,0,.01);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.03), inset 0 -2px 1px rgba(0,0,0,.01);
    box-shadow: 0 2px 4px rgba(0,0,0,.03), inset 0 -2px 1px rgba(0,0,0,.01);
    color: #15c;
    text-shadow: none
}

a.maia-button.maia-button-secondary {
    color: #15c !important
}

.maia-button.maia-button-secondary:hover, .maia-button.maia-button-secondary:focus {
    background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACpQTFRF/v7+/f39+/v7/Pz8+vr6+Pj49fX1+fn59/f39vb28PDw8vLy8/Pz9PT0SnmE/QAAAC1JREFUeNpiYBgkgBEOmcGQCQpZwJAdCFnBkIOBE4zZwJCXgYeBm4GLgQsgwAAO4wCs+h/pBQAAAABJRU5ErkJggg==");
    background-image: -moz-linear-gradient(top,rgba(226,226,226,.03),rgba(34,34,34,.06));
    background-image: -webkit-linear-gradient(top,rgba(226,226,226,.03),rgba(34,34,34,.06));
    background-image: linear-gradient(top,rgba(226,226,226,.03),rgba(34,34,34,.06));
    border-color: #ccc
}

.maia-button.maia-button-secondary:focus {
    border-color: #444
}

.maia-button.maia-button-secondary:active {
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2), inset 0 -2px 1px rgba(0,0,0,.01);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2), inset 0 -2px 1px rgba(0,0,0,.01);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.2), inset 0 -2px 1px rgba(0,0,0,.01)
}

.maia-button.maia-button-secondary:focus:active {
    border-color: #ccc
}

.maia-button.maia-button-secondary.maia-button-disabled, .maia-button.maia-button-secondary[disabled] {
    background-color: #f9f9f9;
    background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtQTFRF+fn59vb29/f39PT09fX1+Pj48/Pz8fHx8vLyyt9VXAAAAChJREFUeNpiYBgEgJWBCYghJBMQMkJJBGSBQ2YkyAaEHEDMzsAOEGAADcUAdh617PUAAAAASUVORK5CYII=");
    background-image: -moz-linear-gradient(top,rgba(226,226,226,.03),rgba(34,34,34,.03));
    background-image: -webkit-linear-gradient(top,rgba(226,226,226,.03),rgba(34,34,34,.03));
    background-image: linear-gradient(top,rgba(226,226,226,.03),rgba(34,34,34,.03));
    border-color: #e5e5e5;
    color: #aaa
}
/***buttons end****/

/****** tip start ***/
.tip-darkgray {
    opacity: 0.95;
    z-index: 1000;
    text-align: left;
    text-shadow: #444 0 1px 1px;
    border: 1px solid #888;
    padding: 8px;
    min-width: 50px;
    max-width: 530px;
    color: #fff;
    background-color: #999;
    background-image: url(../img/global/tip-darkgray.png); /* bgImageFrameSize >= 11 should work fine */
}
.tip-darkgray .tip-inner {
    font: bold 12px/18px arial, helvetica, sans-serif;
    margin-top: -1px;
    padding: 0 4px 3px 4px;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-darkgray .tip-arrow-top {
    margin-top: -7px;
    margin-left: 15px;
    top: 0;
    left: 0;
    width: 16px;
    height: 10px;
    background: url(../img/global/tip-darkgray_arrows.png) no-repeat;
}
.tip-darkgray .tip-arrow-right {
    margin-top: -9px; /* approx. half the height to center it */
    margin-left: -7px;
    top: 50%;
    left: 100%;
    width: 11px;
    height: 21px;
    background: url(../img/global/tip-darkgray_arrows.png) no-repeat -22px 0;
}
.tip-darkgray .tip-arrow-bottom {
    margin-top: -7px;
    margin-left: 15px;
    top: 100%;
    left: 0;
    width: 22px;
    height: 13px;
    background: url(../img/global/tip-darkgray_arrows.png) no-repeat -44px 0;
}
.tip-darkgray .tip-arrow-left {
    margin-top: -9px; /* approx. half the height to center it */
    margin-left: -6px;
    top: 50%;
    left: 0;
    width: 11px;
    height: 21px;
    background: url(../img/global/tip-darkgray_arrows.png) no-repeat -66px 0;
}
/**** tip end ****/

/**** autocomplete start ****/
.ac_results {
    padding: 0px;
    border: 1px solid #D8D8D8;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    color: #000;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
     if width will be 100% horizontal scrollbar will apear
     when scroll mode will be used
     */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
     it is very important, if line-height not setted or setted
     in relative units scroll will be broken in firefox
     */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('../img/global/indicator.gif') right center no-repeat;
}
.ac_over {
    background-color: #D5EDF7;
}
/**** autocomplete end ****/

/*************tooltip***********/

.tooltip {
    position: absolute;
    z-index: 999;
    padding: 17px 17px 0px 17px;
    margin: -87px 0 0 -17px;
    /*border: 1px solid #ccc;*/
    /*border: 1px solid rgba(0,0,0,0.20);*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    color: #444;
    font-size: 12px;
    font-weight: normal;
     /*css3*/
    /*-webkit-border-radius: 5px;*/
    /*border-radius: 5px;*/
    /*-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);*/
    /*box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);*/
    font-weight: normal;
}
.tooltip-fade {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: opacity 100ms linear 100ms;
}
.tooltip-show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.tooltip:before {
    content: "";
    position: absolute;
    /*border-style: solid outset;*/
    /*border-color: #bebebe transparent;*/
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}
.tooltip:after {
    content: "";
    position: absolute;
    /*border-style: solid outset;*/
    /*border-color: #fafafa transparent;*/
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}
.tooltip-bottom:before {
    bottom: -6px; /* value = - border-top-width - border-bottom-width */
    left: 40px; /* controls horizontal position */
    border-width: 6px 6px 0;
}
.tooltip-bottom:after {
    bottom: -5px; /* value = - border-top-width - border-bottom-width */
    left: 40px; /* value = (:before left) + (:before border-left) - (:after border-left) */
    border-width: 6px 6px 0;
}
.tooltip-top:before {
    top: -6px;
    left: 25px; /* value = (:before left) + (:before border-left) - (:after border-left) */
    border-width: 0 7px 6px;
}
.tooltip-top:after {
    top: -5px;
    left: 25px;
    border-width: 0 6px 6px;
}

.tooltip-right {
    margin: -38px 0 0 -100px;
}
.tooltip-right:before {
    border-width: 6px 11px 6px 0;
    bottom: auto;
    left: -11px;
    right: auto;
    top: 20px;
    border-color: transparent #bebebe;
}
.tooltip-right:after {
    border-width: 5px 8px 5px 0;
    bottom: auto;
    left: -8px;
    right: auto;
    top: 21px;
    border-color: transparent #fafafa;
}

.tooltip-left {
    margin: -38px 0 0 -100px;
}
.tooltip-left:before {
    border-width: 6px 0 6px 11px;
    bottom: auto;
    left: auto;
    right: -11px;
    top: 20px;
    border-color: transparent #bebebe;
}
.tooltip-left:after {
    border-width: 5px 0 5px 8px;
    bottom: auto;
    left: auto;
    right: -8px;
    top: 21px;
    border-color: transparent #fafafa;
}

.tooltip .btn-close {
    float: right;
    cursor: pointer;
}
.tooltip h4 {
    margin: 0;
}
.tooltip p {
    margin: 0 0 20px;
}
.tooltip .link-grey {
    padding-left: 0;
    color: #c0c0c0 !important;
    font-size: 11px;
    background: none;
}
.tooltip .link-grey:hover {
    color: #009ede !important;
}

.tooltip-grey {
    background-color: rgba(250,250,250,.98);
}
.ie7 .tooltip-grey, .ie8 .tooltip-grey {
    background-color: #fafafa;
}
/**** tooltip end ****/
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}
.tooltip.top{margin-top:-3px;padding:5px 0;}
.tooltip.right{margin-left:3px;padding:0 5px;}
.tooltip.bottom{margin-top:3px;padding:5px 0;}
.tooltip.left{margin-left:-3px;padding:0 5px;}
.tooltip-inner{max-width:200px;padding:8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000;}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000;}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000;}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000;}


.scojs_popup_form p {
    margin-bottom: 10px;
}

.scojs_popup_form p textarea{
    width: 400px;
    height: 160px;
    vertical-align: middle;
}

.scojs_popup_form p label{
    width: 160px;
    display: inline-block;
    text-align: right;
    padding-right: 8px;
}

.scojs_popup_form p input{
    width: 400px;
}

.scojs_popup_form p .helptext {
    display: block;
    margin-left: 168px;
    color: #bfbfbf;
    font-size: 12px;
    max-width: 400px;

}

.scojs_popup_form p .field-error{
    color: red;
    margin-left: 168px;
    font-size: 12px;
    max-width: 400px;
    display: block;
}

.scojs_popup_form p label.error{
    color: red;
    text-align: left;
    padding-left: 8px;
}

.scojs_popup_form p .optional {
color: #bfbfbf;
font-size: 12px;
margin-left: 5px;
}

.scojs_popup_form p #submit-button{
    margin-left: 160px;
    width: 200px;
}

.scojs_popup_form p select {
    border: 1px solid #D1D0CF;
    height: 26px;
    width: auto !important;
    padding: 4px;
}
