body {
	/*  background-image: url(images/stardust.jpg);
	background-repeat: repeat-x */
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	background-color: #FFFFFF;
}

a{
	color: #FF3399;
}

/* OTHER STYLES */

.virhe{
	background-color: #FF0000;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.otsikko {
	font-weight: bold;
	color: #EF2271;
	font-size: 12px;
}

.iso_otsikko{
	font-weight: bold;
	color: #EF2271;
	font-size: 20px;
}

.kerhohinta {
	font-weight: bold;
	color: #FF0000;
}
.style2 {font-weight: bold; color: ; font-size: 14px; }
.style3 {font-size: 12px}

.textfieldi1 {font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
	background-image: url(images/form_m.jpg);
	background-repeat: repeat-x;
}

.closelink{
	color: black;
	font-size: 16px;
	font-weight:bold;
}


/* ALERTBOX */


#blackdiv{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 2000px;
	background-color: black;
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	z-index: 90;
}

#whitediv{
	position: absolute;
	top: 50%;	
	left: 50%;
	margin-left: -200px;
	margin-top: -150px;
	z-index: 100; 
	width: 300px;
	background-color: white; 
	padding: 25px 0px 20px 20px; 
	border: 20px solid #ed1c24; 
	text-align: center;
	color: black;
}

.error_ots{
	color: #990000;
	font-size: 30px;
	font-weight:bold;
}

.error_leipa{
	font-size: 13px;
}

.error_m{
	background-image: url(../images/error_m.jpg);
	background-repeat: repeat-x;
}

/* KIITOS- SIVU + ARVONNAN SÄÄNNÖT + TILAUSEHDOT **** */
.kiitos_box{
	width: 400px;
	background-color: #FFFFFF;
	border: 10px solid #FF99CC;
	margin: auto;
	margin-top: 20px;
		
}

.kiitos_linkki{
	color: #666666;

}

