#debuggger{
background:url(images/1.png)top no-repeat;
margin-top:3px;
margin-left:3px;
float:left;
}

#Ajax_chat_error{
font-size:9px;
font-weight:bold;
color:red;
}
.ajax_top{
width:100%;
height:20px;
background:url(images/top.gif) no-repeat left top;
}
.ajax_top span{
display:block;
position:relative;
height:20px;
background:url(images/top-right.gif) no-repeat right top;
}
.ajax_main_content{
position:relative;
background:url(images/rightside.gif) repeat-y right top;
padding:1px 5px 1px 5px;

}
#ajax_main{
position:relative;
width:100%;
background:#fff url(images/leftside.gif) repeat-y left top;
}
.Ajaxbottom {
width:100%;
height:60px;
background:url(images/bottom.gif) no-repeat left bottom;
}
.Ajaxbottom span {
display:block;
position:relative;
height:60px;
background:url(images/bottom-right.gif) no-repeat right top;
}
#msg_window{
margin-top:15px;
height:400px;

overflow:auto;
}
#change_cookie_name_field{
width:20px;
height:20px;
border:none;
cursor:pointer;
}
.liner{
    clear:both;
}
#msg_window .name{
    font-family:Verdana;    
    font-size: 11px;
    float:left;
	line-height:12px;
    color:#666;
    padding-left: 2px;
    padding-right: 2px;
}
#msg_window .msg{
    font-family:Verdana;    
    font-size: 11px;
	line-height:12px;
    color:#000;
}
#msg_window .msg hr{
color:#999;
}
#msg_window .time{
    font-family:Verdana;
    font-size: 11px;    
    float:left;
    color: #666;
	line-height:12px;	
}
#Ajax_input_fields .ajax_button{
	background:url(images/add.gif)no-repeat;
	width:20px;
    font-family:Verdana;
    font-size: 12px;
    color: #666;
    float:left;
    border: none;
}

#konteiner{
padding: 5px 5px 5px 5px;
}
#Ajax_input_fields .ajax_button:hover{
    border: dotted #333 0.1em;
}
#Ajax_input_fields .input_username{
    font-family:Verdana;
    font-size: 12px;    
    color: #666;    
    border: solid #999 0.1em;
    background:none;
    margin-right:5px;
	margin-left:5px;
    text-align:center;
    float:left;
    width:90px;
}
#Ajax_input_fields1 .input_msg{
    font-family:Verdana;
    font-size: 12px;
	line-height:14px;
    color: #666;    
    border: solid #999 0.1em;
    background:none;
    margin-right:5px;
	margin-left:5px;
    text-align:center;
    width:85px;
    float:left;
}
#Ajax_input_fields1 .ajax_button{
	background:url(images/add.gif) no-repeat;
    border: none;
    float:left;
}
#Ajax_input_fields .ajax_button{
    background:url(images/add.gif) no-repeat;
    border: none;
    float:left;
}
#Ajax_input_fields1 .input_username:hover{
    color:#000;
}
.workinprogress{
    margin-left: 2px;
}

/* class for buttons */
#ajax_main body{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}
.chat_ending_hr{
width:100%;
height:1px;
background:url(images/bg_1.gif);
  /* for IE */
filter:alpha(opacity=40);
  /* CSS3 standard */
opacity:0.4;
margin-bottom:5px;
}

#menjaj_ime.ajax_button{
margin-top:4px;
}
#ajax_main a.ajax_button{
	background:url(images/button.png);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:130px;
}
#ajax_main a:hover.ajax_button{
	color:#0066CC;
}
#Ajax_new_message .name,
#Ajax_new_message .time,
#Ajax_new_message .msg{
    
    background-color: #ccccff;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	#ajax_main .add{
		background:url(images/add.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	#ajax_main .delete{
		background:url(images/delete.gif) no-repeat 10px 8px;
		padding-bottom:3px;
		text-indent:30px;
		display:block;
	}
	#ajax_main .user{
		background:url(images/user.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	#ajax_main .alert{
		background:url(images/alert.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	#ajax_main .mesg{
		background:url(images/msg.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	#ajax_main .download{
		background:url(images/download.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

	#ajax_main .lens{
		background:url(images/lens.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	#ajax_main .info{
		background:url(images/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
