*
{
	padding:0;
	margin:0;
	border:0;
	font-size:1em;
	font-family:sans-serif;
}

/*----Reset ---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--- RESET ---*/
body
	{
	background:#33624E;
	}
#frame
{
position:relative;
background:url(../img/tausta.jpg) white;
height:727px;
width:756px;
margin:0 auto 0 auto;
}
#menu
{
	position:absolute;
	top:85px;
	right:40px;
}
	.menuB
			{
			position:relative;
			float:left;
			width:96px;
			height:23px;
			background:url(../img/nappi.jpg) transparent;
			background-repeat:no-repeat;
			text-align: center;
			margin:0 2px;
			}
	.menuB:hover
			{
			background:url(../img/nappi_hover.jpg) transparent;
			}
		.menuB a
			{
			color:white;
			text-decoration:none;
			font-size: 11px;
			}
		.menuB a:hover, .menuB a.chosen 
			{
			text-decoration: underline;
			font-weight: bolder;
			}
#content
	{
	position:absolute;
	top:350px;
	bottom:47px;
	left:24px;
	right:20px;
	font-size:12px;
	
	}
	
#content h1
	{
	font-size:1.2em;
	margin:3px 0 1em 0;
	}

	#kuva
		{
		position:absolute;
		top:0;
		left:10px;
		padding:2px;
		border:2px double gray;
		margin:2px;
		
		}
	#teksti
		{
		float:right;
		width:390px;
		height:220px;
		padding:5px 0px 0px 35px;
		}
	.vasenPalsta,.oikeaPalsta
		{
		position:relative;
		width:170px;
		float:left;
		display:block;
		}
	
	
	
	
	
	#teksti ul
		{
		list-style: disc;
		list-style-position: inside;
		}
	
	#content .formi
		{
		border:1px solid #ACAAAA;
		float:left;
		margin:7px 0 5px 20px;
		font-size:11px;
		padding:2px;
		width:16em;
		background-image:url(../img/inputTausta.png);
		background-repeat: repeat-x;
		}
		
	#submit
		{
		background:url(../img/submit.jpg) transparent;
		background-position:9px 12px;
		background-repeat:no-repeat;
		color:white;
		width:95px;
		height:60px;
		font-weight: bolder;
		margin-left:2em;
		}
	#submit:hover
		{
		background:url(../img/submit_hover.jpg) transparent;
		background-position:3px 8px;
		width:95px;
		height:60px;
		font-weight: normal;
		
		}
	.note
		{
		border: 1px solid #666666;
		background-color: #ffffe1;
		padding:3px;
		margin:3px;
		}
		.piilo
			{
			visibility: hidden;
			}
		.smaler
			{
			font-size: small;
			}
