/* forms */
form {margin:0; padding:0;}
form fieldset {padding: 0.6em; border:1px dotted #ccc; margin:0 0 1em 0;}
form fieldset legend { padding:0.1em 0.3em;	margin-bottom:1em; border:1px solid #ccc; font-weight:bold;	background:#ededed; }
form fieldset div {margin-bottom:0.6em; padding:0; display:block;}
form fieldset div input, textarea, select { width:300px; padding:1px; }
form fieldset label {float:left; width:200px; padding:0 1em; text-align:right;}
form fieldset input, textarea, select { font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; border:2px solid #ccc; background:#fafafa; }
form fieldset input[type="checkbox"] { width:auto; }
form fieldset .checkbox input { width:auto; }
form fieldset textarea { height:150px; }
form fieldset input:focus, textarea:focus, select:focus {color:#000; border-color:#bde884; background:#fff;}

/* alerts & messages */
.alert {color:#f00; font-weight:bold; margin:1em 0; font-size:smaller; }
.advise {color:#46aa1d; font-weight:bold; margin:1em 0; font-size:smaller; }
form fieldset .alert, form fieldset .advise { clear:both; display:block; margin-left:228px !important; margin-left:230px; }

/* buttons */
form .buttons {clear:both; padding:0.2em; margin-top:1em; text-align:center;}
form .buttons input {
	width:auto;
	padding:0.05em 0.1em;
	margin:0 0.4em;
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	border:2px solid #999; 
	background:#f5f5f5 url(../img/fon/cabtab.png) repeat-x left bottom;
}
form .buttons input:focus { color:#000; border-color:#bde884; }

/* tool tip */
#Tooltip{
    position:absolute;
    width:200px;
    border:1px solid black;
    padding:5px;
    background-color:#FFFFE0;
    visibility:hidden;
    z-index:100;
    font-size:11px;
}

/* FORMS.CSS: endeve (W3C_CSS2)| V.1.3.5.240905 */
/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the Design") is copyright recrea (www.recrea.es) and may not be reproduced. Standard Forms based by Anthony Eggert. */