.doc {
    margin: 50px 0px;
    overflow: hidden;
}

#contact {
    width: 620px;
    float: right;
    margin-right: -18px;
    background: #dbe9f7;
}

#about {
    width: 283px;
    float: left;
    margin-left: -18px;
    background: #bed5e9;
}

#contact .header {
    height: 27px;
    background: url("../img/form-top.png") no-repeat scroll 0px 0px transparent;
}
#contact .content {
    background: url("../img/form-repeat.png") repeat-y scroll 0px 0px transparent;
}
#contact .footer {
    height: 10px;
    background: url("../img/form-bottom.png") no-repeat scroll 0px 0px transparent;
}

#about .header {
    height: 10px;
    background: url("../img/side-top.png") no-repeat scroll 0px 0px transparent;
}
#about .content {
    background: url("../img/side-repeat.png") repeat-y scroll 0px 0px transparent;
}
#about .pic {
    display: block;
    width: 280px;
    height: 310px;
    background: url("../img/tapmedia-map.png") no-repeat scroll 5px 10px transparent;
}
#about .devider {
    height: 2px;
    background: url("../img/side-top-end.png") no-repeat scroll 0px 0px transparent;
}
#about .text {
    background: url("../img/side-bottom-repeat.png") repeat-y scroll 0px 0px transparent;
}
#about .footer {
    height: 10px;
    background: url("../img/side-bottom.png") no-repeat scroll 0px 0px transparent;
}
#contact .text {
    padding: 15px 45px 15px;
}
#about .text {
    padding: 15px 20px 39px;
}
#contact h2, #about h2 {
    margin: 0;
    font-size: 26px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    color:#666;
    text-align: left;
    line-height: 20px;
    padding-bottom: 5px;
}

#contact p, #about p {
    margin: 0;
    padding: 0;
}

#contact fieldset {
    border: none;
    border-radius: 0px;
    background: none;
    padding: 0px;
    margin: 0px 1px;
}

#contact .group {
    background: url("../img/side-top-end.png") repeat-x scroll 0px 0px transparent;
    padding: 15px 45px;
    overflow: hidden;
}

#contact .group.dark {
    background-color: #bed5e9;
}

#contact label {
    display: inline;
    width: 115px;
    float: left;
    text-align: right;
    line-height: 34px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    color: #29384c;
}

input[type="text"] {
    background: url("../img/form-input.png") no-repeat scroll 0px 0px transparent;
    height: 20px;
    padding: 7px 18px 6px;
}

textarea {
    font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    background: url("../img/form-textarea.png") no-repeat scroll 0px 0px transparent;
    height: 203px;
    padding: 8px 18px;
    overflow-y: auto;
    overflow-x: hidden;
    resize: none;
}

input[type="text"], textarea {
    display: inline;
    width: 357px;
    outline: none;
    border: none;
    float: left;
    color: #3d3d3d;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 16px;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 1px 0px rgb(255, 255, 255);
}

input[type="submit"] {
    background: url("../img/send-button.png") no-repeat scroll 0px 0px transparent;
    border: medium none;
    width: 227px;
    height: 49px;
    margin-left: 300px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background: url("../img/send-button.png") no-repeat scroll 0px -49px transparent;
}