#absendenpinzwebdomaincheck
{
background-image: url(img/input_gruen.jpg);
width: 100px;
color: white;
border: 0px solid;
border-radius: 15px;
padding: 2px;
cursor: pointer;
position: absolute;
}

#domaintestinhalt
{
border: 3px solid #A0E697;
width: 300px;
}

#domainhostingbestellung
{
background-color: #2C8622;
border-radius: 15px;
padding: 15px;
margin-top: 15px;
}

#submitdownloadupload input
{
background-image: url(img/input_gruen.jpg);
width: 130px;
color: white;
border: 0px solid;
border-radius: 15px;
padding: 2px;
cursor: pointer;
position: relative;
top: -20px;
}

#domainhostingbestellung input
{
border: 3px solid #A0E697;
}

#domainhostingbestellung .field_title
{
width: 180px;
}

#domainhostingbestellung .field_checkbox
{
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px;
}

#domainhostingbestellung .field_heading
{
padding-bottom: 15px;
padding-top: 5px;
}

#domainhostingbestellung .textfield
{
width: 350px;
}

#domainhostingbestellung .email
{
width: 350px;
}

#domainhostingbestellung .textarea
{
border: 3px solid #A0E697;
width: 350px;
margin-bottom: 15px;
}

#domainhostingbestellung .absenden input
{
border: 0px solid;
background-image: url(img/input_gruen.jpg);
}

.required
{
    display:none;
    color:red;
}

.field_title
{
    font-size:14px;
    width:120px;
    vertical-align:top;
    text-align:right;
    margin-top:10px;
    margin-bottom:10px;
}

.textfield
{
    font-size:14px;
    width: 400px;
    margin-bottom:10px;
    margin-left:10px;
    border: 3px solid #1478B4;
}

.textarea
{
    font-size:14px;
    width:400px;
    height:150px;
    margin-left:10px;
    border: 3px solid #1478B4;
}

.field_heading
{
    margin-top:10px;
    font-size:14px;
    font-weight:bold;
    line-height:30px;
}

.select
{
    font-size:14px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 3px solid #1478B4;
}

.checkbox_label
{
    font-size:11px;
    cursor:pointer;
}

.radio_label
{
    font-size:14px;
    cursor:pointer;
}

.email
{
    font-size:14px;
    width:400px;
    margin-bottom:10px;
    margin-left:10px;
    border: 3px solid #1478B4;
}


.absenden input
{
background-image: url(img/input.jpg);
border: 0px;
color: white;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 15px;
padding-right: 15px;
border-radius: 15px;
font-size: 12px;
cursor: pointer;
margin-left:10px;
margin-top:10px;
vertical-align:middle;
}

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier
{
    display:none;
}