div#modal_wrapper {
	background: #000;
	height: 100%;
	width: 100%;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
}
div#modal_window {
	border: 2px solid #000;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	position: absolute;
	background: #fff url(/layout/gradient.gif) repeat-x;
	top: 0;
	left: 0;
}
div.autocomplete2{
	background: #fff url(/layout/gradient.gif) repeat-x 0 -20px;
	border: 1px outset;
	width: 500px;
	position: absolute;
}
div.autocomplete2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.autocomplete2 ul li {
	font-family: Helvetica,Sans-Serif;
	font-size: 10px;
	padding: 3px;
	margin: 0px;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}
div.autocomplete2 ul li.selected {
	background: #fff url(/layout/gradient.gif) repeat-x 0px -20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;	
/*	background-color: #fc0; */
}
input.autocomplete2 {
	background: #fff url(/layout/search.gif) no-repeat 2px;
	border: 1px inset #ccc;
	/*height: 24px;*/
	padding-left: 20px;
}
.prototip .default {
	width: auto;
  	color: #000;
  	border: 1px solid blue;
	
	opacity: 0.8; 
}
.prototip .default .toolbar {
}
.prototip .default .title { 
	padding: 5px; 
	background: blue;
	color: white;
	font-size: 14px;
}
.prototip .default .content { 
	background-color: #efefff;
	padding: 5px;
}