* {
	outline: none; 
	margin:0;
}
body {
	font-family: Georgia, helvetica, arial, sans-serif;
	font-size:12px;
	text-align: center;
	background:#f1f1f1 url(/images/top.gif) 0 0 repeat-x;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
a img {
	border-width:0;
}
a {
	color:#e4003f;
}
a:visited {
	color:#aa0130;
}

h1,h2,h3 {
	color:#532300;
	font-family: helvetica, arial, sans-serif;
}
h1,h2 {
	font-size:20px;
	padding-bottom: .4em; 
}
h3 {
	font-size:16px;
	padding-bottom: .2em; 
}
fieldset {
	border:0;
	padding:0;
}
input, textarea {
	font-family: helvetica, arial, sans-serif;
	font-size:14px;
	margin:0 0 5px 0;
	width:270px;
}
textarea {
	width:440px;
	height:100px;
	overflow:auto;
}
#today {
	text-align:center;
	padding:20px 0 20px 0;
	border:solid 1px #777;
	margin:10px 10px 20px 10px;
}
#today h3 {
	font-size:16px;
	font-weight:normal;
}
#today p {
	padding:10px 0 0 0;
}
.button {
	width:auto;
}
a[href ^="http://"] {
   padding-right: 14px;
   background: transparent url(/images/external.gif) no-repeat center right;
}

#main {
	text-align: left;
	margin: 0 auto;
	width:810px;
}
#top {
	height:140px;
}
#left {
	width:488px;
	float:left;
	padding:10px 0 0 12px; /* För skuggningen på logo */

}
#right {
	width:300px;
	float:right;
	padding:10px 0 0 10px;

}

#logo {
	padding:10px 0;
}
#footer {
	clear:both;
	padding:10px 0 30px 12px;
}
.box {
	background:#fff;
}
.box .top {
	background:url(/images/box-top.gif) 0 0 repeat-x;
	height:21px;
}
.box .bottom {
	background:url(/images/box-bottom.gif) 0 0 repeat-x;
	height:21px;
}
.box .content {
	padding:10px;
}
.loader {
	float:left;
	padding:4px 4px 4px 0;
}
.clr {
	clear:both;
}
.left {
	float:left;
}
.col2 {
	width:135px;
	float:left;
}
#friend-message {
	padding:5px 0;
	font-size:16px;
	font-family: helvetica, arial, sans-serif;
}
#right textarea {
	width:270px;
}
.code {
	font-family:courier new, courier;
	font-size:12px;
}
