button { 
  width:auto; 
  overflow:visible; 
}
button span { 
  margin-top:1px; 
  padding: 0 15px;
}

/*Fixes the buttons in the contact us page*/

#newsblock
{
width:240px;
padding:0;
display:table;
float:left;
background-color:#203222;}

/*Internet explorer has problems showing a transparent background for the news content block. A temporary fix is used here to change the background color to create the illusion of transparency.*/

#message
{
margin-left:15px;
}

/*Fixing a margin bug.*/

#hpportfolio
{
background:#1f3121;}

/*Same as the above newsblock fix. */

#filler
{
	height:102px;
}