/* CSS Document */
.grid
{
	width:99.8%;
	height:700px;
	background-color:white;	
}
.selects
{
	min-width:60%;
	font-size: 12px;
	
}

body
{
	/*Browed from livetimmeing ;)*/
	background-image:url(http://livetiming.se/images/grad_back.png);
	background-repeat:repeat-x;	
	
}

.container
{
	background:#FFF;	
}
div.gridbox {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }