/*Själv registrering*/
td.regheading
{
	color : #021C98;
	background-color : #F8F9F4;
	font-family : Verdana;
	font-weight : bold;
	font-size: 14px;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #E0DFE3;
}
td.regsmallheading
{
	color : #5590AC;
	font-family : Verdana;
	font-weight : bold;
	font-size: 12px;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #E0DFE3;
}
span.forgotpasswordtext 
{
	color : #00680A;
	font-family : Verdana;
	font-size: 11px;
	float: left;
}
div.regStepItem
{
	float:left;
	color : gray;
	font-family : Verdana;
	font-weight : normal;
	font-size: 12px;
	background-color : #F4F4F4;
	border : 1px solid #E0DFE3;
	border-bottom : 1px solid #E0DFE3;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: pointer;
}
div.regStepItemSelected
{
	float:left;
	color : #000000;
	font-family : verdana;
	font-weight : normal;
	font-size: 12px;
	background-color : white;
	border : 1px solid #E0DFE3;
	border-bottom : 1px solid white;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
}
div.regStepBetweenItem
{
	float:left;
	width: 3px;
}

table.regbox
{
	width : 100%;
	background-color : #F4F4F4;
	border-style : solid;
	border-width : 1px;
	border-color : #E0DFE3;
}
table.regbox td { padding: 5px; }
tr.regFields
{
	background-color : #F4F4F4;
	font-family : Tahoma;
	font-size : 11px;
	font-weight : bold;
	padding-top : 10px;
}
.reginput
{
	font-family : Tahoma;
	font-size : 10px;
	height: 17px;
	width: 250px;
}
.reginputsmall
{
	font-family : Tahoma;
	font-size : 10px;
	height: 17px;
	width: 150px;
}
a.addlink
{
	color : #5590AC;
	font-family : Verdana;
	font-weight : bold;
	font-size: 11px;
	text-decoration: none;
}
.notetext
{
	color: Gray;
	font-family: Tahoma;
	font-size: 9px;
}
.biginput
{
	font-family : Tahoma;
	font-size : 10px;
	height: 100px;
	width: 400px;
}


.myPagesHeading
{
    color: #000000;
    font-family : Verdana;
	font-weight : bold;
	font-size: 12px;
	text-decoration: none;
}

.myPagesAddlink
{
    color : #5590AC;
	font-family : Verdana;
	font-weight : normal;
	font-size: 11px;
	text-decoration: none;
}

.subheader
{
    color: #000000;
    font-family : Verdana;
    font-style:italic;
	font-size: 11px;
	text-decoration: none;
}

.inputHeaders
{
	display: block;
	clear: both;
}
.loginFields
{
	display: block;
	clear: both;
	margin-bottom: 3px;
}
