html,body { height:100% }
body {
   margin: 0px; overflow:hidden;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666667
}
body>form { height:100% }
#content { height:100% }
input, select, textarea {
   font-size: 1em;
   color: #666;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
   width: 900px;
   margin: 0 auto;
   overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

#websiteTitle a {
   background: url(http://tester.done.pl/sasquach/photos/done_logo.png) no-repeat;
   height: 72px;
   width: 140px;
   overflow: hidden;
   text-indent: -6000px;
   margin-bottom: 15px;
   display: block;
}

#pageTitle {
   font-size: 14px;
   margin-bottom: 1em;
}

#topMenu {
   padding: 0 0 20px;
   overflow: hidden;
   height: 1%;
}

#topMenu li {
   float: left;
   margin-right: 20px;
   padding: 5px;
   background: #f0f0f0;
}

#rightPanel { position:fixed; top:22%; right:0; width: 974px; height:449px; z-index:200 }
#rightPanel .promotionText { 
	background: url(images/promotion.png) no-repeat;
	text-indent:-50000px; 
	overflow: hidden; 
	display:block; 
	width:974px;
	height:449px;
}
#rightPanel .contact { position: absolute; top:78px; right:15px; text-indent:-15000px; overflow:hidden; width:90px; height:15px }
.objectBody { height:100%; position:absolute; z-index:1; top:0; left:0; width:100% }
.textBox { clear:both; position: relative; padding: 0 30px  }
.warning { position: relative; padding: 20px 30px }
.warning a  { margin: 0 10px 0 0 }
.textBox h3 { margin:0 0 5px;}

#messageBox {
    border: 10px solid rgba(82, 82, 82, 0.698);
    display: none;
    width: 400px;
}
#messageBox div {
    background-color: #fff;
    border: 1px solid #3B5998;
    padding: 10px;
    display:table;
    font-size:10px;
    line-height:1.4em
}
#messageBox h3 { color:#ff7100; font-size:1.6em; line-height: 1.2em; }
#messageBox p { float:none; font-size: 1.2em; line-height: 1.4em; margin: 0 0 5px; }
#messageBox .close { float:right; font-size: 1.1em; margin: 10px 0 0; cursor:pointer }
#messageBox .close:hover { color:#ff7100 }
img.hidden {  border: 0 none; float: none; left: 16px; margin: 0; padding: 0; position: relative; top: 16px; }


