/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .gbform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .gbform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .gbform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .gbform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.gb-ol,
* html ol.gb-ol li,
* html span.gb-reqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .gbform label,
*+html ol.gb-ol,
*+html ol.gb-ol li,
*+html span.gb-reqtxt {
	display: inline-block; /*for ie7*/
}

* html img.gb-captcha {
	margin-bottom:1px!important;
}
*+html img.gb-captcha {
	margin-bottom:1px!important;
}

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.gbform { 
	margin:10px auto 0 auto; 
	width: 540px; 
}

.gbform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.gbform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.gb-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.gb-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}

/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.gbform label {
	width:100px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.gbform label span {
	width:100px; /* must be the same as above!*/
	display:block; 
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.gbform input,
.gbform textarea,
.gbform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.gbform input:hover,
.gbform textarea:hover,
.gbform select:hover	{
	background:#EEEEEE; 
}

.gbform input:focus,
.gbform textarea:focus,
.gbform select:focus	{ 
	background:#F3F8F8; 
}

.gbform input {
	width:300px; 
}

.gbform textarea {
	width:390px; 
}

.gbform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.gbform select.gbselectmulti	{ 
	height:7.5em; 
}

.gbform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

input.gb-kcaptcha {
	width:70px;
}

img.gb-captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

.gbform a.gb-reset-captcha:hover {
	background:#f7f7f7;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.gb-reqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.gb-sb {
	padding: 0!important;
	margin: 0;
}
.gbform input.gb-sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 310px;
	background:#EEEEEE 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}

/* -------------------[ Entry ]------------------- */

.gb-entry
{
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #444;
  border-width: 2px;
  border-style: ridge;
}

.gb-entry-hidden
{
  background-color: #edeb2e!important;
}

.gb-entry-head
{
  padding: 5px;
  background-color: #bbb;
}

.gb-entry-message
{
  padding: 5px;
  color: #000080;
}

.gb-entry-reply
{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 10px;
  border-left: 5px double #999;
}

/* -------------------[ Pagenavi ]------------------- */

.gb-pagenavi
{
  margin: 10px auto 0 20px;
}

.gb-pagenavi-box
{
  display: inline;  
  text-align: center;
/*  border: 1px solid #747474; */
}

.gb-pagenavi-text
{
  font-weight: bold;
  display: inline;  
  text-align: center;
}

