body {
color: black;
font-size: 12pt;
font-family: sans-serif,verdana,helvetica;
background-color: black;
background-image: url(bg.png);
background-attachment: fixed;	
padding-left: 4%;
padding-right: 4%;
}


div.box{
width: 600px; 
margin: 0px auto;   /*centra negli altri browsers*/
text-align: left;   /*ripristina l' allineamento*/
background: #181818;
background-image: url(back.png);
background-repeat: no-repeat;
background-position: 72% 99% ;
background-attachment: fixed;	
font-size: 9pt;
color: #eeeeee;
padding-left: 30px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border: solid #aaaaaa;
border-width: 2px;
min-height: 0px;

}

.item {
width: 32%;
font-size: 11pt;
font-weight: bold;
margin-left: -10px;
padding-left: 4px;
background-color: #b2ff40;
border-top: solid 1px black;
border-bottom: solid 1px black;
color: #181818;

}
.instr{
font-family: monospace, courier;
}
.tit{	
font-weight: bold;
}
.banner{
text-align: right;
}

.copy{
font-family: sans;
font-size: 8pt;
float: left;
}

.header{
font-family: serif, times;
font-size: 17pt;
text-align: left;
color: #b2ff40;
padding-bottom: 16px;
}


.news{
background-color: #282828;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 8pt;
border: solid white;
border-width: 1px;
}

.last{
font-size: 9pt;
border: solid slategray 1px;
background: #181818;
padding: 4px;
}

ul{
list-style: circle;
padding-left: 34px;
margin-top: 4px;
margin-bottom: 4px;
}

ul.lst {
list-style: disc;
}

img.icon{
float: left;
padding-right: 20px;
margin-top: -2px;
}

img.bicon{
float: right;
padding-left: 4px;
}

.announce{
background-color: #282828;
color: white;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 8px;
padding-bottom: 8px;
font-size: 9pt;
border-top: solid white;
border-bottom: solid white;
border-left: dashed white;
border-right: dashed white;
border-top: solid white;
border-width: 1px;
}
.aitem{
font-size: 14pt;
text-align: center;
padding-bottom: 10px;
}
.menubar {
width: 610px;
margin-left: -30px;
padding-right: 20px;
padding-left: 20px; 
margin-bottom: 30px;
background-color: #b2ff40;
border-top: solid 1px black;
border-bottom: solid 1px black;
text-align: center;
}
a{
color: #b2ff40;
}
a.mbitem {
font-family: Sans;
font-size: 11pt;
font-weight: bold;
padding-left: 14px;
padding-right: 14px;
color: #282828;
text-decoration:none;
}
a.plain {
font-family: Sans;
text-decoration:none;
}
ahl {
color: black;
}
a.mono{
font-family: monospace, courier;
}

li.pkg {
margin-left: -30px;
list-style: none;
background-repeat: no-repeat;
background-position: 0 50%;
background-image: url("pkg.png");
padding-left: 40px;
position: relative;
line-height: 26px;
font-size: 10pt;
}
li.deb {
margin-left: -30px;
list-style: none;
background-repeat: no-repeat;
background-position: 0 50%;
padding-left: 40px;
position: relative;
line-height: 26px;
font-size: 10pt;
background-image: url("pkg.png");
}

.form {
background-color: #282828;
color: white;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 8px;
padding-bottom: 8px;
font-size: 9pt;
border-top: solid white;
border-bottom: solid white;
border-left: dashed white;
border-right: dashed white;
border-top: solid white;
border-width: 1px;
}

form {
	width: 100%;
}
label {
float: left;
width: 160px;
font-size: 9pt;
padding-left: 4px;
margin-top: 4px;
background-color: #b2ff40;
border-top: solid 1px black;
border-bottom: solid 1px black;
color: #181818;
}
	
input {
	width: 65%;
	margin: 3px;
}
 
input.button {
	position: relative;
	width: 65%;
	text-align: center;
	left: 164px;
}
	
textarea {
	width: 65%;
	margin: 3px;
}

.hint {
	font-size: 9pt;
	color: #b2ff40;
}
.error {
	font-weight: bold;
	color: yellow;
}

.comments {
background-color: #282828;
color: white;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 8px;
padding-bottom: 8px;
font-size: 10pt;
border-top: solid white;
border-bottom: solid white;
border-left: solid white;
border-right: solid white;
border-top: solid white;
border-width: 1px;
}

.post {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	width: 100%

}
.postcomments {
	padding-left: 10px;
	padding-top: 2px;
	font-size: 9pt;
}

hr {
  border-top: 1px dashed #b2ff40;/*the border*/
  border-bottom :none;	
  height: 0px;
}
