/* $Id: formdesignercmform.css 91480 2009-09-17 07:52:29Z tonit $ */

/* FormDesigneria ymp�r�iv� div */
div#fd { padding: 0 63px; }
div#fdFriend { padding: 0; }

/* L�hetetyn lomakeen j�lkeinen osio */
#fd #fd-sent, #fdFriend { }

/* Otsikko */
#fd h3, #fdFriend h3 { }
legend { color: #000; }

/* Yksitt�isen kent�n ominaisuudet */
#fd fieldset, #fdFriend fieldset { margin: 6px 0; display: block; background-color: transparent; border: none; }
#fd fieldset legend, #fdFriend fieldset legend { margin-left: -7px; padding-left: 0; font-weight: bold; }

/* Kuvausteksti */
#fd fieldset div.description, #fdFriend fieldset div.description { }

/* Virheteksti */
#fd fieldset div.failed_validations, #fdFriend fieldset div.failed_validations { font-weight: bold; background-color: #dc0000; color: #FFF; border: none; padding: 7px; margin: 5px 0px; }

/* Kentt�kohtainen sis�lt� - normaali lomake */
#fd fieldset div.value, #fdFriend fieldset div.value { }

#fd fieldset input, #fdFriend fieldset input { border: none; margin: 0; padding: 0; border: 0px; }
#fd fieldset textarea, #fdFriend fieldset textarea { border: none; margin: 0; padding: 0; border: 0px;  }

#fd fieldset input[type=text], #fdFriend fieldset input[type=text] { border: solid 1px #666; }
#fd fieldset input:focus, #fdFriend fieldset input:focus { border: solid 1px #333;  }

#fd fieldset textarea { border: solid 1px #666; }
#fd fieldset textarea:focus, #fdFriend fieldset textarea:focus { border: solid 1px #333; }

#fdFriend fieldset textarea { width: 250px; border: solid 1px #666; }

#fd fieldset input[type=radio], #fdFriend fieldset input[type=radio] { border: none; }
#fd fieldset input[type=checkbox], #fdFriend fieldset input[type=checkbox] { border: none; }
#fd label, #fdFriend label { cursor: pointer; }

/* Break-elementin tyyli */
#fd fieldset.break, #fdFriend fieldset.break { background-color: #eee; }

/* Painikkeen tyyli */
#fd .button, #fdFriend .button { 
	width: 75px;
	height: 20px;
	background: transparent url(/pics/fd-button.gif) 0px 0px no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0;
	border: none;
}

/* Visual Confirmation - Laheta kortti -osioon */
#fd img.visualConfirmation, #fdFriend img.visualConfirmation {
	position: relative;
	display: block;
	left: 0px;
	width: 200px;
	height: 50px;
	margin: 10px 0;
	border: #333 solid 1px;
}

#fdFriend fieldset p { width: 300px; }

#subContent #lomakeKuva { 
	position: relative; 
	float: right; 
	width: 260px; 
	height: auto; 
	text-align: right;
	background: #dadada;
	margin-top: 15px;
}

#subContent #lomakeKuva img { border: 1px solid #000; margin: 4px; }

/* --- LammiKoti - image --- */
#fd img#lammikoti { position: absolute; top: 329px; right: 80px; }

