@charset "utf-8";
/* CSS Document */

/* popup */
#PopUpRegi {
	display: none;
	overflow:visible;
}
#PopUpCom {
	display: none;
	overflow:visible;
}
.opacity {
	position: fixed;
    text-align: justify;
	z-index:10;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=80);
  	-moz-opacity: 0.80;
 	opacity: 0.80;
}
/* box */
.areapopup {
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 500px;
	overflow: visible;
	z-index: 11;
} 
.skrivfieldpopup {
	position: relative;
	width: 463px;
	padding: 5px;
	min-height: 200px;
	max-height: 400px;
	overflow: auto;
	word-wrap: break-word;
	text-align: left;
	top: 0px;
	z-index: 1;
}
.mainbgpopup {
	position: relative;
	float: right;
	width: 479px;
	background: #FFF;
	table-layout: fixed;
	word-wrap:break-word;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -15px;
	word-wrap: break-word;
	border-top: #333 1px solid;
	border-right: #333 1px solid;
	overflow: auto;
}
.skuggapopup {
	position: relative;
	width: 499px;
	height: auto;
	float: right;
	background: url(../../images/annat/sidskugga.png) repeat-y left #CCC ;
	border-left: #FFF 1px solid;
	border-top: #FFF 1px solid;
}
.bottomrightpopup {
	position: relative;
	float: right;
	width: 463px;
	height: 20px;
	background: #CCC url(../../images/annat/overskugga.png) top repeat-x;
	border-bottom: #FFF solid 1px;
	border-right: #FFF solid 1px;
	margin-right: 15px;
	table-layout: fixed;
}
.bottomleftpopup {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	background: #CCC url(../../images/annat/edgeskugga%20bl.png) top right no-repeat;
	border-bottom: #FFF solid 1px;
	border-left: #FFF solid 1px;
	table-layout: fixed;
}
.heading {
	position: relative;
	height:22px;
	width: 100%;
}
.close {
	position: relative;
	width: 21px;
	height: 21px;
	background: url(../../images/knappar/close.png);
	float: right;
	margin-right: 10px;
	cursor: pointer;
	z-index: 2;
	margin-bottom: -21px;
	margin-top: -13px;
}
.close:hover {
	background: url(../../images/knappar/close%20hover.png);
}
/* end of box */

/* end of popups */

/* textfields */
.focusField {
	position: relative;
	padding: 3px;
    border: 0;
    background: #dadada;
    color: #333;
	font-weight: normal;
	cursor: text;
}
.idleField {
	position: relative;
	padding: 3px;
	border: 0;
    background: #ededed;
    color: #6F6F6F;
	font-weight: normal;
}
.idleField:hover {
	position: relative;
	padding: 3px;
	border: 0;
    background: #ededed;
}
/* end of textfields */
/* elastic textarea */
.input {
	position: relative;
	min-height: 60px;
	padding: 3px;
	font-family: "Helvetica Neue", Helvetica-Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}
/* end of elastic textarea */
.spamimg {
	position: relative;
	float: left;
	height: 50px;
	width: 295px;
	background: url(../../images/annat/spamimg.png) no-repeat;
}
.spamholder {
	position: relative;
	width: auto;
	margin-left: 2px;
	height: 50px;
	table-layout: fixed;
	margin-bottom: 10px;
	overflow: hidden;
}