p.em select, p.em input {
	font-size:1em;
}
#data {
    background-color: #eeeeee;
    width: 98%;
}
#data td {
    text-align: center;
    width: 50%;
}
#da_error {
	text-align:center;
	margin-top:20px;
    color: #c30202;
}

.domain_error {
    color:  #c30202;
}

#mask {
    position:absolute;
    width:100%;
    height:101%;
    left:0;
    top:0;
    z-index:+9000;
    background-color:#000;
    display:none;
}

#boxes .window {
    position:absolute;
    left:   0;
    display:    none;
    z-index:    +9999;
    padding:    5px;
}
#boxes {
    position:absolute;
    bottom:0px;
}
#layer {
	background-color:#F8F2DF;
    background-repeat:no-repeat;
    background-position:0 0;
    position:fixed;
   	top:0px;
    padding:5px;
    margin:0;
    padding-bottom:5px;
    border:1px solid black;
    width: 720px;
    z-index:+9999;
}
#layer_bottom {
	background:url('/images/domainabfrage_bg_bottom.gif');
    background-repeat:no-repeat;
	background-position:bottom;
    position:relative;
	height:20px;
    bottom:0px;
    padding:0;
    margin:0;
    padding-bottom:0px;
    width: 500px;
    z-index:+9998;
}

