﻿/*CSS Document*/
/*
Web Designer: Erickson
Web Developer: Mark Rowell Verar (Certified HTML Developer by: W3C School, Certified Web Developer by: Phoenix-One Institute)
Company and Owned by: Wolfpac Mobile Inc. and Smart Telecoms
*/
/*@import url('reset.css');*/
.emotions-wrap {
   position:absolute;
   margin-top:314px;
   margin-left:60px;
	width:336px;
	height:100px;
	border:2px #cccccc solid;
	overflow:hidden;
	font-size:11px;
	padding:10px 0px 10px 10px;
	background-color:#eee;
	display:block;
	z-index:60;
}
.emo-wrap {
	width:26px;
	height:22px;
	float:left;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:5px;
	display:block;
	text-align:center;
	background-color:#eee;
	z-index:61;
}
.emo-wrap a, .emo-wrap a:link, .emo-wrap a:active, .emo-wrap a:visited {
	display:block;
	height:100%;
	width:100%;
	overflow:hidden;
	padding:3px 0px 0px;

}
.emo-wrap a:hover {
	background-color:#b7b7b7;
}