@charset "utf-8";
/* CSS Document */

/* FORM FIELD STYLES FOR WHICH? LOCAL */

#flash {
    position: relative; /*or absolute*/
    z-index: 0;
}

.blur {
	color: #888;
}
.wizard-cat-hidden 
{
    display:none;
	visibility:hidden;
}

.wizard-cat-selector {
/*	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 200px;
	border: 1px solid #999;
	padding: 2px;
	margin: 0;
*/}

div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute; 
    background: #FFF;
    width: auto;
   
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

div.suggestions strong {
    
    color: red;
}

div.suggestions_message {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    position: absolute; 
    background: #CCC;
    width: auto;
    height: 26px;
   
}

div.suggestions_message div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions_message p {
    margin: 3px 3px;
}

.rec-wizard-form1a-readonly
{
    background: #e9e9e9;
	color: #333;
/*    font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    border: none;
	width: 200px;
	border: 1px solid #999;
	padding: 2px;
	margin: 10px 0 0 115px;
*/
}