/* $Id: formdesignercmform.css 47275 2007-11-30 13:03:50Z minnam $ */

/* FormDesigneria ymp�r�iv� div */
div#fd { }
div#fd b.break {
	background: transparent url(/pics/bg-dot.gif) repeat-x 0px top;
	height: 4px; 
	margin: 10px 0px 10px 0px;
	color: #fff;
	display: block;
	width: 406px;
	}
/* L�hetetyn lomakeen j�lkeinen osio */
#fd #fd-sent { }

/* Otsikko */
#fd h3 { }

/* Yksitt�isen kent�n ominaisuudet */
#fd fieldset { margin: 6px 0px 6px 0px; border:none; display: block; background-color: #fff; }
#fd fieldset legend { font-weight: bold; color: #000; /margin-left: -7px; }

/* Kuvausteksti */
#fd fieldset div.description { }

/* Virheteksti */
#fd fieldset div.failed_validations { font-weight: bold; background-color: #dc0000; color: #FFF; border: solid 1px #000; padding: 7px; margin: 5px 0px 5px 0; }

/* Kentt�kohtainen sis�lt� */
#fd fieldset div.value { }

#fd fieldset input { border: solid 1px #ddd; }
#fd fieldset input:focus { border: solid 1px #bbb;  }

#fd fieldset textarea { border: solid 1px #eee; }
#fd fieldset textarea:focus { border: solid 1px #bbb; }
#fd fieldset input[type=radio] { border: solid 1px #fff; }
#fd label { cursor: pointer; }

