.background {
	height: 532px;
	width: 840px;
	margin: auto
}

.background img {
	padding: 0px;
	border: 1px solid #000;
	background-color: #eee;
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	box-shadow: 0 0 1em rgba(0, 0, 0, .5);
		z-index: 1;
}

.nobgnd {
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	opacity: 1;
}
.dullbgnd {
	background-image: url(images/oollas_bkgnd_dull.jpg);
	background-repeat: no-repeat;
	background-position: center center
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	opacity: 1;
	text-align: center;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	cursor: hand;
	border: 1px solid #000;
}

.menu {
	text-align: center;
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #222222;
	cursor: hand;
}

.lgmenu {
//	text-align: center;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	cursor: hand;
}

.SelectBox
{
//	text-align: left;
	cursor: hand;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
//	font-weight: bold;
	background-color: #222222;
	color: #FFFFFF;
	border: 2px solid #444444;
	margin-left: 6px;
	margin-right: 0px;
}

#contactForm, .statusMessage, input[type="submit"], input[type="button"] {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;  
	border-radius: 10px;
}

#contactForm, .statusMessage {
	color: #222222;
	background-color: #ebedf2;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#a65a0e), 	color-stop(1, #ebedf2) );
	background: -moz-linear-gradient( center bottom, #a65a0e 0%, #ebedf2 100% );  
	border: 1px solid #aaa;
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	opacity: .95;
}

#contactForm {
	width: 40em;
	height: 36em;
	padding: 0 1.5em 1.5em 1.5em;
	margin: 0 auto;
		z-index: 1;
}

#contactForm.positioned {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.statusMessage {
	display: none;
	margin: auto;
	width: 30em;
	height: 2em;
	padding: 1.5em;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.statusMessage p {
	text-align: center;
	margin: 0;
	padding: 0;
}

#contactForm h2 {
  font-size: 2em;
//  font-style: italic;
  font-family: Arial;
  letter-spacing: .05em;
  margin: 0 0 1em -.75em;
  padding: 1em;
  width: 19.5em;  
  color: #222222;
  background: #a65a0e url('images/siro_logo.png') no-repeat 15em 12px;
  border-bottom: 5px solid #333333;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;  
  border-radius: 10px 10px 0 0;
		z-index: 1;
}

#contactForm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contactForm ul li {
	margin: .9em 0 0 0;
	padding: 0;
}

#contactForm input, #contactForm label {
  line-height: 1em;
}

label {
	display: block;
	float: left;
	clear: left;
	text-align: right;
	width: 28%;
	padding: .4em 0 0 0;
	margin: .15em .5em 0 0;
	font-weight: bold;
	font-family: Arial;
//	color: #a65a0e;
}

input, textarea {
	display: block;
	margin: 0;
	padding: .4em;
	width: 67%;
	font-family: "Arial", serif;
	font-size: 1em;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;    
	border-radius: 5px;
	-moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
	box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
	background: #eeeeee;
}

textarea {
  height: 13em;
  line-height: 1.5em;
  resize: none;
}

#contactForm *:focus {
	border: 1px solid #a65a0e;
	outline: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

input:valid, textarea:valid {
	background: #dfd;
}

input[type="submit"], input[type="button"] {
	float: right;
	margin: 2em 1em 0 1em;
	width: 10em;
	padding: .5em;
	border: 1px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;  
	border-radius: 10px;
	-moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	color: #fff;
	background: #0a0;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	opacity: .7;
	-webkit-appearance: none;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
	cursor: pointer;
	opacity: 1;
}

input[type="submit"]:active, input[type="button"]:active {
	color: #333;
	background: #eee;
	-moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
	-webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
	box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}

input[type="button"] {
	background: #ff3300;
}

[if lt IE 8] input, textarea {
  float: right;
}

[if lt IE 8] #formButtons {
  clear: both;
}

[if lt IE 8] #contactForm.positioned, .statusMessage {
  left: 50%;
  top: 50%;
}

[if lt IE 8] #contactForm.positioned {
  margin-left: -20em;
  margin-top: -16.5em;
}

[if lt IE 8] .statusMessage {
  margin-left: -15em;
  margin-top: -1em;
}
#contactForma, .statusMessage, input[type="submit"], input[type="button"] {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;  
	border-radius: 10px;
}

#contactForma, .statusMessage {
	color: #222222;
	background-color: #ebedf2;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#a65a0e), 	color-stop(1, #ebedf2) );
	background: -moz-linear-gradient( center bottom, #a65a0e 0%, #ebedf2 100% );  
	border: 1px solid #aaa;
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	opacity: .95;
}

#contactForma {
	width: 40em;
	height: 36em;
	padding: 0 1.5em 1.5em 1.5em;
	margin: 0 auto;
		z-index: 1;
}

#contactForma.positioned {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
}

#contactForma h2 {
  font-size: 2em;
//  font-style: italic;
  font-family: Arial;
  letter-spacing: .05em;
  margin: 0 0 1em -.75em;
  padding: 1em;
  width: 19.5em;  
  color: #222222;
  background: #a65a0e url('images/siro_logo.jpg') no-repeat 15em 12px;
  border-bottom: 5px solid #333333;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;  
  border-radius: 10px 10px 0 0;
		z-index: 1;
}

#contactForma ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contactForma ul li {
	margin: .9em 0 0 0;
	padding: 0;
}

#contactForma input, #contactForm label {
  line-height: 1em;
}

[if lt IE 8] #contactForma.positioned, .statusMessage {
  left: 50%;
  top: 50%;
}

[if lt IE 8] #contactForma.positioned {
  margin-left: -20em;
  margin-top: -16.5em;
}