@charset "utf-8";
form {
	font-size: 12px;
	width: 330px;
}


/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
}

/* legend styling */
legend {
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 15px;
}


/* style for  labels */
label {
	display: block;
}

/* style for required labels */
label .required {
	font-size: 0.75em;
	color:#FF0000;
}
input.button  {
	float:left;
	width:6em;
	margin-right:20px;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:verdana, arial, sans-serif;
	color:#666666;
	font-size:90%;
	margin-top: 15px;
}
input.button:hover  {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}


input {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background-color: #FFFFFF;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 300px;
  height: 100px;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}
fieldset .vaadittava {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	letter-spacing: 2px;

}
