/* styly ohledne grafiky a pozicovani */
#page_background {width: 990px; background: url('../images/confirmation/pozadi.jpg') repeat-y; padding-top: 10px; text-align: center;}
#header {font-size: 17px; font-weight: bold; color: #edd198; top: -15px; width: 480px; margin: 0 auto; position: absolute;}
#buttons { position: absolute; width: 480px; left: 0px; top: -20px;}
#outer_container {width: 480px; margin: 0 auto; text-align: center;}
#outer_header {background: url('../images/confirmation/outer_header.gif') no-repeat; position: relative; width: 480px; height: 30px; }
#outer_body {background: url('../images/confirmation/outer_body.gif') repeat-y; position: relative; width: 480px; height: 296px; text-align: center;}
#outer_footer {background: url('../images/confirmation/outer_footer.gif') no-repeat; position: relative; width: 480px; height: 33px; }
#inner_container {width: 472px; margin: 0 auto; text-align: center; padding-top: 10px;}
#inner_header {background: url('../images/confirmation/inner_header.png') no-repeat; position: relative; width: 472px; height: 11px;}
#inner_body {background: url('../images/confirmation/inner_body.png') repeat-y; position: relative; width: 472px; text-align: center; }
#inner_footer {background: url('../images/confirmation/inner_footer.png') no-repeat; position: relative; width: 472px; height: 8px;}
#bottom_space {height: 20px; position: relative; }

/* tlacitka */
.butt_ano_out {background: url('../images/confirmation/butt_ano_out.gif'); height: 23px; width: 65px; border: 0px;}
.butt_ano_over {background: url('../images/confirmation/butt_ano_over.gif'); height: 23px; width: 65px; border: 0px; cursor: pointer;}
.butt_ne_out {background: url('../images/confirmation/butt_ne_out.gif'); height: 23px; width: 65px; border: 0px;}
.butt_ne_over {background: url('../images/confirmation/butt_ne_over.gif'); height: 23px; width: 65px; border: 0px; cursor: pointer;}
.butt_ok_out {background: url('../images/confirmation/butt_ok_out.gif'); height: 23px; width: 65px; border: 0px;}
.butt_ok_over {background: url('../images/confirmation/butt_ok_over.gif'); height: 23px; width: 65px; border: 0px; cursor: pointer;}

/* dalsi styly */
.confirmation_text {color: #edd198; font-size: 11px; width: 420px; margin: 0 auto; text-align: center;}
table {color: #edd198;}


