﻿.modulonewsletter
{
    width:199px;
    height:140px;
    background:url("images/modulonewsletter_bk2.gif") no-repeat;
    position:relative;
}

.modulonewsletter .txtNewsletter
{
    position:absolute;
    left:10px;
    top:50px;	/* 70 */
}

.modulonewsletter .pulNewsletter
{
    position:absolute;
    left:135px;	/* 140 */
    top:105px;	/* 120 */
    /* Aggiunta di Luigi */
	border-top: solid 1px #D5D5D5;
	border-left: solid 1px #D5D5D5;
	border-bottom: solid 1px #C2C2C2;
	border-right: solid 1px #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	background-image:url(images/buttonBg.gif);
	background-position:top;
	background-color:white;
	height:18px;
	width:50px;
	vertical-align: middle;
	cursor: pointer;
	/* Fine aggiunta Luigi */
}

.modulonewsletter .modo
{
    position:absolute;
    left:5px;
    top:80px;	/* 100 */
}

