body, html {
	margin: 0;
	padding: 0;
	
	background-color:#E3E8E8;
	color:#444444;
}

ul,li,h3,h4,h5,h6,form,textarea,td {
	margin:0;padding:0;
}

ol,ul 
{
	list-style:none;
	text-align:left;
}

.regInfo 
{
	color:Red;
	font-size:12px;
}

.SkraningBil {
	margin-bottom:4px;
	width:120px;
}

a
{
	text-decoration:none;
	color:#488FC7;
}

td
{
	text-align:left;
}

#adTop
{
	background-color:White;
	border-bottom:1px solid #aaaaaa;
	margin-bottom:4px;
	text-align:center;
}

#adUnder
{
	text-align:center;
}


#bottomContainer 
{
	border-top:1px solid #aaaaaa;
	margin-top:20px;
	background-color:White;
	padding-top:20px;
	height:600px;
}

#game {
  width: 840px ;
  margin-left: auto ;
  margin-right: auto ;
}

.top
{
	width:824px;
	background: url('/img/new/topcontainer.png') repeat-x bottom left;
	float:left;
	height:8px;
}

.bottom
{
	width:824px;
	background: url('/img/new/bottomcontainer.png') repeat-x;
	height:8px;
	float:left;
}

.topleft
{
	background: url('/img/new/topleftcontainer.png') bottom right no-repeat;
	width:9px;
	float:left;
	height:8px;
}
 
.topright
{
	background: url('/img/new/toprightcontainer.png') bottom right no-repeat;
	width:9px;
	float:left;
	height:8px;
}
 
.bottomleft
{
	background: url('/img/new/bottomleftcontainer.png') no-repeat;
	width:9px;
	height:8px;
	float:left;
 
}
 
.bottomright
{
	background: url('/img/new/bottomrightcontainer.png') no-repeat;
	width:9px;
	height:8px;
	float:left;
}
 
.inside
{
	clear:both;
	border-left:1px solid black;
	border-right:1px solid black;
}

/* Modal gluggar */

#basic-modal-content {display:none;}

#simplemodal-overlay {background-color:#000;}

#simplemodal-container {height:330px; width:340px; background-color:#FFF; border:2px solid #444; padding:12px;z-index:3200;}

#simplemodal-container a.modalCloseImg 
{
	background:url(/img/x.png) no-repeat;
    width:25px; height:29px;
    display:inline;
    position:absolute;
    top:0px;
    right:0px;
}

#simplemodal-container #basic-modal-content {padding:8px;}

#simplemodal-container h2
{
	padding-bottom:8px;
	color:#3366CC;
	margin:0;
}

.hideFlash { visibility:hidden; }