/* usa --------------------------------------------------------------------*/
#chat
{	border: none/*1px solid #cc0c11*/;
	background: url(../../../images/GlassShiny.png) fixed repeat left center !important;

}

#map
{	width: 95% ;
	margin-left: auto;
	margin-right: auto;
}

#mails
{	width: 95% ;
	margin-left: auto;
	margin-right: auto;
}

#calendar
{	width: 95% ;
	margin-left: auto;
	margin-right: auto;
}

#pictures
{	width: 95% ;
	margin-left: auto;
	margin-right: auto;
}

#viewbox
{	width: 95% ;
        height: 350px ;
        padding:5px ;
	margin: 5px;
        margin-left: auto;
	margin-right: auto;
	border: none/*2px solid #cc0c11*/;
	overflow:auto;

}

#msg
{	margin-left: 5%;
	margin-right:2%;
	padding:2px;
	text-align:justify;
}

#msg:hover
{	margin-left: 5%;
	margin-right:2%;
	padding:2px;
	text-align:justify;
	background: url(../../../images/GlassShiny.png) fixed repeat left center !important;
}

#writebox
{	width: 95%;
	height: 85px;
	padding: 5px;
	margin: 5px;
        margin-left: auto;
	margin-right: auto;
	border: none/*2px solid #cc0c11*/;
	background: url(../../../images/GlassShiny.png) fixed repeat left center !important;
	color:#000;
}

#writebox:hover
{	width: 95%;
	height: 85px;
	padding: 5px;
	margin: 5px;
        margin-left: auto;
	margin-right: auto;
	border: none/*2px solid #cc0c11*/;
	background: url(../../../images/GlassShiny_red.png) fixed repeat left center !important;
	color:#000;
}

#write
{	width :70%;
	height :80px;
	float :left;
	background: url(../../../images/GlassShiny.png) fixed repeat left center !important;
	color:#000;
}

#write:focus
{	width :70%;
	height :80px;
	float :left;
	background: url(../../../images/GlassShiny_red.png) fixed repeat left center !important;
	color:#000;
}

#f input[type=submit]
{	width :29%;
	height:80px;
}

  	/* footer ----------------------------------------------------------------- */
  	#footer {
      clear:both;
      height: 77px;
      margin-top: 20px;
      border-top: 1px solid #324455;
      padding:10px 3px;
      color: #a0a9b0;
      font-size: 90%;
    }
    
    #footer a {
      color: #a0a9b0;
    }
    
      #footer p { margin:0; padding-top:10px; }