div#order-complex{
    width: 600px;
    height: 96px;
    background: url("../images/order-complex/back.png");
    clear: both;
    position: relative;
}
div#order-complex div.link-cont{
    position: absolute;
    top: 19px;
}
div#order-complex div#ord-form-callme-block{
    left: 76px;
}
div#order-complex div#ord-form-onl-block{
    left: 297px;
}
div#order-complex div#ord-form-manag-block{
    left: 479px;
}

div#order-complex div.link-cont a{
    font-family: Tahoma;
    font-size: 12px;
    line-height: 18px;
    color: #3b61ec;
    text-decoration: none;
    border-bottom: 1px dotted #3b61ec;
    cursor: pointer;
}
div#order-complex div.link-cont a:hover{
    border: 0;
}

div#order-complex div.link-cont .ord-form {
    clear: both;
    display: none;
    height: auto;
    margin: 6px 0 0 -64px;
    position: absolute;
    text-align: left;
    width: 206px;
    z-index: 99999;
}
div#order-complex div.link-cont .ord-form a.ord-form-close {
    background: url("../images/form-new/close.png") no-repeat scroll 0 -1px transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 18px;
    width: 11px;
}
div#order-complex div.link-cont .ord-form .ord-form-top {
    background: url("../images/form-new/ord-form.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    width: 206px;
}
div#order-complex div.link-cont .ord-form .ord-form-body {
    background: url("../images/form-new/ord-form.png") repeat-y scroll -207px 0 transparent;
    display: block;
    height: auto;
    padding: 5px 18px;
    width: 170px;
}
div#order-complex div.link-cont .ord-form .ord-form-body span {
    color: #434343;
    display: block;
    font-family: 'Arial';
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0 0 1px;
}
div#order-complex div.link-cont .ord-form .ord-form-body input {
    border: 1px solid #A8ACAD;
    padding: 2px 3px;
    width: 160px;
}
div#order-complex div.link-cont .ord-form .ord-form-body textarea {
    border: 1px solid #A8ACAD;
    height: 64px;
    padding: 2px 3px;
    width: 160px;
}
div#order-complex div.link-cont .ord-form .ord-form-body i {
    color: #B2A880;
    font-family: 'Arial';
    font-size: 12px;
    font-style: normal;
}
div#order-complex div.link-cont .ord-form .ord-form-body a {
    background: url("../images/form-new/ord-buttons.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 12px 0 0;
    width: 166px;
}
div#order-complex div.link-cont .ord-form .ord-form-body a#onl-button {
    background-position: -166px 0;
}
div#order-complex div.link-cont .ord-form .ord-form-body a#manag-button {
    background-position: -332px 0;
}
div#order-complex div.link-cont .ord-form .ord-form-bottom {
    background: url("../images/form-new/ord-form.png") no-repeat scroll -415px 0 transparent;
    display: block;
    height: 16px;
    width: 206px;
}
#form-report-callme, #form-report-onl, #form-report-manag {
    display: none;
    font-family: 'Tahoma';
    font-size: 12px;
    padding: 4px 0;
}

