.corkboard {
        float: left;
        background: transparent url(images/cork.jpg);
        border: 10px solid silver;
        width: 730px;
        padding: 5px;
	position: relative;
}

.notePaper {
	background: #FFFFFF;
	background: #F9F9F9;
	border: 1px solid #C0C0C0;
	border-bottom: 0px solid #000000;
	border-right: 1px solid #000000;
	float: left;
	width: 708px;
	padding:10px;
	position: relative;
	font-family: Comic Sans MS;
	font-size: 14px;
}

.tornpaper {
	float: left;
	background: transparent url(images/tornpaper.gif) no-repeat bottom;
	background: transparent url(images/tear.png) repeat-x bottom;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 5px;
	width: 728px;
	line-height: 0px;
}

.tornPaperHeader {
	font-size: 16px;
	clear: both;
	color: #000000;
	width: 347px;
	font-family: Comic Sans MS;
	background: #FFFFFF;
	background: #F9F9F9;
	text-align: center;
	border: 1px solid #C0C0C0;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.tournamentNote {
	font-size: 1.5em;
	text-align: center;
}

.pushpin {
        background: transparent;
        width: 21px;
        height: 36px;
        position: absolute;
}

.pinleft {
        top: 5px;
        left: 5px;
}

.pinright {
        top: 5px;
        right: 5px;
}

.pushpin_results {
        top: -10px;
        left: 175px;
}

.results {
	position: relative;
}
