body,html,* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background: url("../images/body_bg.jpg") repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.8em;
	}
	
img { display: inline; }

p {
	margin: 0px 0px 10px 0px;
	}

a {
	color: white;
	text-decoration: none;
	}

.inline {	display: inline;	}

/* === DIV ==== */

#cont {
	margin: 0 auto;
	padding-top: 50px;
	width: 700px;
	}

.etusivu img {
	display: block;
	margin: 0 auto;
	}
	
#footer {
	position: fixed;
	bottom: 0;
	padding: 0 5px;
	margin: 0;
	text-align: left;
	color: white;
	font-size: 0.7em;
	}

#form {
	width: 700px;
	height: 625px;
	background: url("../images/form_bg.png");
	}

.center {
	text-align: center;
	}

.right {
	float: right;
	}

#virhe {
	width: 200px;
	height: 65px;
	background: yellow;
	position: absolute;
	z-index: 99;
	left: 50%;
	margin-left: -100px;
	top: 50px;
	border: 5px solid black;
	text-align: center;
	padding-top: 10px;
	}
	
/* === FORMS & ETC ==== */

table#lomake {
	margin-top: 20px;
	width: 675px;
	border-spacing: 0px 7px;
	}

#lomake .kysymys {
	display: table-cell;
	width: 190px;
	height: 65px;
	padding-left: 15px;
	}

#lomake .vastaus {
	display: table-cell;
	width: 485px;
	height: 65px;
	background: url('../images/input_back.png');
	}
	
.vastaus_small {
	width: 210px;
	}
.vastaus_small img {
	margin-left: 8px;
	}
	
.vastaus_small input {
	background: none;
	width: 195px;
	height: 22px;
	padding: 5px 0px 0px 5px;
	background: url('../images/input_back_small.png');
	}
	
#lomake input {
	width: 470px;
	height: 60px;
	margin-left: 10px;
	margin-top: 5px;
	background: none;
	}
	
.nappi {
	width: 132px;
	height: 135px;
	background: url("../images/laheta_nappi.png");
	}
.nappi:hover {
	background: url("../images/laheta_nappi_over.png");
	}
