﻿#webskjema
{
	font-family: Arial;
	font-size: 12px;
	width: 750px;
	float: left;
	background-color: White;
}
a
{
	color: Blue;
}
#header
{
	background: url(img/header.jpg) no-repeat top;
	width: 750px;
	height: 148px;
	position: relative;
	border-top: 1px solid gray;
}
#header span
{
	position: absolute;
	font-size: 26px;
	font-weight: bold;
	top: 15px;
	right: 15px;
}
#caseBody
{
	clear: left;
	float: left;
	margin-top: 25px;
	width: 100%;
	line-height: 18px;
}
label
{
	font-weight: bold;
}
ul.contact label
{
	font-weight: normal;
}
div.header
{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
th
{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
input, select
{
	font-size: 12px;
}
input[type="text"]
{
	width: 120px;
}
select
{
	width: 170px;
}
input[type="text"].num
{
	width: 35px;
	text-align: right;
	padding-right: 6px;
}
#inpIsbn
{
	width: 105px;
}
#inpTitle
{
	width: 180px;
}
#inpOrderNr
{
	width: 65px;
}
ul
{
	list-style: none;
	padding: 0px;
	margin: 0 0 0 15px;
	float: left;
	width: 290px;
}
li
{
	clear: both;
	line-height: 23px;
	position: relative;
	height: 23px;
}
li label
{
	float: left;
	margin-right: 20px;
}
li input[type="text"]
{
	float: right;
	width: 175px;
	height: 16px;
}
li input[type="submit"]
{
	margin-top: 6px;
	float: right;
}
li span
{
	float: right;
}
li select
{
	float: right;
	width: 181px;
}
.errormsg
{
	color: Red;
	float: left;
}
.confirmed
{
	color: Green;
}

span.invalid
{
	position: absolute;
	right: -8px;
	top: 1px;
}
div.summary
{
	float: left;
	clear: both;
	width: 410px;
	background-color: #EEEEEE;
	color: Red;
}
div.summary ul
{
	list-style-type: disc;
	margin-left: 40px;
	margin-top: 0;
}
div.summary ul li span
{
	float: left;
}
#authenticate ul
{
	width: 290px;
}
div.checkout
{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	float: left;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 13px;
	width: 100%;
	background-color: #EEEEEE;
}
div.checkout input
{
	float: right;
	clear: both;
}
.locked input[type="text"], .locked select, input.readonly[type="text"]
{
	color: Gray;
	background-color: #EEEEEE;
	border-color: gray lightGrey lightGrey gray;
	border-style: solid;
	border-width: 1px;
}
#caseBody table
{
	margin-bottom: 20px;
}
div.invoice, div.kolli
{
	margin-bottom: 30px;
	margin-left: 4px;
	width: 125px;
	position: relative;
}
div.invoice span.invalid, div.kolli span.invalid
{
	top: 20px;
}
#notes
{
	float: left;
	margin-left: 4px;
}
#notes .text
{
	float: left;
}
#notes .file
{
	float: left;
	margin-top: 10px;
	width: 100%;
}
#notes .attachments
{
	float: left;
	margin-left: 10px;
	width: 275px;
}
#notes label
{
	margin-right: 10px;
	color: Black;
}
#notes ul
{
	margin: 0px;
}
#notes ul li
{
	color: Gray;
}
#notes ul li input
{
	margin-top: 0;
}
.terms
{
	float: right;
	line-height: 16px;
	margin-top: 5px;
	margin-right: 15px;
}
div.pnl input
{
	clear:none;
	float:none;
}
#valSummary
{
	float: left;
	clear: both;
}
#authenticate
{
	background-color: #EEEEEE;
	border-bottom: 1px solid gray;
	padding-bottom: 20px;
}
#authenticate p
{
	line-height: 21px;
	margin-bottom: 16px;
	margin-left: 15px;
	width: 640px;
	font-style: italic;
}
#pnlTerms
{
	float: right;
	margin-top: 5px;
	width: 300px;
	position: relative;
}
#cbAccepted
{
	position: absolute;
	right: 0px;
	top: 0px;
}
#pnlMsgToUser
{
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 4px;
	font-style: italic;
	line-height: 20px;
}
.fakebtn
{
	background: none;
	border: none;
	font-family: arial;
	font-size: 12px;
	padding: 0;
	text-align: left;
	cursor: pointer;
	color: Blue;
	border-bottom: 1px solid Blue;
	height: 16px;
	margin-bottom: 3px;
	width: 259px;
}
div.helpicon
{
	background: white url(img/help.png) no-repeat;
	width: 16px;
	height: 16px;
	top: 2px;
	right: 3px;
	position: absolute;
	cursor: pointer;
}
th.help
{
	cursor: pointer;
}
/*												<JavaScripts>
---------------------------------------------------------------*/
#citxrm_overlay
{
	background-color: #000000;
	opacity: 0.55;
	filter: alpha(opacity=55);
	position: absolute;
	top: 0;
	left: 0;
	height: 200%;
	width: 100%;
}
#citxrm_dialog
{
	background-color: #FFFFFF;
	padding: 2px;
	position: absolute;
	text-align: center;
	left: 80px;
	top: 175px;
	border: 1px solid black;
}
#citxrm_dialog .closeicon
{
	background: lightgray url("img/closeicon.png") no-repeat right;
	cursor: pointer;
	display: block;
	line-height: 20px;
	height: 20px;
	width: 49px;
	position: absolute;
	right: -1px;
	top: -1px;
	border: 1px solid black;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding-left: 5px;
}

