.landingpage {
  clear: both;
    margin: 10px auto;
}


input[type="file"] {
    display: inherit;
}

#innerContent {
    background-color: #ffffff;
    float: left;
    margin: 10px auto;
    padding: 40px;
    width: 970px;
}
.formlabel > img {
     vertical-align: inherit!important;
}
.product {
    margin-bottom: 10px;
}

.w2p .formlabel {
    display:block;
    padding-top:3px;
    width: 100%;
}

.w2p .inputbox,.w2p textarea {
    width: 100%;
   	font-family: Arial, sans-serif;
    font-size: 12px;
}
.w2p .inputselect {
     width: 102%;   
   	font-family: Arial, sans-serif;
    font-size: 12px;
}

#w2pform {
    float: left;
    margin:0 10px 10px 0;
    width: 250px;
}

.formelement {
    clear: both;
    width: 100%;
}
.twinformelement {
    float: left;
    width: 48%;
}
.twinformelement + .formelement {
    clear: none;
    float: left;
    margin-left: 4%;
    width: 48%;
}

#w2ppreview {
    text-align:right;
}

.msg {
    font-size:11px;
    line-height:13px;
    color:#999;
}

.web-to-print-help {
     color: #87B50E;
}

.w2ppreview_img {
    border: 1px solid #999;
    margin: 18px 3px 10px 0;
}
.preview_linkimg {
    vertical-align:-5px;
}
.preview_link {
    text-decoration:none;
    margin-right:10px;
}

.agreement {
   border: 1px solid #aaaaaa;
    clear: both;
    margin: 15px 0;
    padding: 20px 25px;
}

.agreement_check {
    font-weight: bold;
    margin: 15px 0 0;
}

.agreement_check input {
    vertical-align:-1px; 
}
.lfloat {
    margin-top:4px;
}

.button_arrow {
    height: 52px;
    padding: 0 0 0 10px;
    text-align: left;
}

.example {
    clear:both;
    color:#9BCD00;
    font-weight:bold;
}


#bestellhinweis {
    background: url("../images/overlay.png") repeat scroll left top transparent;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}


#bestellhinweis .center_this {
    background: url("../images/ajax-loader.gif") no-repeat scroll 10px 10px #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    color: #555555;
    font-weight: bold;
    height: 50px;
    margin: 20% auto;
    padding: 27px 10px 10px 92px;
    width: 300px;
}