/* CSS Document */

	#italk_div 
	{ 
		height: 45px; 
		position: static; 
		width: 468px; 
	}
	
    form#italk_connect 
	{ 
		background: url( 'form_bg.png' ) 0 0 no-repeat; 
		border: 0; 
		display: block; 
		float: none; 
		height: 45px;
        position: absolute;
        width: 468px;
    }
	
    form#italk_connect input#italk_number
    {
        background: url( 'input_bg.gif' ) 0 0 no-repeat;
        border: 0;
        display: block;
        float: none;
        font-family: "Arial";
        font-size: 11px;
        _font-size: 11.5px;
        height: 23px;
        left: 102px;
        padding: 4px 4px 0 4px;
        position: absolute;
        top: 10px;
        width: 151px;
    }
    
    form#italk_connect label
    {
        border: 0;
        color: #54ae0b;
        cursor: pointer;
        display: block;
        float: left;
        font-family: "Arial";
        font-size: 12px;
        font-weight: bold;
        height: 30px;
		left: 255px;
        line-height: 14px;
        margin: 0;
        padding: 2px;
        position: absolute;
        top: 14px;
    }
	
    form#italk_connect input#italk_submit
    {
        border: 0;
        display: block;
        float: none;
        height: 28px;
        padding: 0;
        position: absolute;
        right: 8px;
        top: 8px;
        vertical-align: text-bottom;
        width: 30px;
    }
    
	/* iepngfix used to display png correctly in IE 6 */
    * { behaviour: url(iepngfix.htc) }          
    
    form#italk_connect div#hover_info
    {
        display: none;
        position: absolute;
    }
    
    form#italk_connect:hover div#hover_info
    {
        background: url(box_bg.png) 0 0 no-repeat;
        color: #000000;
        display: block;
        font-family: Arial;
        font-size: 11px;
        left: 60px;
        line-height: 14px;
        height: 70px;
        text-align: center;
        top: 35px;
        width: 369px;
        z-index: 100;
    }
   
    form#italk_connect div#hover_info span
    {
        display: block;
        margin: 0;
        padding: 30px 20px 0 15px;
        width: 340px;
    }
