/* Mallihakulomakkeen tyylitiedosto   */
/* Copyright (c) 2007 studiokuva.fi   */
/* All Rights Reserved                */


#content-lomake {
	position: relative;
	z-index:2;
	margin: 0;
	width: 350px;
	padding: 0 0px 0px 0px;
	background-repeat: repeat-y;
	font-size: 120%;
	line-height: 150%;
	min-height: 50px;
}

.submit-nappi {
	color: #c00;
	font-size: 14px;
	padding-bottom: 3px;
	width:79px; 
	height:28px;
}

.napin-sijainti {
	text-align: center;
}

form {
	font-family: Verdana, Arial, Sans-Serif;
	padding: 10px;
	height: expression('1%'); /* IE Pick-a-boo bug fix */
	
}

fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 15px 10px;
	background-color:white; /* lomakkeen 'tausta' - ei yksitätiset laatikot, vaan se reuna*/
	margin: 20px 0;
}

fieldset fieldset  {
	border: 1px solid #ccc;
	background-color: aliceblue; /* lomakkeen laatikoiden tausta */
}


legend {											/* eri laatikoiden otsikot */
	position: expression('absolute'); 
	top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 2px 5px;
}

fieldset fieldset legend {
	font-size: 90%;
}

label, .label {	
	text-transform: none;
	color: #333;
	font-size: small;
	margin: 0;
}

/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.preField, .label  {
	display: -moz-inline-box;
	width: expression('7em'); /* Min-width for IE6 */
	min-width: 7em;
	padding: 0 2px;
	margin: 0.6em 4px 0 0;
	display: inline-block;
}
.label { display: block; width: auto; }

label.postField  {
	margin-left: 4px;
	margin-right: 4px;
}

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 0 1px 0;
}



input[type=text], input[type=password] {
	width: 9em;
}


/* Form or Fieldset instruction paragraph. */
.instructions {
	margin: 1.5em 0;
}


/* Ties together a label and its checkbox or radio */
.oneChoice {
	white-space: nowrap; 
}
