fieldset{
    width: 530px;
    text-align: center;
    margin: auto;
    color: #e2001a;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    border: 1px solid #58585A;
}

legend{
    color: #e2001a;
    font-size: 18px;
    text-align: left;
}

input{
    padding: 2px;
    margin-top: -2px;
    width: 200px;
    border: 1px solid #58585A;
}

input[type=submit]{
    border: 0;
    border-radius: 5px;
    color: #fff;
    background-color: #9c9e9f;
    width: auto;
    padding: 3px 12px 3px 12px;
    text-decoration: none;
}

#table1 td{
  padding: 5px;
}

a img{
  display: none;
}

.list a img{
  display: block;
}

img.iconCreate{
  display: block;
}

table.list th,
table.packageList th{
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
}
