/*Forms*/
fieldset {
    border: 0;
	position: relative;
}

legend {
    display: none;
}

.must {
/*Pflichtfelder*/
    font-weight: bold;
    margin:0;
}

.space {
/* Abstandhalter */
	margin-top:10px;
}

.big {
/*Rollen - mehrere Zeilen, siehe: Bewerbungsform: letzte 2 Rollen*/
    height: 10px;
    overflow: visible;
}

.firstlevel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	text-transform: none;
    height: 18px;
    padding: 0 5px 0 5px;
}

.secondlevel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 18px;
    padding: 0;
    margin: 0 3px 0 0;
}

.info {
    margin-left: 270px;
    margin-top: 3px;
}

#formfooter {
    margin: 15px 0 10px 0;
    width: 280px;
    background: #CC6F34;
    text-align: center;
    height: 24px;
    float: left;
    padding: 0 5px;
}

.webKontaktform form label {
    width: 125px;
    margin: 4px 10px 0 0;
    float: left;
    text-transform: uppercase;
}
/* Kuenstler in /admin/audition-edit.html  */
.webKontaktform form div.text label {
    width: auto;
    margin: 1px;
    float: left;
    text-transform: none;
}
#loginForm label {
    width: 107px;
    margin: 4px 5px 0 0;
    float: left;
    text-transform: uppercase;
}

#loginForm .greybarH2 {
	width:100%;
}

#loginForm #formfooter {
    margin: 5px 0 5px 0;
    width: 215px;
    background: #CC6F34;
    text-align: right;
    height: 24px;
    padding-right: 5px;
}

#formfooter a:link,
    #formfooter a:hover,
    #formfooter a:visited {
    color: #fff;
    text-decoration: underline;
}

#feedbackForm h2 {
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #898989;
}

#feedbackForm p {
    width: 100%;
}

#feedbackInput {
    width: 190px;
    height: 60px;
    margin: 7px 0 7px 0;
    background: url( ../img/bg-textarea.gif ) repeat-x;
    border-bottom: 1px solid #E1DAD4;
    border-right: 1px solid #BCB3AC;
    border-left: 1px solid #B9B4AE;
}

select {
    margin: 0 5px 3px 0;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

input.text, textarea, select {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    
    background-color: #efe8e2;
}

input.text {
    background: url( ../img/bg-inputfield.gif ) repeat-x;
    border-top: 0;
    border-bottom: 1px solid #E1DAD4;
    border-right: 1px solid #BCB3AC;
    border-left: 1px solid #B9B4AE;
    font-size: 11px;
    padding: 2px 0;
    width: 280px;
    margin: 0 0 3px 0;
    float: left;
}

form input.postalCode {
    margin-right: 2px;
    width: 58px;
    
}

form input.locality {
    margin-right: 2px;
    width: 218px;
    
}

textarea {
    background: url( ../img/bg-textarea.gif ) no-repeat;
    background-position: top left;
    border-top: 0;
    border-bottom: 1px solid #E1DAD4;
    border-right: 1px solid #BCB3AC;
    border-left: 1px solid #B9B4AE;
    width: 280px;
    margin: 0 0 3px 0;
    float: left;
}

.rightColumn textarea, .rightColumn input.text {
    width: 215px;
    padding: 0;
    
}

textarea.bio {
    width: 635px;
    height: 200px;
}

#loginForm textarea, #loginForm input.text {
    width: 103px;
    margin: 0 5px 3px 0;
    padding: 0;
    height: 18px;
    line-height: 18px;
    
    float: none;
}

p.numbering {
    margin: 0;
    padding: 0;
    display: inline;
    width: 11px;
    float: left;
}

.webkontaktformLocation {
    margin: 0 0 0 135px;
}

.webkontaktformLocation label {
    display: none;
}

.radioItem label {
    width: 20px;
    float: left;
    text-transform: none;
    margin: 0;
}

.radioGroup {
    padding: 5px 0 5px 0;
}

.radioItem label#ja {
    width: 20px;
}

.radioItem label {
    margin: 0;
}

.radioItem input {
    margin: 0;
    width: 20px;
    float: left;
    border: 0;
    background: none;
}

.radioGroupLable {
    text-transform: uppercase;
    float: left;
    width: 125px;
    display: inline;
    margin: 0 0 0 10px;
}

.radioToolTip {
    position: relative;
    left: 20px;
    float: left;
}

.radioToolTip a {
    color: #C46F36;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.submitButton {
    float: right;
    background: url( ../img/bu_send.gif ) repeat-x;
    width: 48px;
    height: 16px;
    border: 0;
}

.headlineButtonBar {
    width: 390px;
    margin: 0 0 5px 0;
}

.headlineButtonBarWide { /* Breite der rosa Box der Ueberschrift */
    width: 475px;
}

.headlineButtonHeadline { /* Style der rosa Box */
                          /* wird z.B. bei News mit newsTeaserH2Wide ueberschrieben*/
    float: left;
    font-size: 17px;
    color: #868686;
    width: 275px;
}

.headlineButtonLink {
    float: right;
    display: block;
    width: 77px;
    margin-top:10px
}

.errorLabel {
    color: #FA0605;
}

.errorInput {
    border: 2px solid #FA0605 !important;
}

select.errorInput {
    background-color: #FA0605 !important;
}

.webKontaktform input#artist_postalCode { width: 40px; }
.webKontaktform input#artist_locality { width: 130px; }
.webKontaktform input#country { width: 96px; }

input.distance { margin-right: 5px; }

form input.half { width: 134px; }
form select.gender { width: 58px; }
form input.name { width: 103px; }
form input.fourth { width: 62px; }
form input.date { width: 38px; margin-right: 5px; float: none; }
form input.datepicker { width: 38px; margin-right: 5px; float: none; }
form select.datepicker { width: 58px; margin-right: 5px; float: none; }

.kurzProfilForm .radioGroupLable {
    width: 105px;
}

.kurzProfilForm label {
    width: 105px;
    margin: 4px 10px 0 10px;
    float: left;
    text-transform: uppercase;
}

.kurzProfilForm p {
    margin: 4px 0 0 0;
    padding-left: 10px
}

.kurzProfilForm .info {
    right: 0;
    margin-top: -2px;
    position: absolute;
    width: 90px;
}

.webKontaktform, .kurzProfilForm { position: relative; }

div.artist_state_invite, div.artist_state_decline, div.artist_state_interest,div.artist_state_accept{
    width:9px;
    height:9px;
    float:left;
    margin: 0 5px;
}

div.artist_state_invite{
    background-color:#aaa;
    border: solid 1px #0f0f0f;
}
div.artist_state_decline{
    background-color:#F55;
     border: solid 1px #0f0f0f;
}
div.artist_state_interest{
    background-color:#FF5;
     border: solid 1px #0f0f0f;
}
div.artist_state_accept{
    background-color:#5F5;
     border: solid 1px #0f0f0f;
}



div.search_popup {

  border:1px solid #000;
  padding:12px;
  background-color:white;
  width:28ex;
  z-index:300;
}
div.search_popup label, div.search_popup th{
  font-size:8pt;
  font-weight:normal;
  padding-right:20px;
  padding-left:1ex
}
div.search_popup select{
   width:10em;
}
 div.search_popup td{

     text-align:right;
 }
 div.search_popup th{
     
     vertical-align:middle;
 }