#mireuna {
	width: 200px;
	margin-left: 10px;
	float: left;
	position: absolute;
	left: 100px;
	top: 214px;
}
#mireuna #mivyla {
	float: left;
	width: 15px;
	background-image: url(../grafiikka/kvyla.gif);
	background-repeat: no-repeat;
	height: 15px;
}
#mireuna #mimain {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7EA3CC;
	border-left-color: #7EA3CC;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 25px;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

#mireuna #mioyla {
	background-image: url(../grafiikka/koyla.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
	width: 15px;
	float: left;
}
#mireuna #mibanner {
	background-color: #9966CC;
	height: 45px;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 200%;
	padding-left: 25px;
	display: none;
}
#mireuna #mivala {
	background-image: url(../grafiikka/kvala.gif);
	background-repeat: no-repeat;
	width: 15px;
	float: left;
	height: 15px;
}
#mireuna #mikyla {
	width: 170px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #7EA3CC;
	float: left;
}

#mireuna #mioala {
	background-image: url(../grafiikka/koala.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: 15px;
	width: 15px;
	font-size: 1px;
}
#mireuna #mikala {
	width: 170px;
	border-top-width: 0px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7ea3cc;
	height: 15px;
	background-color: #FFFFFF;
	font-size: 0%;
}

 
/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../grafiikka/reuna2.gif'); /* CHANGE: path and name of your image */
	height: 20px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 20px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 20px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -20px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -20px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -20px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #7ea3cc; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #7ea3cc;/* YCC: color & properties of the right-borderline */
	background: #FFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 16px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	
	}
.notopgap    {
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */


#laatikko1 {
	width: 250px;
	float: left;
	
	/*position: absolute;
	left: 100px;
	top: 214px;*/
}
#laatikko2 {
	width: 540px;
	float: left;
	margin-left: 10px;
		
	/*position: absolute;
	left: 330px;
	top: 214px;*/
}

/*
implementation in the page:
	...
	<head>
	<link rel="stylesheet" type="text/css" href="liquidcorners.css">
	...
	</head>
	
	<body>
	...
	<div class="top-left"></div><div class="top-right"></div>
		<div class="inside">
		<p class="notopgap">Your text & other things inside</p>
		...
		<p class="nobottomgap">...</p>
		</div>
	<div class="bottom-left"></div><div class="bottom-right"></div>
	...
	</body>
*/
