#hostingOrder {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lineHosting {
    padding: 3px;
    padding-bottom: 1px;
}
.lineHosting:hover {
    background: #0370b0;
    color: white;
}


.titleHosting {
    width: 100px;
    float: left;
    text-align: right;
}

input.windowHosting {
    width: 400px;
    float: left;
    margin-left: 10px;
}

a.orderHosting {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    color:white;
    background: #0370b0;
    margin-top: 10px;
    
    float:right;
}
a.orderHosting:hover {
    background: #b5b5b5;
    cursor: pointer;
}