body
{
	background-color: #ddcba3;
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: 70%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
}

/* --- Div-taggar för login-sidan ---*/
#containerdiv
{
	width: 460px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#content
{
	margin-left: 18px;
	margin-right: 18px;	
}

.textblocksection
{
	margin-left: 6px;
	margin-bottom: 20px;
}

#topspace
{
	height: 13px;	
}

/* Corners of layout */

.containeredgesdiv
{
	width: 460px;
	margin-left: auto;
	margin-right: auto;
}

.containeredgesdivleft
{
	float:left;
	background-color: #ddcba3;
}

.containeredgesdivmiddle
{	
	width: 440px;
	height: 10px;
	float: left;
	background-color: #ffffff;
}
.containeredgesdivright
{
	float:right;	
	background-color: #ddcba3;
}

/* Header */

#headerlogo
{
	margin-top: 10px;
	background-color: #ffffff;	
}
#headerseparator
{
	clear: left;
	width: 424px;
	height: 9px;
	border-bottom: solid 2px #935545;
}

/* h1 */
#headertext
{
	clear: left;
	margin-left: 8px;
	margin-top: 21px;
	padding-bottom: 14px;
}

#breadtext
{
	clear: left;
	margin-left: 8px;
	padding-bottom: 14px;
}

.sidemessage
{
	position: relative;
	float: left;
	top: 3px;
	margin-left: 5px;
}

.credentials
{
	clear: left;
	height: 18px;
	margin-left: 8px;
	margin-bottom: 10px;
}

.credentialsleft
{
	position: relative;
	float: left;
	width: 100px;
	top: 3px;
}

.credentialsright
{
	float: left;
}

/* Forgot password section */

#fpheader
{
	margin-left: 8px;
	margin-bottom: 5px;
}

#fpbreadtext
{
	margin-left: 8px;
	margin-bottom: 10px;
}

/* Footer */

#footer
{
	height: 23px;
}
#footerseparator
{
	width: 424px;
	height: 1px;
	float: left;
	background-image: url(/images/Mellanskog/dotline_horiz.gif);
	background-repeat: repeat-x;
	background-position: left;
}

#footerlinkscontainer
{
	clear: left;
	width: 100%;
	background-color: #ffffff;
}

#footerlinkleft
{
	float: left;
	margin-top: 5px;
}

#footerlinkright
{
	float: right;
	margin-top: 5px;
}

