body {
    background-color: #fff; /*Vit*/
    font-family: verdana;
    font-size: 10px;
	color: #000000;
}

div.block {
    width: 569px;
    background-color: #fff;
}

div.logo {
	border: 0px solid;
	padding: 0px;
	margin:0px
}

div.row {
  clear:both;
  }

/* Modiferat av Palle -------------------------------------- */

.span.label {
  margin : 8px 0px 0px 0px;
  float : left;
  width : 130px;
}

.row {
  margin : 3px 0px 3px 0px; 
}

.radio {
  vertical-align : middle;
}

/* --------------------------------------------------------- */

/* ORGINAL ---------------------------------------------

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
  }

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  }

div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
-------------------------------------------------------- */

div.left {
    float: left;
    padding: 3px;
    width: 150px;
    background-color: #fff;
	border-left: 0px;
	border-right: 1px solid black;
	border-top: 0px;
	border-bottom: 0px;
}

div.right {
    float: right;
    padding: 3px;
    width: 400px;
    background-color: #fff;
	border-left: 0px;
	border-right: 0px solid black;
	border-top: 0px;
	border-bottom: 0px;
}

div.credits { 
	float: right;
    text-align: center;
	width: 402px;
	padding: 3px;
	/*margin: 5px 0px 0px 0px; */
    background-color: transparent;
}

a {  
    text-decoration: none;
    color: #2A4485;
    font-size: 10px;	
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}
a.credits {
	text-decoration: none;
    color: #000000;
}
a.credits:hover {
	text-decoration: none;
    color: #000000;
}

img {
 border: 0px
}