/* Tarjouspyynnöt */
.data{
	clear:both;
	float:left;
	margin-bottom:20px;
	width:700px;
}
#form{
	display:block;
}
#form .row{
	width:345px;
	margin-bottom:3px;
	float:left;
}
#form .short{
	width:150px;
}
#form .row .fieldtitle{
	float:left;
	width:130px;
}
#form .row .mandatory{
	float:left;
	width:10px;
}
#form .row .field{
	float:left;
	width:200px;
}
#form .row .field input{
	width:80%;
}

#household-counter{
	border:1px solid #d9d9d9;
	background-color:#eeeeee;
	color: #000000;
	font-weight:bold;
	width:100px;
	padding:5px 10px;
	position:fixed;
	margin-left:-167px;
	top:350px;
	text-align:center;	
}
* html div#household-counter {
	margin-left:-165px;
	width:120px;
	position: absolute;
	top:expression(eval(document.compatMode &&
		document.compatMode=='CSS1Compat') ?
		documentElement.scrollTop
		+((documentElement.clientHeight-this.clientHeight)/2 )
		: document.body.scrollTop
		+((document.body.clientHeight-this.clientHeight)/2));
}
#household-counter-value{
	color: #ab0000;
	font-size:16px;
	font-weight:normal;
}


/* Kaupunkilista */
.citylist{
	width:100%;
}
.citylist td{
	border-bottom:1px solid #c3c3c3;
	white-space:nowrap;
}
.citylist td.city{
	width:100px;
}
.citylist td.postalcode{
	width:50px;
}
.citylist td.subarea{
	width:160px;
}
.citylist td.num{
	width:65px;
}
.citylist td.del{
	width:20px;
	text-align:center;
}
.citylist td.other{
	width:30px;
}
.citylist td.short{
	
}
.citylist td.info{
	width:150px;
}
.citylist td:first-child, .citylist th:first-child{
	padding-left:5px;
}
.citylist .highlight{
	background-color: #555555;
	color:#ffffff;
}
.citylist th{
	text-align:left;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	background-color:#c3c3c3;
	line-height:20px;
}
.citylist th.main{
	font-size:14px;
	font-weight:bold;
	color:#555555;
	background-color:transparent;
	padding-top:10px;
}

table.data{
	width:650px;
}
table.data td{
	vertical-align:top;
}
table.data td.fieldcaption{
	width:150px;
}

.send{
	float:none;
	border-top:1px solid #ababab;
	padding-top:10px;
	margin-top:20px;
	text-align:center;
}
