/* ============================================================================================= */
/* =======================  digitalhomeless | internet concept & design  ======================= */
/* ==============  eMail: info@digitalhomeless.de | Internet: www.digitalhomeless.de  ========== */
/* =============  copyright by digitalhomeless.de | internet concept & design, 2003  =========== */
/* ============================================================================================= */

/* ================================= Formulargestaltungen ====================================== */

/* Textareagestaltung */
.textarea
	{
		font-family:Verdana, Arial, sans-serif;
		font-size:10px;
		font-style:normal;
		vertical-align:top;
		text-align:left;
		color:#003366;
		border:solid;
		border-width:1;
		border-color:#525152;
		background-color:#FFFBCE;
	}


/* Textfeldgestaltung */
.textfeld
		{
		font-family:Verdana, Arial, sans-serif;
		font-size:10px;
		font-style:normal;
		color:#003366;
		vertical-align:top;
		text-align:left;
		border-width:1;
		border:solid;
		border-top-width:0px;
		border-left-width:0px;
		border-right-width:0px;
		border-bottom-width:1px;
		border-color:#525152;
		background-color:#FFFBCE;
		}

/* Textgestaltung: Teasertext */
.button
		{
		font-family:Verdana, Arial, sans-serif;
		font-size:10px;
		font-style:normal;
		vertical-align:middle;
		text-align:center;
		color:#003366;
		border:solid;
		border-color:#525152;
		border-width:1;
		background-color:#FFFBCE;
		}


