.list_errors {
	padding: 0px;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	color: #990000;
}

.important_error {
	border: 1px red dashed;
	padding-top: 20px;
}

.list_errors li {
	padding: 0px;
}

.forumheader.critical {
	color: red;
	margin-top: 10px;
}

.forumheader {
	margin-bottom: 10px;
}

p.divider {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

p.critical {
	color: red;
}

form {
	margin: 0px !important;
	padding: 0px !important;
}

form p {
	width: 100%;
	display: table;
	margin: 0px;
	margin-bottom: 10px;
	clear: both;
}

form p span.group {
	padding-right: 25px;
}

form p span.group.ideal {
	padding-right: 60px;
}

form p span.group.ideal img {
	position: absolute;
	margin-top: -8px;
}

form p span.with_errors {
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 1px;
	background-image: url(/images/errormarker.gif);
	background-position: right;
	background-repeat: no-repeat;
}

form p span.with_errors input,
form p span.with_errors textarea {
	border-color: red;
	background-color: #ECCFCF;
}

form p.split {
	width: 50%;
	float: left;
	clear: none;
}

form p label {
	width: 190px;
	float: left;
	padding-top: 5px;
}

form p label span {
	font-size: 15px;
	color: red;
}

form p input,
form p textarea {
	border: 1px solid #999999;
	background-color: #ECECEC;
	font-size: 14px;
	width: 130px;
	padding: 3px 5px;
}

form p input:focus {
	border: 1px solid #000000 !important;
	background-color:#ffffff !important;
}

form p select {
	border: 1px solid #999999;
	background-color: #ECECEC;
}

form p textarea {
	width: 250px;
	height: 50px;
}

form p input.digits {
	width: 75px;
}

form p.auto input {
	width: auto;
	background: none;
	border: 0px;
}

form .plain input {
	background: none;
	border: none;
}

form p.submit {
	text-align: center;
	margin-top: 20px;
}

form p.submit input,
form p.submit input:focus {
	width: auto !important;
	font-size: 16px !important;
	border-width: 2px !important;
	border-color: #006600 !important;
	background-color: #009900 !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}

form p.submit.simple {
	width: 400px;
	text-align: left;
	padding-left: 190px;
}

form p.submit.simple input {
	font-size: 14px !important;
}

/* CHECKER */
form p.checker label {
	width: 90px;
	float: none;
	padding: 0px;
}

/* HOGERBEROEP */
body.controller_hogerberoep {
	background-image: url(/images/controllers/hogerberoep/header_bg.gif) !important;
}

body.controller_hogerberoep div#container {
	position: relative;
	height: 120px;
	overflow: hidden;
	background-position: right 71px;
}

body.controller_hogerberoep div#content {
	position: relative;
}

body.controller_hogerberoep div#content div.customer {
	margin-bottom: 20px;
	padding: 20px 0px 20px 0px;
	border-bottom: 2px dashed #ECECEC;
	font-size: 20px;
	line-height: normal;	
}

body.controller_hogerberoep div#content div.customer div.name span {
	color: #B14601;
}

body.controller_hogerberoep div#content div.customer div.name em {
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

body.controller_hogerberoep div#content div.customer div.tickets {
	margin-top: 8px;
	float: right;
	font-size: 20px;
}

body.controller_hogerberoep div#content div.customer div.tickets em {
	float: left;
	font-style: normal;
}

body.controller_hogerberoep div#content div.customer div.tickets span {
	width: 93px;
	height: 50px;
	position: relative;
	display: block;
	float: left;
	margin: -15px 10px 0px 10px;
	background-image: url(/images/controllers/hogerberoep/ticket.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 47px;
	text-align: center;
	text-shadow: #B14601 0px 1px 0px;
}

body.controller_hogerberoep div#content p img {
	margin-right: 10px;
}

body.controller_hogerberoep div#content p.text label {
	margin-top: -5px;
}

body.controller_hogerberoep div#content p.price_total {
	width: 275px;
	padding-top: 10px;
	border-top: 3px double #CCCCCC;
	color: #FF6300;
	font-weight: bold;
	font-size: 16px;
}

body.controller_hogerberoep div#content p.last {
	margin-bottom: 0px;
}

body.controller_hogerberoep div#content div.divider {
	margin-bottom: 25px;
	padding-top: 25px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px dashed #CCCCCC;
}

body.controller_hogerberoep div#content p.submit {
	text-align: left;
}

body.controller_hogerberoep div#content div.edit_financial {
	position: absolute;
	right: 200px;
	margin-top: 50px;
	font-size: 11px;
	color: #666666;
}