/*
 * jQuery message plug-in 1.0
 *
 * http://bassistance.de/jquery-plugins/jquery-plugin-message/
 *
 * Copyright (c) 2009 Jörn Zaefferer
 *
 * $Id$
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

.jquery-message {
    font-size:11px;
    font-family:Verdana;
    color:#000;
    position: absolute;
	top: 50%;
	left: 50%;
    margin-left:-350px;
    margin-top:-130px;
    width: 400px !important;
    text-align: left;
    display: none;
    z-index: 999;
}

.jquery-message #header {
    background:url('../img/fin_bkg.gif') left top no-repeat;
    height:20px;
    margin-bottom:0px;
}

.jquery-message #content {
	background:url('../img/fin_bkg.gif') left bottom no-repeat;
	padding:10px 35px 38px 35px;
}

.jquery-message .dos {padding-left:40px;}
.jquery-message a#close {background:url(../img/ico_tanca.png) #e31319 5px 7px no-repeat;width:70px;}
.jquery-message a.b_cistell {background:url(../img/ico_cistell.png) #e31319 5px 7px no-repeat;width:100px;}
.jquery-message a.b_cistell,
.jquery-message a#close {
	background-color:#d22042;
	color:#fff;
	display:block;
	padding:2px 5px 2px 10px;
	cursor:hand;
	text-decoration:none;
	text-align:center;
	margin-right:10px;
	float:left;
}
.jquery-message a.suscribe {
	background-color:#d22042;
	color:#fff;
	display:block;
	padding:2px 5px 2px 10px;
	cursor:hand;
	text-decoration:none;
	text-align:center;
	margin-right:10px;
	float:left;
	margin-right:5px;
	width:110px;
}

.jquery-message .cb {
	height:5px;
}


