@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

#widgetDiv {
	background: #093562;
	color: #FFFFFF;
	width: 250px;
	height: 430px;
	text-align: center;
}

#widgetBancDiv {
	background: #FFFFFF;
	width: 240px;
	height: 200px;
	color: #000000;
	margin: auto;
	overflow: auto;
	text-align: left;
}

#widgetBancDiv div {
	width: 215px;
	margin: auto;
}

#widgetBancDiv span {
	margin: 5px;
}

#widgetImagineDiv {
	background: #FFFFFF;
	width: 240px;
	height: 200px;
	color: #000000;
	margin: auto;
	text-align: center;
	display: none;
}

#widgetButtonsDiv {
	width: 240px;
	height: 40px;
	margin: auto;
}

#widgetBancButton {
	width: 120px;
	height: 40px;
	background-image: url('../img/wdgBtn3.jpg');
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #093562;
	cursor: pointer;
}

#widgetImagineButton {
	width: 120px;
	height: 40px;
	background-image: url('../img/wdgBtn5.jpg');
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

#widgetBancButton label, #widgetImagineButton label {
	cursor: inherit;
}

#widgetMulteImaginiDiv {
	display: none;
}

#widgetCodeDiv {
	text-align: left;
	font-weight: bold;
	padding: 20px 5px 0 5px;
}

#widgetCode {
	width: 100%;
}

#widgetImagineaZilei {
	margin-left: auto;
	margin-right: auto;
}