<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************************************
* Vocabulary Options
*/


/* messages */
fieldset.errors, .errors {
 background: #ffdddd; border: 1px solid red; padding: 10px 20px; }
fieldset.errors span { font-weight: bold; }
fieldset.errors div.errorline, div.errors div.errorline { margin: 10px 0; }
fieldset.flashes, .flashes {
 background: #c7ffc1; border: 1px solid green; padding: 10px 20px; }
fieldset.flashes div.flashline { margin: 13px 0; font-weight: bold; }
fieldset.errors img, fieldset.flashes img {
    float: right; margin: 15px; padding: 0 15px; }
fieldset.errors div.msgwrapper, fieldset.flashes div.msgwrapper { 
    padding-bottom: 10px; padding-left: 10px; }

/* inputs */
.form select, .form input[type="text"], .form textarea { width: 300px; }
.form input.submit { margin-top: 15px;   width: 130px; }
.form p.submit { text-align: center; }
/*.form textarea { height: 200px; }*/

/* text */
.form fieldset { border: 1px solid #aaa; background: #eef;
		 margin: 0 0 10px; padding: 10px 25px; }

.form legend { font-weight: bold; }

.form label.left, .simple_form label { float: left; font-weight: bold; font-size: 15px;
		   width: 180px; padding-right: 15px; padding-left: 0; }

.form div.subline { margin-left: 195px; margin-top: -15px; width: 300px;
		    font-size: 12px; color: #333; }


/* option divs */
.form div.optionline {
 min-height: 20px; margin:20px 0; clear: both; position: relative; }

/* list items (radio buttons) */
.form li { padding-right:10px; float: left; list-style: none; }
.form ul { min-height: 20px; }

</pre></body></html>