*
    {
        font-family: Helvetica;

            }

html
    {
        margin: 0;
        padding: 0;
    }

body
    {
        background-color: #cccccc;
		height: 100%;
        background: #c8c8c8 url(pinstripes.png);
        margin: 0;
        padding: 0;
        min-height: 375px;
    }

h1
	{
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 50%;
    margin: 1px 0 0 -35px;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    color: #FFFFFF;
	}
.button {
    position: fixed;
    top: 8px;
    right: 6px;
    -webkit-border-image: url("bt.png") 0 5 0 5;
    -webkit-border-radius: 0;
    border-width: 0 5px 0 5px;
    padding: 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: none;
}

#suomeksi {
    display: inline;
    left: 6px;
    right: auto;
    -webkit-border-image: url("b.png") 0 8 0 14;
    border-width: 0 8px 0 14px;
}	

table.locationbar
	{
	    /*
		background-color: #eeeeff;
		width: 100%;
		border: 0;
		border-top: solid 1px;
		border-left: solid 1px;
		border-right: solid 1px;
        */

        border-bottom: 1px solid #2d3642;
        border-top: 1px solid #6d84a2;
        padding: 8px;
        height: 45px;
        background: url(toolbar.png) #6d84a2 repeat-x;
	}
table.locationbar td
	{
        border: 0;
        text-align: center;
	}
	
input.inputbutton
{
    width: 95%;
    height: 40px;
    font-size: 10pt;
}

div.laatikko
{

    width: 320px;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
div.ilaatikko
{
-webkit-border-bottom-left-radius: 8px 8px;
	-webkit-border-bottom-right-radius: 8px 8px;
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px;
	-webkit-margin-bottom-collapse: separate;
	-webkit-margin-top-collapse: separate;
	    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	background-color: white;
	border-color: rgb(135, 135, 135);
	border-style: solid;
	border-width: 1px;
	font-family: Helvetica;
	font-size: 12pt;
	overflow: hidden;
	list-style: none;
	padding: 0px;
	position: relative;
	display: block;
	height: auto;
	margin-left: 9px;
	margin-right: 9px;;
	margin-top: 3px;
	margin-bottom: 13px;

}
div.ilaatikko > li {
    margin: 0;
    padding: 0;
    background: url("a.png") no-repeat right center;
    font-size: 22px;
    text-align: center;
    list-style: none;
}

div.ilaatikko > li > a {
    display: block;
    padding: 8px 32px 8px 8px;
    text-decoration: none;
    color: inherit;
}

div.ala
{
    margin: 10px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
