/* CSS - Vkiss */

#comp_vkiss {

}

#comp_vkiss .submit {

	width: 127px;
	height: 18px;
	padding: 18px 0 0;
	background: transparent url(../../img/button/send_virtual_kiss_btn.gif) no-repeat center top;

}

#comp_vkiss .submit:hover {

	background: transparent url(../../img/button/send_virtual_kiss_btn.gif) no-repeat 0 -18px;

}

.send_kiss {
	
	height:16px;
	padding-left: 20px;
	background-image: url(../../img/icons/virtual_kiss.gif);
	background-repeat:no-repeat;
	
}

.kiss_cont {

	position:absolute;
	z-index:10;
	width:360px;
	opacity:0;
	display:none;
	right:60px;
	padding:1px;
	background-color:#FFFFFF;
	padding:10px;
	border:1px; border-style:solid; border-color:#CCCCCC;
	
}

.close_kiss_cont {

	float:right; 
	cursor: pointer;

	width:18px;
	height:18px;

	background-image:url(../../img/button/close.gif);
	background-repeat:no-repeat;
	
}

.kiss_textarea {

	width:350px;
	height:200px;

}

.kiss_input_text {

	width:350px;
	
}

.kiss_text_title {

	font-weight:bold;

}

#kiss_cont .block_bottom input {

	width:105px;
	
}

