select
{
  font-size: 17px;
}

label
{
  font-size: 17px;
}



button#resetbutton
{
  font-size: 17px;
}

button#uploadbutton
{
  font-size: 17px;
}

input#fileXml
{
  font-size: 17px;
}

input#company
{
  font-size: 17px;
}

input#addres
{
  font-size: 17px;
}

input#postalCode
{
  font-size: 17px;
}

input#city
{
  font-size: 17px;
}

input#email
{
  font-size: 17px;
}

input#request
{
  font-size: 17px;
}




label#labelSrc
{
  font-size: 17px;
}

label#labelDest
{
  font-size: 17px;
}

select#selectSrc
{
  font-size: 17px;
}

select#selectDest
{
  font-size: 17px;
}








div#footer
{
  position         : absolute;
  left             : 0px;
  top              : 790px;
  height           : 50px;
  width            : 860px;
  background       : #a0a0a0;
  color            : #ffffff;
  font-size        : 12px;
}

div#contentLeft
{
  position                : absolute;
  top                     : 0px;
  left                    : 0px;
  background              : #a0a0a0;
  width                   : 50px;
  height                  : 560px;
}

table, th, td
{
  border          : 2px solid black;
  border-collapse : collapse;
  text-align      : center;
  padding         : 10px;
  background-color: #fff2e6;
  margin-left: auto;
  margin-right: auto;
}

tr#rowEven
{
  background-color: #f2f2f2; /* Green */
}

tr#rowOdd
{
  background-color: #ebebeb; /* Green */
}



