

table.dating-form {
    border-style: solid;
    border-width: 1px;
    border-color: #ff5599;
    margin-bottom: 20px;
}
table.dating-form td.form-label {
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    background: #ffffff;
    font-weight: normal;
    white-space: nowrap;
}
table.dating-form td.form-field {
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    background: #ffffff;
}

table.dating-header {
    margin: 0px;
    background: #ffffff;
    border-style: solid;
    border-color: #ffa0c0;
    border-width: 0px;
    border-bottom-width: 1px;
    width: 778px;
}
table.dating-header td {
    padding: 0px;
    vertical-align: top;
}
table.dating-header h1 {
    margin: 0px;
    padding: 0px;
    padding-left: 44px;
    padding-top: 6px;
    font-size: 200%;
    background-image: url(/images/dating/icon.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 36px;
}
table.dating-header p {
    margin: 0px;
    padding: 2px;
    padding-left: 6px;
    padding-right: 10px;
    background: #ff5599;
    color: #ffffff;
    white-space: nowrap;
    background-image: url(/images/dating/menu-corner.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
table.dating-header p a {
    background: transparent;
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}


td.dating-intro {
    text-align: left;
    vertical-align: top;
    padding-right: 24px;
    width: 300px;
}
td.dating-intro p {
    margin-bottom: 8px;
}


table.dating-listing {
    width: 608px;
    margin: 0px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff5599;
}
table.dating-listing td {
    padding: 2px;
    background: #ffffff;
    color: #000000;
    text-align: left;
    vertical-align: center;
}
table.dating-listing td.dating-list-header {
    background: #ffe0d0;
    color: #000000;
    font-size: 110%;
}
table.dating-listing td.dating-list-image {
    background: #ffe0d0;
    color: #000000;
    vertical-align: top;
    text-align: center;
    font-size: 85%;
    color: #606060;
    padding-left: 4px;
    padding-right: 2px;
}

div.dating-no-photo {
    text-align: center;
    padding: 2px;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 12px;
    border-style: solid;
    border-color: #ff5599;
    border-width: 1px;
    width: 100px;
    height: 140px;
    background: #f0f0f0;
    color: #606060;
}
div.dating-no-photo p {
    text-align: left;
    background: #ffffff;
    color: #000000;
    margin-bottom: 8px;
}

div.dating-photo {
    text-align: center;
    padding: 2px;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 12px;
    border-style: solid;
    border-color: #ff5599;
    border-width: 1px;
}
div.dating-photo img {
    margin: 0px;
    border-style: none;
    border-width: 0px;
}
div.dating-photo div {
    margin: 0px;
    margin-top: 2px;
    padding: 0px;
}

table.dating-profile {
    margin: 0px;
    margin-bottom: 12px;
    border-style: solid;
    border-color: #ff5599;
    border-width: 1px;
    width: 472px;
}
table.dating-profile td {
    padding: 4px;
    padding-left: 6px;
    padding-right: 10px;
    text-align: left;
    vertical-align: center;
    font-size: 90%;
}
table.dating-profile td.label {
    background: #ffeedd;
    color: #606060;
}
table.dating-profile td.field {
    background: #ffddcc;
    color: #000000;
}
table.dating-profile td.title {
    font-size: 100%;
    font-weight: bold;
    padding: 2px;
}
table.dating-profile td.text {
    padding: 2px;
}

ul.dating-profile {
    padding-left: 0px;
    margin: 0px;
    margin-left: 6px;
    margin-bottom: 12px;
}
ul.dating-profile li {
    list-style-type: none;
    padding-left: 20px;
    margin: 0px;
    margin-bottom: 5px;
}
li.dating-message {
    background-image: url('/images/design/notice-bullet.gif');
    background-position: top left;
    background-repeat: no-repeat;
}
li.dating-likes {
    background-image: url('/images/design/dating-bullet.gif');
    background-position: top left;
    background-repeat: no-repeat;
}
li.dating-back {
    background-image: url('/images/design/back-bullet.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

a.dating-help {
    font-size: 85%;
    color: #ff0070;
    background: transparent;
    text-decoration: underline;
}
