p {
	max-width: 1200px;
	float: none;
	margin: auto;
	font-size: 12px;
	background-repeat: no-repeat;
	word-wrap: normal;
	font-variant: normal;
	font-family: sans-serif;
	margin-bottom: 6px;
}

dt {
	font-size: 12px;
	font-variant: normal;
	font-family: sans-serif;
	padding-left: 30px;
}

dd {
	font-size: 12px;
	font-variant: normal;
	font-family: sans-serif;
	padding-left: 10px;
}

form {
	max-width: 1200px;
	float: none;
	margin: auto;
	font-size: 12px;
	background-repeat: no-repeat;
	word-wrap: normal;
	font-variant: normal;
	font-family: sans-serif;
	margin-bottom: 6px;
}

h1 {
	max-width: 1200px;
	float: none;
	margin: auto;
	font-size: 14px;
	background-repeat: no-repeat;
	word-wrap: normal;
	font-variant: normal;
	font-family: sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
}

h2 {
	max-width: 1200px;
	float: none;
	margin: auto;
	font-size: 12px;
	background-repeat: no-repeat;
	word-wrap: normal;
	font-variant: normal;
	font-family: sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
}

div.all {
	max-width: 1200px;
	float: none;
	margin: auto;
	font-size: 12px;
	background-repeat: no-repeat;
	word-wrap: normal;
	font-variant: normal;
	font-family: sans-serif;
}

div.top {
	clear: both;
	float: none;
	height: 100px;
}

div.middle {
	clear: both;
	float: none;
}

div.bottom {
	padding-top: 20px;
	clear: both;
	float: none;
}

div.logo {
	width: 17%;
	float: left;
}

div.header {
	float: left;
	text-align: center;
	width: 66%;
}

div.user {
	text-align: right;
	width: 17%;
	float: left;
}

div.left {
	padding-top: 10px;
	float: left;
	width: 17%;
}

div.main {
	float: left;
	width: 83%;
}

div.right {
	width: 0%;
	float: left;
}

div.empty {
	float: left;
	width: 17%;
}

div.footer {
	float: left;
	text-align: center;
	width: 83%;
}

div.home {
	width: 0%;
	float: left;
}

p.indent {
	margin-left: 50px;
}

div.indent {
	margin-left: 50px;
}

table.indent {
	margin-left: 50px;
}

a {
	line-height: 20px;
	color: green;
	text-shadow: 0px 0px;
	font-size: 14px;
	font-family: sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.pieni {
	line-height: 12px;
	color: green;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

label {
	display: inline-block;
	min-width: 150px;
	width: 150px;
}

div.error {
	clear: both;
	text-align: center;
	font-weight: bold;
	color: red;
	font-size: 16px;
	font-family: sans-serif;
}

th {
	text-align: left;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

td {
	vertical-align: top;
	font-size: 12px;
}

input[type="button"][class="haitari"] {
	font-weight: bold;
	font-size: 12px;
	border: hidden;
	background-color: inherit;
	cursor: pointer;
    background-image: url(right.png); /* 16px x 16px */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}
