
/**		   
 *		G U E S T B O O K (gb)
 */		   

/**
 * Einträge-Liste: äußerer Container um alles drumherum
 */
div.gbBoxOuter {
	width: 100%;
}

/**
 * Container mit Link für neuen Eintrag
 */
div.gbLinkNew {
	margin-bottom: 15px;
}

div.gbFormOuter
{
}

div.gbFormName {
	margin-bottom: 15px;
}

.gbFormNameInput {
	width: 500px;
}

div.gbFormText {
	margin-bottom: 15px;
}

.gbFormTextTextarea {
	width: 500px;
	height: 150px;
}

div.gbFormCaptchaImage {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
}

div.gbFormCaptchaImageMessage {
}

div.gbFormCaptchaCode {
	margin-bottom: 15px;
	clear: both;
}

.gbFormCaptchaCodeInput {
	width: 50px;
}

div.gbFormSubmit {
}

div.gbErrors {
	margin-bottom: 15px;
	color: red;
}




