/* ----------------------------------------------------------------------------------------------------------

    Euro RSCG 4D (http://www.eurorscg4d.cz)

    Výstupní zařízení: screen, projection
    Autor:             Lukáš Tomek (lukas.tomek@eurorscg4D.cz)
    Vytvořeno:         27/11/2008

---------------------------------------------------------------------------------------------------------- */

/* -- Basics -- */
html, body, div, p, ul, ol, li, form, fieldset, h1, h2, h3, h4, h5, h6, address   { margin: 0; padding: 0; list-style: none; }

body		        { font: normal 62.8%/1.4 sans-serif; background: #28a7e3 url('../images/bg-body.png') repeat-x; color: #333333; padding: 30px 0; text-align: center; }
a			          { color: #626262; }
a:hover	        { text-decoration: underline !important; }
a img   	      { border:0; }
input,
select,
textarea        { font-family: lucida, sans-serif; font-size: 1em; vertical-align: middle; }
input.button,
select.button,
textarea.button { background: #fff; padding: 2px 0; height: 16px; border: 1px solid #c3c3c3; color: #606060 !important; vertical-align: middle; }
button.button   { margin: 0; padding: 0; height: 18px; border: none; text-decoration: underline; font-weight: bold; color: #00CCFF; cursor: pointer; }
input.submit    { width: 73px; height: 24px; overflow: visible; padding: 0 8px 1px 0; color: #000; font-weight: bold; border: none; cursor: pointer; background: url('../images/bg-submit.png') no-repeat; }
label           { cursor: pointer; padding-right: 5px; line-height: 20px; vertical-align: middle; }

h1	{ font-size: 2em; margin-bottom: .5em; }
h2	{ font-size: 1.45em; }
h3	{ font-size: 1.4em; }
h4	{ font-size: 1.1em; }
h5	{ font-size: 1.1em; }
h6	{ font-size: 1em; }

h1, h2, h3, h4, h5, h6  { color: #000; font-weight: normal; }

table           { border-collapse: collapse; width: 100%; }
table th        { text-align: left; }
table td.right  { padding-left: 5px; }
table th.right  { padding-left: 5px; }
table td.left   { padding-right: 5px; }
table th.left   { padding-right: 5px; }

blockquote  { margin: 0; padding: 10px 20px; color: #333333; line-height: 1.6; font-family: Georgia, serif; }
fieldset    { border: 0 !important; }

/* -- User friendly features --*/
.hidden { display: none; }
.noscreen { width: 200px; position: absolute; left: 0; top: -999px; }

/* -- Basics layout -- */
#view    { text-align: left; position: relative; }
#head    { font-size: 1.2em; z-index: 10; }
#content { font-size: 1.2em; z-index: 1; }
#foot    { font-size: 1.1em; z-index: 1; }

/* -- Main classes -- */
.fr		     { float: right !important; }
.fl		     { float: left !important; }
.clear     { clear: both !important; }
.right	   { text-align: right !important; }
.left		   { text-align: left !important; }
.center	   { text-align: center !important; }
.last		   { margin-right: 0 !important; margin-bottom: 0 !important; border-bottom: none !important; padding-bottom: 0 !important; background: none; }
.small	   { font-size: .90em; }
.big       { font-size: 1.2em; }
.biggest   { font-size: 2em; }
.light     { color: #999999 !important; }
.clearfix  { width: 100%; overflow: hidden; padding-bottom: .6em; }
.alt       { font-weight: bold; }
.yellow    { color: #FFFF00 !important; }
.red       { color: #b7092a !important; }
.test      { border: 1px black solid; }
.smile     { vertical-align: middle; margin: 0 2px; }
.noBrd     { border: none !important; }
.noBrdL    { border-left: none !important; }
.noBrdR    { border-right: none !important; }
.autoWidth { width: auto !important; }
.inlink    { display: block; padding-left: 14px; background: url('../images/bg-inlink.gif') 0 4px no-repeat; }
.relative  { position: relative; }

/* -- Graphic overlays -- */
a.overlaid,
.overlaid a     { display: block; cursor: pointer; overflow: hidden; }
.overlaid       { position: relative; width: 100%; height: 100%; }
.overlaid span  { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

/* -- Forms layout -- */
.formBox .lab			      { float: left; width: 19%; text-align: right; padding-right: 1%; }
.formBox .con			      { float: right; width: 80%; }
.formBox .clearfix	    {  }
.formBox .button        {  }
.formBox .w100          { width: 99%; }
.formBox .button:focus  { border-color: #000; }

/* -- Basic content constructs -- */
.list         { margin-bottom: 0 !important; }
.offsetTop    { margin-top: 1em; }
.offsetBottom { margin-bottom: 1em; }
.info         { font-size: .91em !important; margin-bottom: 5px; color: #999999 !important; }


/* -- Layout -- */
#view         { width: 990px; margin: 0 auto; }
#head         { height: 63px; background: url('../images/bg-content-top.png') no-repeat; }
#content      { padding: 35px 12px 20px; background: url('../images/bg-content.png') repeat-y; }
#foot         { clear: both; text-align: center; background: url('../images/bg-content-bottom.png') no-repeat; }


  /* Main menu */
  #mainMenu { position: absolute; width: 589px; height: 34px; top: 37px; left: 245px; z-index: 500; background: #fff url('../images/bg-menu.gif') no-repeat; }
  #mainMenu ul { padding: 0 5px 4px; height: 30px; }

  #mainMenu ul li   { position: relative; float: left; text-align: center; behavior: url('/css/hover.htc'); }
  #mainMenu ul li a { display: block; height: 20px; padding-top: 10px; overflow: hidden; background-color: #fff; }

  #mainMenu ul li#mm-1 { width: 76px; }
  #mainMenu ul li#mm-1 span { background: url('../images/menu/mm-1.gif') no-repeat; }
  #mainMenu ul li#mm-2 { width: 79px; }
  #mainMenu ul li#mm-2 span { background: url('../images/menu/mm-2.gif') no-repeat; }
  #mainMenu ul li#mm-3 { width: 108px; }
  #mainMenu ul li#mm-3 span { background: url('../images/menu/mm-3.gif') no-repeat; }
  #mainMenu ul li#mm-4 { width: 81px; }
  #mainMenu ul li#mm-4 span { background: url('../images/menu/mm-4.gif') no-repeat; }
  #mainMenu ul li#mm-5 { width: 112px; }
  #mainMenu ul li#mm-5 span { background: url('../images/menu/mm-5.gif') no-repeat; }
  #mainMenu ul li#mm-6 { width: 50px; }
  #mainMenu ul li#mm-6 span { background: url('../images/menu/mm-6.gif') no-repeat; }
  #mainMenu ul li#mm-7 { width: 73px; }
  #mainMenu ul li#mm-7 span { background: url('../images/menu/mm-7.gif') no-repeat; }

  #mainMenu ul li a:hover,
  #mainMenu ul li.active a { background-color: #74b6d3; }
  #mainMenu ul li a:hover span,
  #mainMenu ul li.active a span { background-position: 0 -30px !important; }

  #mainMenu ul li:hover .msubmenu { visibility: visible !important; }

  #mainMenu .msubmenu { position: absolute; width: 139px; top: 28px; left: -4px; padding-top: 4px; z-index: 1000; visibility: hidden; }
  #mainMenu .msubmenu ul { padding: 5px 4px 0; height: 100%; overflow: hidden; background: url('../images/bg-submenu.png') repeat-y; }
  #mainMenu .msubmenu ul li { width: 100%; float: left; clear: both; margin: 0 !important; }
  #mainMenu .msubmenu ul li a { background: none; float: none; height: auto; color: #000000; text-decoration: none; padding: 6px 15px; text-align: left !important; }
  #mainMenu .msubmenu ul li a:hover,
  #mainMenu .msubmenu ul li.active a { background-color: #e8e8e8; }
  #mainMenu .msubmenu .submenu-bottom { clear: both; width: 139px; height: 9px; font-size: 0; background: url('../images/bg-submenu-bottom.png') no-repeat; }

  #mainMenu #mm-1 .msubmenu { left: 0px !important; }
  #mainMenu #mm-6 .msubmenu { left: -20px !important; }


  /* Header */
  #logo { position: absolute; width: 190px; height: 81px; top: 50px; left: 20px; }
  #logo span { background: url('../images/bg-head.gif') no-repeat; }

  #bristol { position: absolute; width: 176px; height: 21px; top: 5px; right: 20px; overflow: hidden; line-height: 150px; }
  #bristol span { background: url('../images/bg-bristol.png') no-repeat; }

  #searchForm { position: absolute; width: 140px; right: 13px; top: 42px; text-align: center; }
  #searchForm .button { width: 88px; }
  #searchForm .submit { width: 37px; padding: 0; background: url('../images/bg-search-submit.gif') no-repeat; }


  /* Content part */
  #content {}
  #content .navi { padding: 0 28px 20px 240px; color: #bababa; font-size: 1em; text-align: right; }
  #content .navi a { color: #bababa; margin: 0 2px; }
  #content .navi a:hover { color: #999999; }
  #content .navi strong { margin-left: 2px; font-weight: normal; }
  .box { margin-bottom: 15px; }

  .col1 .box { background: url('../images/bg-col1-contentshadow.gif') repeat-y; }
  .col1 .box .h { height: 23px; padding-top: 9px; background: #fff url('../images/bg-col1-h.gif') no-repeat; }
  .col1 .box .h * { padding-left: 65px; font-size: 1.2em; /* TODO missing background: url('../images/bg-col1-header.gif') 50px 50% no-repeat; */}
  .col1 .box .h2 { background: none; }
  .col1 .box .in { margin: 0 4px 0 0; padding: 16px; background: #77b7da /*url('../images/bg-col1-contentcolor.gif') 0 100% repeat-x*/; }
  .col1 .box .rhombus { margin: 10px 4px 0 0; padding: 16px; background: #4fa4cf url('../images/bg-col1-contentcolor.gif') 0 100% repeat-x; }
  .col1 .box .bottom { height: 9px; font-size: 0; background: url('../images/bg-col1-bottom.gif') no-repeat; }

  .col3 .box { background: url('../images/bg-col3-contentshadow.gif') repeat-y; }
  .col3 .box .h { height: 30px; padding: 13px 20px 0; background: #fff url('../images/bg-col3-h.gif') no-repeat; }
  .col3 .box .in { margin: 0 6px 0 6px; padding: 15px 15px 2px; background: #ffc332 url('../images/bg-col3-contentcolor.gif') 0 100% repeat-x; }
  .col3 .box .bottom { height: 10px; font-size: 0; background: url('../images/bg-col3-bottom.gif') no-repeat; }

  .cols .col2 .box { padding-bottom: 10px; background: url('../images/bg-cols2-center-bottom.gif') 0 100% no-repeat; }
  .cols .col2 .box .h { position: relative; height: 30px; padding: 13px 20px 0; background: #fff url('../images/bg-cols2-center-h.gif') no-repeat; }
  .cols .col2 .box .h * { color: #000; }
  .cols .col2 .box .in { padding: 20px 20px 20px 20px; overflow: hidden; height: 100%; line-height: 17px; color: #fff; background: #2b87b8 url('../images/bg-cols2-center-content.gif') repeat-y; }
  .cols .col2 .box .in a { color: #fff; }

  .cols3 .col2 .box { padding-bottom: 10px; background: url('../images/bg-cols3-center-bottom.gif') 0 100% no-repeat; }
  .cols3 .col2 .box .h { height: 30px; padding: 13px 20px 0; background: #fff url('../images/bg-cols3-center-h.gif') no-repeat; }
  .cols3 .col2 .box .h * { color: #000; }
  .cols3 .col2 .box .in { padding: 15px 20px 5px; overflow: hidden; height: 90%; line-height: 17px; color: #fff; background: #2b87b8 url('../images/bg-cols3-center-content.gif') repeat-y; }


    .boxNews li { margin-bottom: 1.5em; }
    .boxNews h4 { color: #000; margin-bottom: 4px; }
    .boxNews p,
    .boxNews a { color: #fff; }

    .boxArticle .img { position: relative; float: right; width: 210px; text-align: right; right: -14px; }
    .boxArticle .self { margin-right: 200px; text-align: justify; }
    .boxArticle .self p { margin-bottom: 10px; }

    .boxLogin form { padding: 0 12px 50px; overflow: hidden; }
    .boxLogin form .submit { width: 37px !important; padding: 0; float: right; background: url('../images/bg-login-submit.png') no-repeat; }
    .boxLogin form ul li a { font-size: .9em; color: #000; }

    .boxPoll p { margin-bottom: 1em; }
    .boxPoll * { color: #fff; font-weight: bold; }
    .boxPoll .detail { padding: 10px 35px 30px; }
    .boxPoll .detail .question { margin-bottom: 2em; }
    .boxPoll .detail .clearfix { position: relative; }
    .boxPoll .detail .bar-outer { width: 320px; float: left; }
    .boxPoll .detail .answer { position: relative; padding: 0 10px; margin-bottom: 1em; overflow: hidden; height: 100%; }
    * html .boxPoll .detail .answer { margin-top: -5px; }
    .boxPoll .detail .bar { float: left; height: 17px; background: #9cd6f2 url('../images/bg-poll-bar.gif') 100% 0 no-repeat; }
    .boxPoll .detail .bar span { display: block; height: 17px; background: url('../images/bg-poll-bar-left.gif') 0 0 no-repeat; }
    .boxPoll .detail .lab { float: right !important; width: 60px; text-align: right; }
    .boxPoll .button { margin-bottom: .5em; background: url('../images/bg-poll-submit.gif') no-repeat; }
    .boxPoll .formBox .lab { width: 90% !important; float: right !important; text-align: left; }
    .boxPoll .formBox .con { width: 9% !important; float: left !important; }

    .boxLogin2 form { padding: 0 20px 20px; }

    .boxPresent .img { position: relative; float: left; width: 160px; left: -14px; }
    .boxPresent .img a .preview { position: absolute; width: 155px; height: 128px; left: 0; top: 0; background: url('../images/bg-present-preview.png') no-repeat; }
    .boxPresent .self { margin-left: 160px; }
    .boxPresent .self p { margin-bottom: 10px; }
    .boxPresent .fr .button { margin-left: 10px; }
    .boxPresent .fl .button { margin-right: 10px; }

    .boxEvent .h address { position: absolute; width: 250px; top: 8px; right: 20px; font-style: normal; text-align: right; }
    .boxEvent .h address strong { display: block; }

    .boxPublication .rating { position: absolute; top: 14px; right: 20px; line-height: 100px; height: 20px; overflow: hidden; background: url('../images/bg-publication-rating.gif') repeat-x; }
    .boxPublication .rating-1 { width: 20px; }
    .boxPublication .rating-2 { width: 40px; }
    .boxPublication .rating-3 { width: 60px; }
    .boxPublication .rating-4 { width: 80px; }
    .boxPublication .rating-5 { width: 100px; }

    .boxDownload {  }
    .boxDownload .self { margin-bottom: 20px; padding: 0 20px; }
    .boxDownload .filter { width: 540px; height: 20px; padding: 6px 17px 9px 18px; margin-bottom: 20px; background: url('../images/bg-filter.gif') no-repeat; }
    .boxDownload .filter .button { margin-right: 15px; padding: 2px; height: 19px; width: 120px; }
    .boxDownload .table { width: 575px; background: #fff url('../images/bg-download-table.png') no-repeat; }
    .boxDownload .table th { padding: 2px 18px 0; height: 30px; color: #000; vertical-align: top; }
    .boxDownload .table td { padding: 12px 18px 8px; color: #000; vertical-align: top; background-color: #fff; border-bottom: 1px #cccccc solid; }
    .boxDownload .table td h3 { font-size: 1.1em; font-weight: bold; }
    .boxDownload .table td.type { border: 1px #cccccc solid; border-width: 0 1px 1px; }
    .boxDownload .table .last td { border-bottom: none; }
    .boxDownload .table .even td { background: #fff url('../images/bg-download-even.gif') repeat-x; }
    .boxDownload .table td span { display: block; float: left; width: 41px; height: 40px; }
    .boxDownload .table .odd td span { background: url('../images/bg-download-item.gif') no-repeat; }
    .boxDownload .table .even td span { background: url('../images/bg-download-item2.gif') no-repeat; }

    .boxResults .filter { width: 540px; height: 20px; padding: 6px 17px 9px 18px; margin-bottom: 20px; background: url('../images/bg-filter.gif') no-repeat; }
    .boxResults .numbers { width: 280px; margin: 0 auto; text-align: center; padding-top: 3px; font-size: 1.5em; font-weight: bold; }
    .boxResults .numbers li { display: inline; margin: 0 3px; }
    .boxResults .numbers li a { text-decoration: none; }
    .boxResults .numbers li strong { color: #000; }

    .boxResults .list { width: 575px; padding-bottom: 3px; color: #000; background: #fff url('../images/bg-results-bottom.gif') 0 100% no-repeat; }
    .boxResults .list .first { padding-top: 15px !important; background: url('../images/bg-results-top.gif') no-repeat; }
    .boxResults .list .even { background: #fff url('../images/bg-download-even.gif') repeat-x; }
    .boxResults .list .item { padding: 8px 20px; }
    .boxResults .list .item * { color: #000 !important; }
    .boxResults .list .item h3 { font-size: 1.1em; font-weight: bold; }
    .boxResults .list .item h3 a { color: #2176a3 !important; }

    .boxSitemap { font-weight: bold; }
    .boxSitemap ul ul { padding-left: 20px; }
    .boxSitemap ul li { padding-left: 15px; margin: 2px 0; background: url('../images/bg-present-li.gif') 0 .3em no-repeat; }

    .boxPolls li p { font-weight: bold; }
    .boxPolls li a { color: #000; font-weight: normal; }

    .boxQuiz .detail { padding: 30px 40px 0 !important; width: 395px; overflow: hidden; font-weight: bold; }
    .boxQuiz .detail .tabs { text-align: center; margin-bottom: 2em; }
    .boxQuiz .detail .tabs li { display: inline; padding: 4px 8px 4px; margin: 0 3px; color: #b6d6e6 !important; text-decoration: none; font-weight: bold; text-align: center; background: url('../images/bg-quiz-navi.gif') no-repeat; }
    .boxQuiz .detail .tabs li.active { color: #fff !important; background-position: 0 -24px !important; }
    .boxQuiz .detail .item { margin-bottom: 3em; overflow: hidden; clear: both; }
    .boxQuiz .detail .question { margin-bottom: 1em; }
    .boxQuiz .detail .answer { padding-left: 10px; }
    .boxQuiz .detail .answer label { margin-left: 5px; }
    .boxQuiz .detail .submit { width: 107px !important; background: url('../images/bg-poll-submit.gif') no-repeat; }

    .boxQuiz .result { padding: 10px; }
    .boxQuiz .result li { overflow: hidden; height: 100%; padding-bottom: 1.5em; }
    .boxQuiz .result li span { display: block; float: left; width: 24px; height: 21px; margin-top: 3px; padding-top: 3px; color: #fff !important; text-decoration: none; text-align: center; font-weight: bold; text-align: center; background: url('../images/bg-quiz-navi.gif') no-repeat; }
    .boxQuiz .result li .self { padding-left: 20px; float: left; }
    .boxQuiz .result li .self * { color: #fff; }
    .boxQuiz .result li .self h3 { font-size: 1.1em; font-weight: bold; }
    .boxQuiz .result li .self p { font-size: .9em; }
    .boxQuiz a.button:hover { text-decoration: none !important; }


    .submenu { width: 147px; margin: 0 auto; padding-bottom: 20px; font-size: .9em; }
    .submenu li { margin-bottom: 6px; }
    .submenu li a { display: block; height: 20px; padding-top:4px; text-align: center; color: #000; cursor: pointer; text-decoration: none; background: url('../images/bg-submenu-li.png') no-repeat; }
    .submenu li.active a { background-position: 0 -24px !important; }
    .submenu li.ecases a { background: url('../images/bg-submenu-ecases.png') no-repeat; }
    .submenu li ul { width: 130px; margin: -2px auto 0; padding: 5px 2px 10px 3px; background: url('../images/bg-submenu-ul.png') 0 100% no-repeat; }
    .submenu li ul li { margin-bottom: 0px; padding: 0 5px; }
    .submenu li ul li a { background: none !important; }
    .submenu li ul li.active { background-color: #6eaaca; font-weight: bold; }
    .submenu li ul li.active a { color: #f2f2f2; }
    
    
    .presentation { padding-bottom: 15px; }
    .presentation .content { border: 3px #4097c7 solid; overflow: hidden; height: 100%; margin-bottom: 10px; }
    .presentation .rotator { width: 400px; height: 315px; float: left; border-right: 3px #4097c7 solid; }
    .presentation .chapters { width: 167px; float: right; }
    .presentation .chapters ul { padding: 0; }
    .presentation .chapters ul li { padding: 0; margin: 0; background: none; }
    .presentation .chapters ul li a { padding: 4px 5px 4px 20px; width: 142px; text-decoration: none; display: block; background: url('../images/bg-present-li.gif') 5px .6em no-repeat; }
    .presentation .chapters ul li a:hover { background: #4097c7 url('../images/bg-present-li2.gif') 5px .6em no-repeat; text-decoration: none !important; }
    .presentation .chapters ul li.active a { background: #4097c7 url('../images/bg-present-li2.gif') 5px .6em no-repeat; }


  a.button { width: 107px; height: 20px; color: #000 !important; font-size: .9em; background-color: #fff; text-align: center; padding-top: 4px; text-decoration: none; }
  a.red { color: #fff !important; background: url('../images/bg-button-red.gif') no-repeat !important; }
  a.button-text { display: block; background: url('../images/bg-button.gif') no-repeat; }
  a.button-text-arrow { display: block; background: url('../images/bg-button2.gif') no-repeat; padding-right: 12px; width: 95px; }
  a.button-text-arrow2 { display: block; background: url('../images/bg-button3.gif') no-repeat; width: 127px; }
  a.button-prev { display: block; background: url('../images/bg-button-prev.gif') no-repeat; padding-left: 12px; width: 95px; }

  .filter a.button-text-arrow { background: url('../images/bg-paging-next.gif') no-repeat; }
  .filter a.button-prev { background: url('../images/bg-paging-prev.gif') no-repeat; }

  a.button-more { float: right; }
  a.button-more span { background: url('../images/bg-button-more.gif') no-repeat; }


  #foot ul { margin: 0 50px 50px; background-color: #fff; }
  #foot ul li { display: inline; margin: 0 15px; }
  #foot ul li a { text-decoration: none; }
  #foot p { color: #fff; margin: 0 50px; }


/* -- Cols layout -- */
.cols { height: 100%; overflow: hidden; }
.cols .col1 { float: left; width: 211px; padding-top: 2px; }
.cols .col2 { float: left; width: 616px; padding-left: 66px; }

.cols50 .col1 { float: left; width: 45% !important; padding: 0 !important; }
.cols50 .col2 { float: right; width: 45% !important; padding: 0 !important; }

.cols3 .col2 { width: 516px; padding-left: 20px; }
.cols3 .col3 { width: 185px; float: right; padding-right: 20px; }


/* -- IE PNG FIX -- */
#head,
#content,
#foot,
#bristol span,
.filter .submit,
.boxLogin .submit,
.boxLogin2 .submit,
.boxPoll .submit,
.boxSearch .submit,
.boxConverter .submit,
.submenu li a,
.submenu li ul,
.boxPresent .img a .preview,
#mainMenu .msubmenu ul,
#mainMenu .msubmenu .submenu-bottom,
.lightbox *
{ behavior: url('/css/iepngfix.htc'); }


/* -- lightbox -- */
.lightbox { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 700; font-size: 1.2em; color: #fff; text-align: left; }
.lightbox .overlay { position: fixed; width: 100%; height: 100%; left: 0; top: 0; background-color: #17273b; filter:alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80; }
.lightbox .in { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 800; }

* html .lightbox .overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
* html .lightbox .in  {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.lightbox .message { width: 338px; margin: 0 auto 0; }
.lightbox .message .top { height: 8px; font-size: 0; background: url('../images/lightbox/bg-top.png') no-repeat; }
.lightbox .message .bottom { height: 9px; font-size: 0; background: url('../images/lightbox/bg-bottom.png') no-repeat; }
.lightbox .message .content { width: 328px; padding: 0 5px; background: url('../images/lightbox/bg-shadow.png') repeat-y; }
.lightbox .message .inner { padding: 20px; background: #91ceed url('../images/lightbox/bg-content.gif') repeat-x; }
.lightbox .message .inner p { padding: 2px 0 0 45px; height: 40px; font-weight: bold; background: url('../images/lightbox/bg-text.gif') no-repeat; }
.lightbox .message .inner .buttons { overflow: hidden; height: 100%; margin: 20px 40px 0; }
.lightbox .message .inner .button { width: 77px; height: 24px; cursor: pointer; background: url('../images/lightbox/button.png') no-repeat; }
