
  html {
    height: 100%;
  }

	body {
    overflow: hidden;
		height: 100%;
		line-height: 150%;
		margin: 0;
		padding: 0;
		background-color: #181818;
		color: #f0f0f0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.75em;
	}
	
	#container {
    width: 960px;
    height: 100%;
    position: relative;
    margin: 0 auto 0 auto;
	}
	
	#side {
    width: 300px;
    float: left;
    height: 100%;
    display: table;
    #position: relative;
    overflow: hidden;
	}
	
	#side_middle {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
	}
	
	#side_content {
    height: 580px;
    #position: relative;
    #top: -50%;
	}
	
	.logo {
    width: 300px;
    height: 170px;
    border: 0;
	}
	
	#flashcontent {
    width: 640px;
		height: 100%;
		float: right;
	}

	
form {	
	margin: 0;
	padding: 0;
}

div.flash {
	width: 160px;
	margin: 10px 5px;
	border-color: #D9E4FF;
}

button, input { 
	padding: 2px 3px;
	margin: 0px 0 5px 0;
	width: 160px;
	background-color: #f0f0f0;
	color: #181818;
	border: 0;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

input[disabled="disabled"]{ border: 0px solid #181818; color: #181818 !important; background-color: #f0f0f0 !important; } /* FF 2 Fix */

label { 
	width: 120px; 
	text-align: right; 
	display:block;
	margin: 0px 5px 0 0;
	padding: 0;
}

#btnSubmit { background-color: #d62118; color: #f0f0f0; }

.progressWrapper {
	width: 160px;
	overflow: hidden;
}

.progressContainer {
	padding: 0;
	overflow: hidden;
}
/* Message */
.message {
	overflow: hidden;
}

.progressName {
	font-size: 0.9em;
	font-weight: bold;
	color: #f0f0f0;
	width: 160px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: #d62118;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: #00c000;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: #ffff00;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 160px;
	font-size: 0.8em;
	text-align: left;
	white-space: nowrap;
}

#email_komunikat {
	font-size: 0.9em;
	display: block;
}


.komunikat_skryptu {
  background-color: #d62118;
  color: #f0f0f0;
  padding: 3px 5px 3px 5px;
  font-weight: bold;
}

.komunikat_skryptu a {
	text-decoration: none;
	color: #d62118;
	background-color: #181818;
	padding: 0px 3px 1px 3px;
	font-weight: bold;
}

p {
  margin-top: 0;
}

.adres {
  width: 300px;
  height: 16px;
  border: 0;
}

#galerie {
  float: right;
  width: 155px;
  padding: 3px 0 0 5px;
}

#galerie a {
	color: #f0f0f0;
	border: 1px solid #f0f0f0;
	background-color: #d62118;
	display: block;
	float: left;
	width: 24px;
	text-align: center;
	font-weight: bold;
	padding: 3px 0 3px 0;
	margin: 0 0 5px 5px;
	cursor: pointer;
}

p.press a {
	color: #f0f0f0;
	background-color: #d62118;
	text-decoration: none;
	padding: 0px 3px 1px 3px;
	font-weight: bold;
}