/* Folgende Eintraege sind zumindest dafuer notwendig damit sich Designvorlagen-Einstellungen nicht
   auf Survey-Elemente uebertragen */

table { text-align:left    }  /* Hebt die defaultmaessige Vererbung von text-align auf, welche bei td-Zellen durch align=... automatisch mit gesetzt wird */
div   { text-align:left    }  /* Hebt die defaultmaessige Vererbung von text-align auf, welche bei td-Zellen durch align=... automatisch mit gesetzt wird */
/* ----------------- */
table { white-space:normal       }  /* Hebt die defaultmaessige Vererbung von white-space auf     */
div   { white-space:normal       }  /* Hebt die defaultmaessige Vererbung von white-space auf     */
p     { white-space:normal       }  /* Hebt die defaultmaessige Vererbung von white-space auf     */
table { border-collapse:separate }  /* Hebt die defaultmaessige Vererbung von border-collapse auf */

.SRYELEM_TEXTINPUT {
	font-size:       13px;
	letter-spacing:  0px;
	color:           #000000;
	font-weight:     normal;
	font-style:      normal;
	text-decoration: none;
	font-family:     arial,helvetica;
}
.SRYELEM_TEXTAREA {
	font-size:       13px;
	letter-spacing:  0px;
	color:           #000000;
	font-weight:     normal;
	font-style:      normal;
	text-decoration: none;
	font-family:     'Courier New',arial,helvetica;
}
.SRYELEM_CHECKBOX {
	font-size:       13px;
	letter-spacing:  0px;
	color:           #000000;
	font-weight:     normal;
	font-style:      normal;
	text-decoration: none;
	font-family:     arial,helvetica;
}
.SRYELEM_RADIOBUTTON {
	font-size:       13px;
	letter-spacing:  0px;
	color:           #000000;
	font-weight:     normal;
	font-style:      normal;
	text-decoration: none;
	font-family:     arial,helvetica;
}
.SRYELEM_LISTBOX {
	font-size:       13px;
	letter-spacing:  0px;
	color:           #000000;
	font-weight:     normal;
	font-style:      normal;
	text-decoration: none;
	font-family:     arial,helvetica;
}
.SRYELEM_BUTTON {
	font-size:       13px;
	letter-spacing:  0px;
	color:           #000000;
	font-weight:     normal;
	font-style:      normal;
	text-decoration: none;
	font-family:     arial,helvetica;
}
