/* default styles for extension "tx_formwidgets_pi1" */
	.tx-formwidgets-radio1,.tx-formwidgets-radio2,.tx-formwidgets-radio3,.tx-formwidgets-radio4 {
		background : url(/typo3conf/ext/formwidgets/gfx/h2ogtk2_radio.gif) no-repeat;
		cursor: hand;
		cursor: pointer;
		margin : 0px 2px 0px 2px;
	}
	.tx-formwidgets-checkbox1,.tx-formwidgets-checkbox2,.tx-formwidgets-checkbox3,.tx-formwidgets-checkbox4 {
		background : url(/typo3conf/ext/formwidgets/gfx/h2ogtk2_checkbox.gif) no-repeat;
		cursor: hand;
		cursor: pointer;
		margin : 0px 2px 0px 2px;
	}
	.tx-formwidgets-radiodisabled {
		background : url(/typo3conf/ext/formwidgets/gfx/h2ogtk2_radio_disabled.gif) no-repeat;
		cursor: default;
	}
	.tx-formwidgets-checkboxdisabled {
		background : url(/ypo3conf/ext/formwidgets/gfx/h2ogtk2_checkbox_disabled.gif) no-repeat;
		cursor: default;
	}
	.tx-formwidgets-radio1,.tx-formwidgets-checkbox1 {background-position : top left;}
	.tx-formwidgets-radio2,.tx-formwidgets-checkbox2 {background-position : top right;}
	.tx-formwidgets-radio3,.tx-formwidgets-checkbox3 {background-position : bottom left;}
	.tx-formwidgets-radio4,.tx-formwidgets-checkbox4 {background-position : bottom right;}
/* default styles for extension "tx_veguestbook_pi1" */
  /* example styles */
	.tx-guestbook-list-table { border-style: solid; border-color: #000000; border-width: 1px; }
    .tx-guestbook-list-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-list-row { background-color: #FFFFFF; }
    .tx-guestbook-list-rowleft { background-color: #EEEEEE; }
    .tx-guestbook-list-entrycomment-title {font-weight: bold; }
    .tx-guestbook-list-entrycomment { font-style: italic; }
    .tx-guestbook-list-small { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    .tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }
    .tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#539521; font-size:14px; color:#333333; width:100px; }
    .tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#539521; font-size:14px; color:#333333; width:150px; }
    .tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#539521; font-size:14px; color:#333333; width:250px; }
    .tx-guestbook-form-obligationfield { color: #CC0000; }
    .tx-guestbook-form-error { color: #CC0000; }
