

/**********************
* form_jewie
**********************/
.form_jewie {
	background-color: #EEEEFF;

	border: 2px solid black;
	text-align: left;
	width: 50em;
	padding: 1px 0 2px 5px;
	margin: 0 5px 5px 0;
}

/*
.form_jewie > ol {
    list-style-type: none;
    margin: 2px;
    padding: 5px;
}
.form_jewie > ol > li {
    vertical-align: top;
}
.form_jewie * label:after {
    content: ": ";
}
        
.form_jewie * label {
	font-size: 1.20em; 
}
*/



.form_jewie input.submit_jewie {
/* G�stebuch: Der "Speichern"-Knopf */
	padding: 1px;
	margin: 0 0.25em 0 0;
	border: medium outset;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
background: #AAAAAA;
font-size: 1.20em;

}

.form_jewie button.submit_jewie {
/* G�stebuch: Der "Smileys"-Knopf */
	padding: 1px;
	margin: 0 0.25em 0 0;
	border: medium outset;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
background: #aaddaa;
font-size: 1.20em;

}



.form_jewie input.text_guest_jewie {
	font-size: 1.20em;
}



/**********************
* form_jewie2
**********************/
.form_jewie2 {
	background-color: #DDDDDD;

	border: 2px solid black;
	text-align: left;
	width: 50em;
	padding: 1px 0 2px 5px;
	margin: 0 5px 5px 0;
}

.form_jewie2 input.text_guest_jewie_big {
/* Anfrage neuer User: Der "Anfrage senden"-Knopf */
	font-size: 1.20em;
	text-align: center;
	border: 2px solid black;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}

.form_jewie2 label {
	font-size: 1.20em;
}



/**********************
* entry_guest_jewie
**********************/
.entry_guest_jewie {
	/*G�stebuch: Ein Eintrag */
	background-color: #EEEEFF;

	border: 2px solid black;
	text-align: left;
	width: 50em;
	padding: 1px 0 2px 5px;
	margin: 0 5px 5px 0;

}


/**********************
* irish_pub
**********************/
/* Das Irish-Pub-Formular */
div.irish_pub
   {
	/*
   font-weight: bold;
	*/
   color:                         white;

   background-color:        #006600; /* irisches Gr�n :-) */
	/*
   background-image:url(http://pics.tinaweisskircher.de/pics_album/P9020014.JPG);
	*/

   }



div.irish_pub input {
		font-size: 1.20em;

}

div.irish_pub a {
	color: #fff;
}


.irish_Button {
	background-color:#888;
	color:#fff;
	width:200px;
	border:6px solid #bbb; }





/**********************
* Captcha: Schwarz + weiss definieren
**********************/
.s { color: black; background-color: black; }
.w { color: white; background-color: white; }









