
/* IceCube2.Net Framework : forms.css
-------------------------------------------------------------- */
 
.Site label       { font-weight: bold; }
.Site fieldset    { padding:0 1.4em 1.4em 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
.Site legend      { font-weight: bold; font-size:1.2em; margin-top:-0.2em; margin-bottom:1em; }

.Site fieldset, #IE8#HACK { padding-top:1.4em; } 
.Site legend, #IE8#HACK { margin-top:0; margin-bottom:0; }

/* Form fields
-------------------------------------------------------------- */

.Site input[type=text], .Site input[type=password],
.Site input.text, .Site input.title,
.Site textarea, .Site select {
  background-color:#fff;
  border:1px solid #bbb; 
}
.Site input[type=text]:focus, .Site input[type=password]:focus,
.Site input.text:focus, .Site input.title:focus,
.Site textarea:focus, .Site select:focus {
  border-color:#666;
}
.Site select { background-color:#fff; border-width:1px; border-style:solid; }

.Site input[type=text], .Site input[type=password],
.Site input.text, .Site input.title, 
.Site textarea, .Site select {
  margin:0.5em 0;
}

.Site input.text,
.Site input.title   { width: 300px; padding:3px 5px; } 
.Site input.title   { font-size:1.5em; }
.Site textarea      { width: 390px; height: 250px; padding:5px; }

.Site form.inline { line-height:3; }
.Site form.inline p { margin-bottom:0; }


/* Success, message, notice and error/alert boxes
-------------------------------------------------------------- */

.error,
.alert, 
.notice,
.success, 
.infomessage	{ padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice     	{ background: #fff6bf; color: #514721; border-color: #ffd324; }
.success    	{ background: #e6efc2; color: #264409; border-color: #c6d880; }
.infomessage	{ background: #d5edf8; color: #205791; border-color: #92cae4; }
.error a, 
.alert a 		{ color: #8a1f11; }
.notice a   	{ color: #514721; }
.success a  	{ color: #264409; }
.infomessage a	{ color: #205791; }