#mail_general
{
  background-color: transparent;
  color: white;
  text-align: left;
  width: 795px;
  height: 329px;
  border : 0px;
  padding: 0px;
  margin: 0 auto 0 auto;
}
#mail_general h1
{
margin-top: 0px;

}

#mail_list
{
  background-color: transparent;
  color: white;
  text-align: left;
  width: 462px;
  height: 250px;
  margin-top: 37px;
  float: left;
}
#mail_list label
{
  padding-left: 20px;
}
#mail_contingut
{
height:280px;
width:310px;
  float: right;
  background : transparent url(../images/black.png) no-repeat center center;
}
#mail_send
{
  height: 20px;
  padding-right: 30px;
  float: right;
  text-align: right;
  background : transparent;
}
#mail_contingut textarea
{
  width:  220px;

  margin-left: 45px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px; 
  border-bottom-width: 0px; 
  border-left-width: 0px;
  color: #bbbbbb;

  font-family: Arial;
  font-size: 12px;
  background : transparent;
}
.mail_contingut_text textarea
{
  overflow-y: auto;
  overflow-x: hidden;
  height: 220px;
}
.mail_contingut_text
{
  margin-top: 30px;
  margin-left: 10px;
  background : transparent;
  width:  250px;
  height: 220px;

}
.mail_title
{
  width: 462px;
  height: 51px;
  background : transparent url(../images/titulo.png) no-repeat center center;

}
.mail_title input
{
  width: 100%;
  padding: 0px 20px 0px 20px;
  background : transparent;
  text-align: left;
  color: black;
  margin-top: 0px;
  margin-right: 0px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 18px;
  color: #FFFFFF;
  border: #000099;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px; 
  border-bottom-width: 0px; 
  border-left-width: 0px
}
}
.mail_title label, #mail_contingut label
{
  background : transparent;
  text-align: left;
  color: white;
  margin-top: -10px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 18px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px; 
  border-bottom-width: 0px; 
  border-left-width: 0px;
}

