* { margin: 0; padding: 0 }
body {
font-family: Verdana, Arial;
background-image: url(../images/bg_food_fight.gif);
background-color: #F4F4F4;
color: #000;
width: 810px;
margin: auto;
text-align: center;
padding-bottom: 20px;
}

#logo_food_fight { padding:0px; margin-left:100px; }
	
p { text-align: left; margin: 15px 0; }
p, ul { font-size: 13px; line-height: 1.6em } 

p a, li a { color: #DF0000; text-decoration: none }
p a:hover, li a { color: #FF4000; text-decoration: underline; }

p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
p#link_crosss { text-align: center }
p#link_crosss { margin-bottom: 30px; padding-bottom: 30px; }
		
noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:focus { outline:none; }

img { border: 0; }

.film_obraz {border:2px solid #FF4000;}

h1 {}
h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left; }

.stripViewer .food_fight_panelContainer .food_fight_panel ul { text-align: left; 	margin: 0 15px 0 0px;	}

.food_fight_panel {font-family: "Trebuchet MS", arial, verdana, helvetica; }

		
.slider-wrap { 
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

/* style slider  */
.csw {width: 100%; height: 450px; overflow: scroll; padding:0px;}
.csw .loading {margin: 200px 0 300px 0; text-align: center; padding:0px;}

.stripViewer {
			position: relative;
			overflow: hidden; 
			border: 15px solid #FF4000; /* border food_fight_panelu */
			margin: auto;
			width: 720px; /* ustalenie szerokosci food_fight_panelu */
			height: 450px; /* ustalenie wysokosci food_fight_panelu */
			clear: both;
			background: url(../images/bg_food_fight_in.gif) bottom no-repeat #F4F4F4 ;			
		}
	
	
		.stripViewer .food_fight_panelContainer { 
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; */
		}
		
		.stripViewer .food_fight_panelContainer .food_fight_panel { /* Each food_fight_panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .food_fight_panelContainer .food_fight_panel .wrapper { 
			padding: 30px;
		}
		
		.main_menu { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.main_menu ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.main_menu ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.main_menu a { /* The nav links */
			font-size: 18px;
			font-weight: bold;
			font-style:italic;
			text-align: center;
			font-family: Georgia, "Times New Roman", Times, serif;
			line-height: 32px;
			background: #FFD9CC;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.main_menu a:hover {
			background:#DF0000;
			color:#FFFFFF;
		}
		
		.main_menu a.current {
			background: #FF4000;
			color: #fff;
		}
		
		.arrow_left, .arrow_right { 
			margin:0px; padding:0px;
			position: absolute;
			top: 200px;
			text-indent: -19000em;
		}
		
		.arrow_left a, .arrow_right a {
			display: block;
			height: 47px;
			width: 30px;
		}
		
		.arrow_left {
			left: 0;
		}
		
		.arrow_right {
			right: 0;
		}
		
		.arrow_left {
			background: url("../images/arrow_left.gif") no-repeat center;
		}
		
		.arrow_right {
			background: url("../images/arrow_right.gif") no-repeat center;
		}
		

div.row {
  clear:both;
  }
div.row span.label {
  float: left;
  width: 120px;
  text-align: left;
  }
div.row span.formw {
  float: right;
  width: 420px;
  text-align: left;
  }
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  }
div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  }
div.row span.submit{
  width:400px;
  text-align:center;
}
#form{
	width: 450px;
	padding: 2px;
	margin: 0px auto;
    font-size:12px;
}
#confirmation{
	width: 400px;
	height:220px;
	padding: 20px;
	margin: 10px auto;
	text-align: center;
    font-weight: bold;
}
.formularz {
  border:1px solid #CC6633;
  background:#FFFFFF;
  padding:2px;
  font-size:12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  }
.formularz_submit {
  border:2px solid #CC6633;
  background:#FFFFFF;
  padding:5px;
  font-size:14px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  }  