/* Låsta till ID */

fieldset#login { width: 260px;  }
fieldset#login label { float: left; width: 100px;   text-align:right; margin-right: 3px;}

fieldset#mood	{ width: 200px; padding: 1em; }

fieldset#layoutfield a:hover { border: 0; }
fieldset#layoutfield { text-align: center; }
fieldset#layoutfield img { margin: 4px; padding: 6px; border: 3px double #888; }
fieldset#layoutfield img:hover { border-color: #FFF; }
fieldset#layoutfield img.sel { border: 3px double #ccc; }
fieldset#layoutfield img.sel:hover { border: 3px double #FFF; }

fieldset#ristabox { text-align: center; padding: 0;}

/* För alla form-relaterade */
form  {padding: 0; margin: 0; }
fieldset { border: 1px solid #ccc; padding: 10px; margin: 0; }
legend { background: #222; border: 1px solid #ccc; padding: 0 2em; margin: 0 auto; }

input, select, textarea, button { border: 1px solid #ccc; margin: 2px; 
		background: url(../img/haze-mainbg.png) top left repeat;
		color: white; 
		font-family: Verdana,  Helvetica, serif;
                font-size: 11px; }

input, textarea { padding: 0 2px; } 
input.checkbox { color: black; background: white; border: 0;   }

button { border: 1px solid #ccc; background: #333; color: white; }

label { margin: 4px 0; }
option { border: 0; background: black; }
