/********** ICONS STYLE OPTIONS*********/

/* Style for FLOATING skype button*/
.nssp_footer{
	position:fixed !important; /* This makes it float */
	z-index:10000;
}

/* Style for SHORTCODE skype buttons */
.nssp_shortcode{

}

/* Style for WIDGET skype buttons */
.nssp_widget{
	padding-right: 5px;
	margin-right: 1px;
}

/********** WIDGET STYLE OPTIONS*********/

/* Widget itself */
.skype_widget {
	z-index:10000;
	width: 260px;
	
	padding: 10px 10px 10px 10px;
	background: #eeeeee;

	/* Shadows */
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	
	/* Round corners */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 50px 25px;
	border-bottom-right-radius: 50px 25px;
}

/* Widget title style */
.skype_widget  label{
	padding-bottom:0px;
	font-size:20px;
}

/* How cells in "board" setting will appear (including the visible name) */
.skype_widget table, .skype_widget td{
	vertical-align:middle !important;
	font-size:18px;
	line-height:90%;
	color:#6666cc
}