body
{
    margin: 0;
    font-family: Tahoma, Helvetica, sans-serif;
    width: 320px;
    height: 480px;

	background-color: #fff;
	-webkit-text-size-adjust: none; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #c8c8c8 url(images/pinstripes.png);

}

never
{
    background-image: url( 'images/ocean1.jpg' );
}

img {
	border-style: none;
    border-color: inherit;
    border-width: 0;
}

select
{
    font-family: Tahoma;
    font-size: large;
}

#toolbar
{
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(images/toolbar.png) #7388a5 repeat-x;
    border-bottom: 1px solid #3f4e63;

}

#toolbar a {
	position: absolute;
	top: 8px;
	left: 7px;
}

#statusbar {
	padding: 3px 7px;
	font-size: 12px;
	background-color: #FFFFCC;
	border-bottom: 1px solid #E8E8E8;
}

#statusbar em {
	font-style: normal;
	color: #666;
}

#statusbar span {
	float: right;
}

.label_large
{
    background: yellow;
    font-size: x-large;
}

.label_instructions
{
    font-size:large;
    font-family:Tahoma;
}