body,html,head { width:100%; height:100%; margin:0px; padding: 0px; }

body {
	background-color: rgb(38,38,40);
}

#flashcontent {
	width: 100%; 
	height: 99.9%; 
	margin:0px;
	z-index: 0;
}


/* styles fšr fallback content */
#noFlash {
	padding-top: 40px;
	padding-left: 40px;
	
	width: 400px;
}

#noFlash h1 {
	color: rgb(221, 78, 78);
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding-top: 40px;
	margin: 0px;
	text-align: left;
	letter-spacing:1px;
}

#noFlash p {
	color: rgb(249, 248, 232);
	line-height: 20px;
	font-size: 12px;
	font-family: Georgia, "Baskerville", "Times New Roman", Times, serif;
	margin-bottom: 8px;
}

#noFlash a, #noFlash a:visited, #noFlash a:active {

	color: rgb(249, 248, 232);
	text-decoration:none;
	border-bottom: 1px dotted #94948a;
}

#noFlash a:hover {
	color: #dd4e4e;
	text-decoration:none;
	border-bottom: 1px dotted #dd4e4e;
}

img {
	border:none;
	border-bottom: none;
}


/* SignUp styles */

label.error { color: rgb(221,78,78); vertical-align: top; text-align: left}

#readlatest, #statusName, #statusMail {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgb(221,78,78);
	vertical-align: top;
	text-align: left;
	padding-left: 11px;
}

#readlatest {
	text-transform: none;
	font-size: 10px;
	font-family: Georgia;
	padding-left: 0px;
	text-align: left;
	color: rgb(249,248,232);
}

td#readlatest a {
	color: rgb(249,248,232);
	text-decoration: none;
	cursor: pointer;
}

td#readlatest a:hover {
	color: rgb(221,78,78);
	text-decoration: none;
}

.valid { color: rgb(196,220,226); }

.example { color: rgb(196,220,226); }

input {
	border:0px;
	border-bottom-width: 1px;
	border-style: dotted;
	border-color:rgb(249,248,232);
	background-color: transparent;
	font-family: Georgia;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: rgb(249,248,232);
	width: 121px;
	cursor: text;
}

.submitImage {
	width:15px; 
	height:17px; 
	border:0px; 
	vertical-align:bottom;
	cursor: pointer !important;
}

form {margin:0px; padding:0px;}

.signupTitle {
	vertical-align:bottom;
	font-family: "Trebuchet MS", Arial, Helvetica;
	letter-spacing: 0.1em;
	font-size: 10px;
	color: rgb(221,78,78);
	text-align:right;
}

/* positionering fšr signUp */
#signupWrap {
	/*position:fixed;
	top:0px;
	right: 0px;
	z-index: 1;
	float: right;
	text-align:right;*/
	position:relative;
	float:right;
	z-index:80;
}

/* semitransparent bg fšr signUp */
#innerWrap {
	padding-right: 2px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
	zoom: 1;
	background: url(../images/semitrans.png); 
	background-repeat: repeat;
	width:462px;
	height:44px;
	position:absolute;
	top:0;
	right:0;
}

/* PNG transparens fix fšr IE*/
#innerWrap, #innerWrap form, #innerWrap table, #innerWrap tr, #innerWrap td, #innerWrap input, #innerWrap a {
	behavior: url(iepngfix.htc);
}


/* hack fšr att gšra lŠnkar pŒ transparent positionerad bg klickbara */
/* osŠker om det funkar/behšvs... */
.PngClickHack {
	position: relative; 
	z-index: 99;
}

