/**
 * @copyright	Copyright (c) 2013 Skyline Software (http://extstore.com). All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

#fblikepop {
	    background-color: #fff;
    display: none;
    position: fixed;
    top: 200px;
    _position: absolute;
    width: 300px;
    /* border: 10px solid #6F6F6F; */
    z-index: 200;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    margin: 0pt;
    padding: 0pt;
    color: #333333;
    text-align: left;
    font-family: arial, sans-serif;
    font-size: 13px;
}

#fblikepop body {
	background: #fff none repeat scroll 0%;
	line-height: 1;
	margin: 0pt;
	height: 100%;
}

.fbflush {
	cursor: pointer;
	font-size: 11px !important;
	color: #FFF !important;
	text-decoration: none !important;
	border: 0 !important;
}

#fblikebg {
	display: none;
	position: fixed;
	_position: absolute; /* hack for IE 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 100;
}

#fblikepop #closeable {
	float: right;
	margin: 12px 15px 0 0;
}

#fblikepop h1 {
	background: #455792 none repeat scroll 0 0;
    /* border-top: 1px solid #3B5998; */
    /* border-left: 1px solid #3B5998; */
    /* border-right: 1px solid #3B5998; */
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-weight: normal !important;
    padding: 15px !important;
    margin: 0 !important;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}

#fblikepop #actionHolder {
	height: 30px;
	overflow: hidden;
}

#fblikepop #buttonArea {
	    background: #ecf0fe;
    /* border-top: 1px solid #CCCCCC; */
    padding: 15px;
    min-height: 50px;
}

#fblikepop #buttonArea a {
	color: #999999 !important;
	text-decoration: none !important;
	border: 0 !important;
	font-size: 10px !important;
}

#fblikepop #buttonArea a:hover {
	color: #333 !important;
	text-decoration: none !important;
	border: 0 !important;
}

#fblikepop #popupMessage {
	font-size: 22px !important;
    font-weight: normal !important;
    line-height: 30px;
    padding: 15px;
    background: #ecf0fe !important;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}

#fblikepop #counter-display {
	float: right;
	font-size: 11px !important;
	font-weight: normal !important;
	margin: 5px 0 0 0;
	text-align: right;
	line-height: 16px;
}