.knopzor{
background:#0E3B90;
border:medium none;
color:#FFFFFF;
padding:2px;
}

.knopzor:hover{
background:#EA272D;
}

.knopzor2{
background:#8299c3;
border:medium none;
color:#FFFFFF;
padding:2px;
}

.knopzor2:hover{
background:#e88184;
}

/* view: odd rows */
table.gbentry {
  width: 100%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 5px;
  background-color: #FAFAFA;
  color: #ccccccc;
	border-bottom: 1px solid #DCDCDC;
}

td.gbtitle {
color:#B91133;
font-weight:normal;
font-size:12px;
}

table.gbentry td.gbcontent {
  padding: 5px; 
  background-color: #FAFAFA;
  color: #ccccccc;
}
table.gbentry div.gbcomment {
  font-style: italic;
  padding: 5px;
  margin: 15px 5px 0px 5px; 
  border: 1px dashed #BCBCBC;
}

/* view: even rows */
table.gbentry_b {
  width: 98%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.gbentry_b td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #EAEAEA;
  color: #ccccccc;
	border-bottom: 1px solid #DCDCDC;
}
table.gbentry_b td.gbcontent {
  padding: 5px; 
  background-color: #EAEAEA;
  color: #ccccccc;
}
table.gbentry_b div.gbcomment {
  font-style: italic;
  padding: 5px;
  margin: 15px 5px 0px 5px; 
  border: 1px dashed #BCBCBC;
}

/* add entry */
.required {
  color: #EE0000;
}
img.button {
  vertical-align: bottom;
  z-index:900;
}
.input_form {
	border: 0;
	z-index:900;
	padding: 3px;
}
.input_name_field {
	width: 470px;
	border:1px solid #CCCCCC;
	z-index:900;
	padding: 3px;
}
.input_mail_field {
	width: 470px;
		border:1px solid #CCCCCC;
		z-index:900;
		padding: 3px;
}
.input_website_field {
	width: 470px;
		border:1px solid #CCCCCC;
		z-index:900;
		padding: 3px;
}
.input_message_field {
	width: 470px;
	height: 80px;
	border:1px solid #CCCCCC;
	z-index:900;
	padding: 3px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
.input_smileys {
	text-align: right;
}
.smileys {
	border: 0;
}
.captcha_table {
	padding-top: 5px;
}
.image_captcha {
	border: 0;
}
.captcha_expl {
	font-size: 0.8em;
	
}

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

input[name=captcha] {
    border:1px solid #CCCCCC;
}														