#backgroundPopup { display:none; position:fixed; _position:absolute; /* hack for internet explorer 6*/ height:100%; width:100%; top:0; left:0; background: #000; border:1px solid #cecece; z-index:1; }

#popupBancomat { display:none; position:fixed; _position:absolute; /* hack for internet explorer 6*/ height: 390px; width: 630px; background: #444; border: 2px solid gray; z-index:2; padding:12px; font-size:13px; font-family: Verdana; font-size: 9pt; }
#popupBancomat h1 { text-align:left; color:#6FA5FD; font-size:22px; font-weight:700; border-bottom:1px dotted #D3D3D3; padding-bottom:2px; margin-bottom:20px; }
#popupBancomatClose { font-size:14px; line-height:14px; right:6px; top:4px; position:absolute; color: #FF4242; font-weight:700; display:block; cursor: pointer; }

#popupPubblicita { display:none; position:fixed; _position:absolute; /* hack for internet explorer 6*/ height: 725px; width: 850px; background: #444; border: 2px solid gray; z-index:2; padding:2px; font-size:13px; font-family: Verdana; font-size: 9pt; }
#popupPubblicita h1 { text-align:left; color:#6FA5FD; font-size:22px; font-weight:700; border-bottom:1px dotted #D3D3D3; padding-bottom:2px; margin-bottom:20px; }
#popupPubblicitaClose { font-size:14px; line-height:14px; right:-100px; top:4px; position:absolute; color: #FF4242; font-weight:700; display:block; cursor: pointer; }

#button { text-align:center; margin:100px; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }

.container_header { padding: 10px; margin-bottom: 15px; }
/*.pg_logo { float: left; margin-right: 15px; }*/
.pg_title { width: 100%; }
.container_regolamento { color: #FFF; }
.container_regolamento .pg_title { float: left; font-size: 16pt; font-weight: bold; color: #FF4242; }
.container_regolamento .pg_title span { font-style: italic; font-weight: normal; }
.container_regolamento .pg_subtitle { font-size: 17pt; margin-left: 8px; margin-bottom: 5px; /*font-weight: bold;*/ text-align: center; }
.container_regolamento .pg_arg { font-size: 10pt; margin-left: 15px; margin-bottom: 25px; }