
fieldset {
	OFFbackground: #333333 url(../pics/gizmo/draugWatermarkGrey.jpg) no-repeat center right;
	background-color: #333333;
	OFFborder: 1px solid #555555;
	margin: 0 0 5px 0;
	padding: 8px 8px 0 8px;
	
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
#popupDIV fieldset {
	background-color: transparent;
	border: 0;
}

.inputWideM {
	width: 555px;
	background-color: #EEEEEE;
}
html>body .inputWideM {
	background-color: rgba(100%,100%,100%,0.8);
}

.inputWide {
	width: 707px;
	background-color: #EEEEEE;
}
html>body .inputWide {
	background-color: rgba(100%,100%,100%,0.8);
}

.submit {
	float: right;
	margin: 5px 0 5px 0;
}

.tArea {
	width: 99%;
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #EEEEEE;
	margin: 2px 0 2px 0;
}
html>body .tArea {
	background-color: rgba(100%,100%,100%,0.8);
}

.cancel {
	float: left;
	margin: 5px 0 5px 0;
}



.chatSvarHead, .chatSvarHeadWide {
	float: left;
	width: 540px;
	OFFborder: 1px solid red;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFF00;
	padding: 0 0 0 8px;
	margin-bottom: 5px;
}
.chatSvarHeadWide {
	width: 660px;
}

.chatCont {
	overflow: hidden;
	width: 100%;
	font-size: 10pt;
	background-color: #222222;
	padding: 5px 0 5px 0;
	margin: 0 0 1em 0;
	
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
html>body .chatCont {
	background-color: rgba(0%,0%,0%,0.3);
}

.chatSvarCont {
	overflow: hidden;
	width: 100%;
	font-size: 10pt;
	background-color: #333333;
	padding: 5px 0 5px 0;
	margin: 0 0 1em 0;
	
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
html>body .chatSvarCont {
	background-color: rgba(100%,100%,100%,0.2);
}

.chatCont a, .chatCont a:visited, .chatSvarCont a, .chatSvarCont a:visited {
	color: #FFFF77;
}

.chatSvarNum {
	float: right;
	OFFborder: 1px solid green;
	font-style: italic;
	font-weight: normal;
	font-size: 8pt;
	color: #BBBBBB;
	margin: 0 5px 0 0;
}

.chatPicCont {
	clear: left;
	float: left;
	width: 80px;
	text-align: center;
	margin: 0 4px 0 0;
}

.chatPicCont img {
	width: 66px;
	border: 3px solid #555555;
	padding: 0;
	margin: 0 0 0 8px;
	
	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}

.chatPicCont img:hover {
	border: 3px solid #FFFF00;
}

.timeStampLeft {
	clear: both;
	float: left;
	font-size: 9px;
	font-style: italic;
	color: #BBBBBB;
	margin: 8px 0 0 8px;
}
.timeStampLeft a, .timeStampLeft a:visited {
	color: #BBBBBB;
	background: transparent;
}
.timeStampLeft a:hover {
	color: #FFFF00;
}

.chatSitat {
	width: 100%;
	font-size: 11px;
	font-style: italic;
	color: #EEEEEE;
	background: #666666 url(../pics/gizmo/startQuote.jpg) no-repeat top left;
}

.sitatPadding {
	padding: 5px 5px 5px 35px;
}

.chatText, .chatTextWide {
	overflow: hidden;
	float: left;
	width: 460px;
	OFFborder-top: 1px solid #CCCCCC;
	padding: 0 0 0 4px;
}
.chatTextWide {
	width: 635px;
	OFFborder: 1px solid #CCCCCC;
}

.chatText p {
	text-align: justify;
}



.chatBtn {
	overflow: hidden;
	OFFborder: 1px solid red;
}

.chatBtnSvar {
	float: right;
	overflow: hidden;
	width: 60px;
	margin: 2px 6px 6px 0;
}

#slettSvar, #slettChat {
	float: right;
	margin: 2px 10px 6px 0;
}

#slettChatBtn, #slettSvarBtn {
	padding: 0;
	margin: 0;
}

