@charset "UTF-8";

@media all
{
    #autopilot_window{ z-index:1000; position:absolute; width:100%; min-height: 400px; top:0; left:0; }
    #autopilot_inhalt{ z-index:1001; position:relative; width:400px; min-height: 400px;border:1px solid silver; margin:auto; background-color:#fff ; }
    #autopilot_inhalt p{ margin:5px;}   
    #autopilot_inhalt h1{  background:#4781BF; color:#fff; height:22px;margin: 0; padding-top:3px; text-align: left; }
    
    #wlive_chat_wrapper{ z-index:1001; background-color:#fff; position:absolute; width: 400px; min-height:400px; border:1px solid #ccc; top:70px; margin: auto;}
    #wlive_chat_wrapper h1 { background:#4781BF; color:#fff; height:22px;margin: 0; padding-top:3px; }
    #wlive_chat_wrapper #chat_header { background:#4781BF; color:#fff; height:22px;margin: 0; padding-top:3px; text-align:left; padding-left:30px;}
    #chat_inhalt{ overflow-y: scroll; height: 350px;margin:5px; position:relative; z-index:1002; padding:5px;}
    
    #chat_bottom{margin-bottom:30px;}
    
    #pm_close_button /* RUBER */
    {
        position:absolute;
    	width:143px;
    	height:26px;
    	background: url("../images/close.gif") no-repeat 0px 0px;
    	bottom:3px;
    	right:15px;	
    	cursor:pointer;cursor:hand;
    	text-align: center;
    }
    #pm_close_button_1 /* RUBER */
    {
        position:absolute;
    	width:143px;
    	height:26px;
    	background: url("../images/close.gif") no-repeat 0px 0px;
    	top:-1px;
    	right:-4px;	
    	cursor:pointer;cursor:hand;
    	text-align: center;
    }
    
    
}