input.btn {
  font-family:  sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
  background-color: #55768F;
  padding-left:5px;
  padding-right:5px;
  padding-top:3px;
  padding-bottom:3px;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
}

textarea.usermegjegyzes {
   font-family:verdana,courier,helvetica; 
   font-size:12px; color:#000000; 
   background-color:#ffffff; 
   border-width:1px; 
   border-style:solid; 
   border-color:#A198B4;
}

Textarea {
   font-family:verdana,courier,helvetica; 
   font-size:12px; color:#000000; 
   background-color:#ffffff; 
   border-width:1px; 
   border-style:solid; 
   border-color:#A198B4;
}

select {
   font-family:verdana,courier,helvetica; 
   font-size:12px; color:#000000; 
   background-color:#ffffff; 
   border-width:1px; 
   border-style:solid; 
   border-color:#A198B4;
}


/***********************************/

div.form {
  text-align:left;

}
div.form_label {
  font-family:verdana,courier,helvetica; 
	font-weight: bold;
	font-size:12px; 
	color:#000000;
  text-align:right;
  width:130px;
  margin-right:5px;
  float:left;
}

div.form_row {
  text-align:left;
}

div.formerror {
   background-color:#9f0000;
   color:#ffffff;
   text-align:center;
   font-weight:bold;
   font-size:12px;
   padding:3px;
   margin:5px;
}

input {
   font-family:verdana,courier,helvetica; 
   font-size:12px; 
	 color:#000000; 
   background-color:#eeeeff; 
   border-width:1px; 
   border-style:dotted; 
   border-color:#999999;
   margin-bottom:2px;
}

input.form {
   font-family:verdana,courier,helvetica; 
   font-size:12px; 
	 color:#000000; 
}

select.form {
   font-family:verdana,courier,helvetica; 
   font-size:12px; color:#000000; 
   background-color:#ffffff; 
   border-width:1px; 
   border-style:solid; 
   border-color:#A198B4;
   margin-bottom:2px;
}

