.maketik{
    height: 1098px;
    width: 1400px;
    position: absolute;
    opacity: 0.5;
    z-index: 42;
    display: none;
    background-image: url(../call_001_FINAL!!!.png);
    left: -41px;
    top: 7px;
}

.overshadow {
    background-image: url(/images/ats/backgrounds/overshadow.png);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 41;
	left:0;
}

.call{
    background-color:#f1f1f1;
    height: 360px;
    width: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -180px;
    padding-top: 17px;
    padding-left: 67px;
    z-index: 42;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 0 0 5px #444;
    -webkit-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 5px #444;
}

.call span {
    color: #818181;
    font-family: 'trebuchet ms';
    font-size:11pt;
    font-style: italic;
    display: block;
    width: 340px;
}

.call a.close {
    float: right;
    background-image: url(/images/ats/buttons/closing.png);
    width: 14px;
    height: 11px;
    position: relative;
    right: 25px;
    top: 5px;
}

.call-input, .call-textarea, .call-submit {
    margin-top: 10px;
}

.call-input, .call-textarea textarea {
    font-family: 'trebuchet ms';
    font-size:11pt;
    font-style: italic;
    color: #b1b1b1;
}

.call-input {
    background: transparent;
    background-image: url(/images/ats/backgrounds/call-input.png);
    width:286px;
    height:32px;
    border: 0;
    padding: 0 20px;
}

.call-textarea {
    background-image: url(/images/ats/backgrounds/call-textarea.png);
    width:286px;
    height:72px;
    padding: 20px;
}

.call-textarea textarea {
    background: transparent;
    width:286px;
    height:72px;
    border: 0;
}

.call-submit {
    background: transparent;
    background-image: url(/images/ats/buttons/call.png);
    width:324px;
    height:30px;
    border: 0;
    padding: 0;
    background-repeat:no-repeat;
    cursor: pointer;
}