/* $TopStyle:URL=http://www.textgrid.de/typo3conf/ext/tg_conference_subscribe/res/styles.css$ */
fieldset {
	border: thin solid silver;
	padding: 0.9em;
}
label {
  float: left;
  text-align: right;
  width: 11em;
  margin: 0.1em 0.1em 0 0;
  font-weight: bold;
}
#events {
  margin-top: 1em;
  margin-bottom: 0.1em;
}
#events label {
  text-align: left;
  width: 33em;
  font-weight: normal;
  clear: left;
}
#events input {
  margin-top: 0.1em;
}
#pl label{
  margin: 0.7em 0.1em 1em 0;
}
#pl input {
  margin-top: 0.8em;
}

#otherText {
  clear: left;
}
div.tx-tgconferencesubscribe-pi1 input[type=text], 
div.tx-tgconferencesubscribe-pi1 textarea {

  font-family: arial;
  font-size: 1em;
  border: 1px solid #999;
  background-color: #f0f0f0;
  margin: 0.3em;
  padding: 0.3em;
  color:gray;
}
div.tx-tgconferencesubscribe-pi1 input:focus, 
div.tx-tgconferencesubscribe-pi1 select:focus, 
div.tx-tgconferencesubscribe-pi1 textarea:focus {
	color:black;
}
input[type=text]:hover {
  background-color: #fffafa;
}

input.md {
  width: 300px;
}

#fulltext {
  width: 600px;
}
.tx-tgconferencesubscribe-pi1-listrow {
  clear:right;
}
div.tx-tgconferencesubscribe-pi1-listrow table {
	width:100%;
}
div.tx-tgconferencesubscribe-pi1-listrow thead, 
div.tx-tgconferencesubscribe-pi1-listrow th {
 background: #88aacc none repeat scroll 0 0;
 border:1px solid #DDDDDD;
 margin:0 !important;
 padding:0.5em;
 white-space:nowrap;
}
div.tx-tgconferencesubscribe-pi1-listrow td {
 border:1px solid #DDDDDD;
 padding:0.5em;
 text-align:left;
 vertical-align:top;
 width: auto;
}
.error {
    color: Red; 
}

legend {
	color: #999;
        font-size: 0.75em;
}
