/* --- daten --- */
div#dataFormContainer {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
}
table.profildata {
    margin-bottom: 15px;
}
table.profildata td {
    vertical-align: middle;
    text-align: left;
    height: 30px;
}
table.profildata td.greytext {
    color: #646464;
}
table.profildata td.col_1 {
    width: 109px;
    padding: 0 0 0 5px;
    font-weight: bold;
}
table.profildata td.captcha {
	vertical-align: top;
}
table.profildata td.col_2 {
    width: 190px;
    padding: 0 9px 0 5px;
}
table.profildata td.col_3 {
    width: 135px;
    padding: 0 5px 0 5px;
    text-align: right;
}
table.profildata td.col_1_2 {
    padding: 0 5px 0 5px;
}
table.profildata td.col_1_2 label {
    float: left;
    margin: 0 5px 0 0;
    vertical-align: bottom;
    display: block;
}
table.profildata input.nl_checkbox {
    float: right;
    padding: 0;
    margin: 0 5px 0 0;
    display: block;
}
* html table.profildata input.nl_checkbox { /* ie 6 hack */
    height: 12px;
}

table.profildata td.col_2 .textInput {
    width: 190px;
}
table.profildata td.col_2 .selectBox {
    width: 195px;
}
table.profildata td.col_3 .selectBox {
    width: 130px;
}

table.profildata td.inputError {
    padding: 0 5px 0 25px;
    color: #E32642;
    background:url(/img/global/icons/fault_12px.gif) no-repeat 5px 3px;
    height: 20px;
}

/* --- staralert --- */
table.profildata td .textInput {
	width: 250px;
}
table.profildata td.alertword .textInput {
    color: #000000;
}
p.add_field {
    width: 150px;
    float: left;
    margin-top: 0;
    cursor: pointer;
}

/* --- newsletter --- */
div.newsletter_container {
    padding: 0 5px 0 5px;
    margin-bottom: 20px;
    height : 50px;
    min-height: 50px;
}
div.newsletter_container input.nl_checkbox {
    float: left;
    padding : 0;
    margin: 0 10px 0 0;
    display: block;
    height: 12px;
    width: 12px;
}
div.newsletter_container label {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    width: 430px;
}
div.newsletter_container label span {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}
div.newsletter_container label.cineman_nl span {
    color: #E41E3D;
}
div.newsletter_container label.tv_nl span {
    color: #1EBEF0;
}

/* --- profil public --- */
div.profil_header {
    border-top: 1px solid #C8C8C8;
    padding: 10px 5px 0 5px;
}
div.profil_header p {
    margin: 0!important;
    padding: 0 0 5px 0!important;
}