@media screen
{
	div.buttons
	{
		font-family: "helvetica", "Arial", sans-serif;
		font-size: 1em;
		font-weight: bold;
		text-align: center;
        position: absolute;
        top: 110px;
        left: 50%;
        width: 260px;
		background: black;
		margin-left: -130px;
		margin-right: auto;
		padding: 0px 0px 0px 0px;
		text-decoration: none;
	}
	
	div.button
	{
        display: block;
		float: left;
		margin-left: 2px;
		margin-right: 2px;
    }

	div.pick
	{
		width: 122px;
		height: 23px;
		border: 1px solid white;
		color: white;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		cursor: pointer;
	}

	div.no_pick
	{
		width: 122px;
		height: 23px;
		border: 1px solid #888;
		color: #888;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		cursor: default;
	}
}

@media print
{
    div.buttons
    {
        display: none;
    }
}
