/*
Taulukko
*/
th {
	font: bold 11px "Tahoma", Arial, Helvetica, sans-serif;
	color: #6D929B;
	border-right: 0px solid #C1DAD7;
	border-bottom: 0px solid #C1DAD7;
	border-top: 0px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}
.contactform{
	border:1px solid #222;
	padding: 5px;
	text-align: left;
	font-weight:bold;
	height:auto;
	width: 500px;
	float: right;
	margin: 0 35px 10px 0;
}
label
{
	width: 500px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	margin-bottom:3px;
	border-bottom: 1px dotted #993333;
	clear:both;
	background-color: 111;
}
.submit input
{
margin-left: 4.5em;
}
input
{
	color: #CCCCCC;
	background: #222;
	margin: 5px 0 8px 8px;
	padding: 3px;
	width: 480px;
	border: 1px dotted #000;
	background-image: url(images/txtbg.jpg);
	background-position: center;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 0px outset #999
}
fieldset
{
	border: 0px solid #999;
	width: 600px;
	display: inline;
}

legend
{
color: #fff;
background: #ffa20c;
border: 0px solid #999;
padding: 5px;
}
textarea{
	color: #fff;
	background: #222;
	border: 1px dotted #000;
	padding: 2px 6px;
	width: 480px;
	float: right;
	height: auto;
	margin-bottom: 8px;
	background-image: url(images/txtbg.jpg);
}

.button {
	width: 70px;
	margin-left: 42%;
	padding: 0px;
	border: 0px;
}

