#ContactContainer
{
	display:block;
	position:relative;
	padding:0;
	margin:0;
	width:300px;	
}

#ContactContainer:after
{
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.ContactColumns
{
	display:block;
	position:relative;
	padding:0;
	margin:0;
	width:450px;	
}

.ContactColumns:after
{
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.Tiedot
{
	display:inline;
	position:relative;
	padding:0;
	margin:0;
	width:150px;
	float:left;
}

.Kentat
{
	display:inline;
	position:relative;
	padding:0;
	margin:0;
	width:300px;
	float:left;
}

.Kentat p
{
	padding:0;
	margin:0;
}

.Kentat input
{
	display:inline;
	position:relative;
	padding:0;
	margin:0;
	width:300px;
	float:left;
	background:#fff;
	border:solid 1px #babebd;
}

.Kentat select
{
	display:inline;
	position:relative;
	padding:0;
	margin:0;
	width:300px;
	float:left;
	background:#fff;
	border:solid 1px #babebd;
}

.KentatBox
{
	display:block;
	position:relative;
	padding:15px 0 0 0;
	margin:0;
	width:300px;	
}

.KentatBox:after
{
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.KentatLeft
{
	display:inline;
	position:relative;
	padding:0;
	margin:0;
	width:200px;
	float:left;
}

.KentatRight
{
	display:inline;
	position:relative;
	padding:0;
	margin:0;
	width:80px;
	float:left;
}

#Msg
{
	display:inline;
	position:relative;
	padding:0;
	margin:0;
	width:450px;
	height:150px;
	float:left;
	background:#fff;
	border:solid 1px #babebd;	
}

#Tuote
{
	display:inline;
	position:relative;
	padding:0;
	margin:0;
	width:300px;
	height:50px;
	float:left;
	background:#fff;
	border:solid 1px #babebd;
	
}

#Submit
{
	margin:10px 0 0 0;
	float:right;
	border:beaver 1px #babebd;
	background-color: #E85412;
	color: #fff;
	font-weight: bold;
}

.FormHolder {
	display:block;
	position:relative;
	margin:0;
	padding:0;
}

.FormHolder:after
{
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.FormColumn {
	display:inline;
	position:relative;
	margin:0;
	padding:0;
	float:left;
}

.FormBox {
	display:block;
	position:relative;
	margin:0;
	padding:0 0 8px 0;
}

.Width100 {width:100px;}
.Width200 {width:200px;}
.Width300 {width:300px;}
.Width500 {width:500px;}
.Width600 {width:600px;}




