#gb_form_div fieldset {
	color: black;

	margin: 0;
	margin-bottom: 1em;

	padding: 0;
	padding: 0.4em;
	border: 0;
}


#gb_form_div fieldset legend {
	color: #36C3E0;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	margin-left: -0.6em;
}


#gb_form_div fieldset label{
	float: left;
	width: 12em;
	line-height: 2em;

	clear: left;
}

#gb_form_div input.input-text,
#gb_form_div textarea {
	float: left;

	color: black;
	background-color: white;
	font-size: 1em;
	padding: 5px;

	clear: right;

	width: 400px;

	border: 1px solid #cccccc;
}

#gb_form_div select {
	color: black;
	font-size: 1em;
	background-color: white;
}

#gb_form_div input.input-text,
#gb_form_div label {
	margin-bottom: 0.4em;
}

#gb_form_div input.input-text.short {
	width: 100px;
}

#gb_form_div input.input-text:hover,
#gb_form_div input.input-text:focus,
#gb_form_div textarea:hover,
#gb_form_div textarea:focus,
#gb_form_div select:hover,
#gb_form_div select:focus,
/* Emulating Safari's behaviour */
#gb_form_div label:hover+input.input-text,
#gb_form_div label:hover+textarea{
	background-color: #FFFFCC;
	border-color: black;
}


#gb_form_div  input.input-button{
	padding: 3px 40px;
	margin-left: 0;
}
