/* fixed height/width testing */
.box  { background-color: #eee; padding: 5px; text-align: left; margin: 10px }
.box_question  { background-color: #FFEFBF; padding: 15px; text-align: left; margin: 5px }
.box_comment  { background-color: #B6DCF3; padding: 15px; text-align: left; margin: 5px }
.box_comment_header  {  text-align: left; margin-left: 10px;  margin-top: 20px }
.box_comment_tool  {  text-align: right; float:right; margin-right: 10px;}
* html .box_comment_tool  {
	position:absolute;
	width: 170px;
}
.box_response  { padding: 15px; text-align: left; margin: 5px;  }
.response_warn  { background-color: #FFFFCC }
.response_true  { background-color: #D8F5E2 }
.response_false  { background-color: #FFCACA; color: #CC0000; }

/*-------------impromptu---------- */
.jqifade{ position: absolute; background-color: #aaaaaa; }
div.jqi{ width: 400px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; font-size: 11px; text-align: left; border: solid 1px #eeeeee; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 7px; }
div.jqi .jqicontainer{ font-weight: bold; }
div.jqi .jqiclose{ position: absolute; top: 4px; right: -2px; width: 18px; cursor: default; color: #bbbbbb; font-weight: bold; }
div.jqi .jqimessage{ padding: 10px; line-height: 20px; color: #444444; }
div.jqi .jqibuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.jqi button{ padding: 3px 10px; margin: 0 10px; background-color: #2F6073; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.jqi button:hover{ background-color: #728A8C; }
div.jqi button.jqidefaultbutton{ background-color: #BF5E26; }
.jqiwarning .jqi .jqibuttons{ background-color: #BF5E26; }

div.jqi .jqimessage .field{ padding: 5px 0; }
div.jqi .jqimessage .field label{ display: block; clear: left; float: left; width: 100px; }
div.jqi .jqimessage .field input{ width: 150px; border: solid 1px #777777; }
div.jqi .jqimessage .field input.error{ width: 150px; border: solid 1px #ff0000; }
/*-------------------------------- */