/* dla formularzy :: addinput */
ul.form{ list-style: none; margin: 0; padding: 0; }
ul.form li label{ float: left; display: block; width: 100px; }
ul.form li{ clear: both; margin-bottom: 10px; }
input.txt, .textarea{ border: 1px gray solid; }
.textarea{ width: 95%; height: 150px; }
div.submit{ margin: 10px 0 10px 0; width: 95%; text-align: right; }

/* page_monit */
.another-monit{ margin: 10px 0 10px 0; }
.error, .success{ color: white; }
.error, .success, .info { margin: 10px 0 10px 0; width: 400px;  padding: 10px; }
.error{ background-color: #bf0c1d; }
.info{ background-color: #dadada; }
.success{ background-color: #FFD500; color: #3f3f3f; } 
.error a, div.success a{ color: #3f3f3f;  font-weight: bold; cursor: pointer; }
.info a{ color: black; font-weight: bold; cursor: pointer; }
