/*#aside div.autocomplete 
{
    position: absolute;
    background-color: white;    
    border-top: none;
    margin: 0px;
    padding: 0px;
    color: red;
    font-weight: bold;
    background: transparent url(img/autodivli_bottom.gif) no-repeat left bottom;
}
#aside div.autocomplete ul 
{
    list-style-type:none;
    margin: 0px;
    margin-bottom: 4px;
    padding: 0px;
}
#aside div.autocomplete ul li.selected 
{ 
    background-color: #FDCA81;
}
#aside div.autocomplete ul li.deselected 
{ 
    background-color: white;
}
#aside div.autocomplete ul li 
{
    list-style-type: none;
    display: block;
    margin: 0px;
    background: white url(img/autodivli.gif) no-repeat 100% 100%;
    height: 23px;
    width: 170px;
    text-indent: 10px;
    cursor: pointer;
}
*/
/*#aside div.autocomplete
{
	float: left;
	padding-right: 20px;
	width: 260px;
}*/
/*#aside div.autocomplete*/ 
#aside div.autocomplete ul
{
	border: 1px solid #9FA5AC;
	background: #ffffff;
	position: absolute;
	white-space: nowrap;
	z-index: 1000;
	padding: 2px;
	min-width: 165px;
	_width: 160px;
	margin-right: 5px;
	padding-right: 1px;
	position: absolute;
	z-index: 1000;
}

#aside div.autocomplete li 
{
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	width: 164px;
	height: 12px;
	font-size: 11px;
	padding-top: -2px;
	padding-bottom: 4px;
	margin: 0px;
}
#aside div.autocomplete ul li.selected 
{
	color: white;
	background: #9FA5AC;
	cursor: hand;
	cursor: pointer;
	padding-top: -2px;
	padding-bottom: 4px;
	white-space: nowrap;
}/*
.asbFloatLeft
{
	float: left;
	margin-left: 0px;	
}*/
#aside .cal_img
{
    margin: 0px;
}
#aside .selectedI
{
    background: transparent url(img/autocomplete.gif) no-repeat 100% 100%;
    margin-left: 0px; 
    margin-top: -6px;
    text-indent: 6px;
    padding: 9px 0 0 7px;
    color: black;
}
#aside .selectedI2
{
    background: transparent url(img/autocomplete2.gif) no-repeat 100% 100%;
    margin-left: 6px;
    margin-top: -6px; 
    text-indent: 6px;
    padding: 9px 0 0 7px;
    color: black; 
}
.akcieId
{
    border:1px solid #e3e9ef; 
    border-top-color: #abadb3;
}
#aside .deselectI
{
	margin-top: -2px;
	margin-bottom: 0px;
    border: 2px solid #e5e5e5;
}
.hide
{
    display: none;
}        
.popup
{
    text-align: left;
	display: block;
	padding: 6px 0 0 6px;
	width: 233px;
	background: transparent url(img/bg_val_top.gif) no-repeat 0 0;
	position: absolute;
	margin-left: -10px;
	z-index: 50;
}
.popup h4
{
    font-size: 11px;
	font-weight: normal;
	float: left;
	color: black;
	font-weight: bold;
	line-height: 20px;
	padding-left: 11px;	
	width: 200px;
}
.popup .val_close
{
	display: block;
	width: 13px;
	height: 13px;
	font-size: 1px;
	background-image: url(img/ico_val_close.gif);
	float: left;
}
.popup p
{
	clear: both;
	padding: 7px 2px 5px 11px;
	background: #f3f3f3 url(img/bg_val_bottom.gif) no-repeat 100% 100%;
	font-size: 11px;
	line-height: 14px;
	margin-top: -2px;
}
.wrong
{
    position: absolute;
    width: 170px;
    background: #ffe3ba url(img/wrong_mail_up.gif) no-repeat 0 0; 
    color: black;
    line-height: 1.3em;
    font-size: 9px;
    text-align: left;
}
.wrong span
{
    background: url(img/wrong_mail_bottom.gif) no-repeat left bottom;
    display: block;
    height: 10px;
}
.wrong .inner
{
    margin-top: 7px;
    padding-left: 7px;
    border-left: 1px solid #efbc72;
    border-right: 1px solid #efbc72;
}
.wrong p
{
    font-weight: bold;  
    margin-bottom: 6px;
    margin-top: 17px;  
}                 
.wrong input
{
    color: red;
    height: 18px;
    font-size: 11px;
    vertical-align: middle;
    background: white url(img/wrong_mail_input.gif) no-repeat 100% 100%;
}
.wrong a
{
    color: red;
    text-decoration: none;
}
.badI
{
    background: #FFFF66;
    color: black;
}
.badItext
{
    margin-top: 5px;
    margin-bottom: 5px;
}
