/* ---------- PAGE INDEPENDENT CSS ----------------------
 ---------- Copyright ALL-TLD GmbH -------------------- */
.form_error{
color: red;
}

.right {
text-align: right;
padding-bottom: 5px;
padding-right: 5px;
}

.left {
text-align: left;
}

.center{
text-align: center;
}

.float-left{
float: left;
}

.float-right{
float: right;
}

.float-clear{
float: none;
}

.top{
vertical-align: top;
}


.middle{
vertical-align: middle !important;
}


.nic_table
{
  text-align: left;
  vertical-align: middle;
}



.tldbox span.smaller, .tldbox-sld span.smaller{
font-size: 8pt;
}

.tldbox, .tldbox-sld{
float: left;
width: 55px;
padding: 0.25em 0.25em 0.25em 0.25em;
margin: 0.5em 1em 1em 0em;
font-size: 10pt;
}

.tldbox{
 border: 1px dotted #69AEE1;
 background-color: #FFFFFF;
 }

.tldbox-sld{
 border: 1px dotted #69AEE1;
 background-color: #FFFFFF;
 }

.disabled{
background-color: #FFF;
text-decoration: line-through;
 }
 
