body.frontpage {
	
}
 
body.frontpage #navigation ul, body.frontpage #page, body.frontpage .pagefragment {
	xwidth: 855px;
}
 
.banner {
	margin-bottom: 30px;
	margin-top: -1px;
	position: center;
}
 
#main {
	float: left;
	width: 567px;
	margin-top: 0;
}

a.discreet {
    color: #d0dfe8;
    background: #fff;
    -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px 4px;
	text-decoration: none;
}

a.discreet:hover {
    text-decoration: none;
    color: #fff;
    background: #d0dfe8;
}
 
#side {
	clear: none;
	display: block;
	float: right;
	width: 173px;
	margin-top: 10;
	top: 150px;
}
 
 #center-box {
 	clear: none;
 	display: block;
 	align: center;
 	float: left;
 	width: 350px;
 	margin-top: 10;
 }
 
#main #app-exhibit, #main #app-exhibit li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
 
#main #app-exhibit .cssedit2 {
	margin: 0 0 2px 2px;
}
 
#main #app-exhibit .cssedit2 a {
	display: block;
	height: 33px;
	border: none;
	text-align: center;
	padding-top: 206px;
	background: url(http://2010.konradw.pl/images/PresentingCSSEdit2.6Curtains.jpg) no-repeat;
	overflow: hidden;
	text-decoration: none;
}
 
#main #app-exhibit .cssedit2 a strong {
	display: none;
}
 
#main #app-exhibit .cssedit2 a span {
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 33px;
	background: url(http://2010.konradw.pl/images/PresentingCSSEdit2Arrow.gif) no-repeat 100% 70%;
	padding-right: 16px;
}
 
#main #app-exhibit .deskshade a {
	display: block;
	margin: 0 3px 0 2px;
	font-size: 12px;
	text-align: left;
	padding: 22px 20px 22px 90px;
	color: #2d3e62;
	background: #d0dfe8 url(http://2010.konradw.pl/images/DeskShadeBanner.gif) no-repeat;
	text-decoration: none;
}
 
.front #side #actions {
	margin-top: 5px;
	padding-top: 0;
}
 
body.frontpage #side.infobox {
	min-height: 228px;
}

#table {
	clear: both;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0dfe8), to(#FFF));
	color: # 2d3e62;
	float: none;
	position: relative;
}

#poll {
	clear: both;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #213058;
	background-image: -webkit-gradient(radial, 100 100, 100, 100 100, 0, from(#213058), to(#33426A));
	float: none;
	position: absolute;
	/*-webkit-transform: rotate(-3deg); 
	-moz-transform: rotate(-3deg);	*/
	border: 3px solid #BBC1CC;
	width: 200px;
}

#question {
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B7BCCA), to(#6F7993), color-stop(0.5, #7C859E), color-stop(0.5, #5C6986));
	text-shadow: -1px -1px 0px #090A0A;
	color: #fff;
	border: 1px solid #192340;
	-webkit-box-shadow: 0px 1px 0px #546080;
}

#answers {
	color: #fff;
}



 
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../js/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../js/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../js/select.gif) no-repeat;
	overflow: hidden;
}

#button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B7BCCA), to(#6F7993), color-stop(0.5, #7C859E), color-stop(0.5, #5C6986));
	text-shadow: -1px -1px 0px #090A0A;
	color: #fff;
	border: 1px solid #192340;
	-webkit-box-shadow: 0px 1px 0px #546080;
	cursor: pointer;
}

#button:active {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B7BCCA), to(#6F7993), color-stop(0.5, #7C859E), color-stop(0.5, #5C6986));
	text-shadow: -1px -1px 0px #090A0A;
	color: #fff;
}

#results {
	padding: 3px;
	border: 1px solid #192340;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #213058;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#213058), to(#6F7993));
	float: none;
	text-decoration: none;
	color: #fff;
}

/*#results:hover {
	padding: 3px;
	border: 1px solid #192340;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #213058;
	background-image: -webkit-gradient(linear, left top, left bottom, from(213058), to(#33426A));
	float: none;
	text-decoration: none;
	color: #fff;
}*/

#results:active {
	padding: 3px;
	border: 1px solid #192340;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #213058;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6F7993), to(#213058));
	float: none;
	text-decoration: none;
	color: #fff;
}


