﻿
/* Feedback Page
   2010/01/06, AG */

/* Main Content Div */

#div_feedback {
    width: 940px;
    padding: 20px;
    border: solid 1px #C2AAD1;
    border-bottom: none;
    background-image: url(../../images/content-back-2.png);
    overflow: hidden;
}

/* Setup Columns */

#div_feedback .div_col {
    float: left;
}

#div_feedback .div_col_1 {
    position: relative;
    width: 558px;
    margin-right: 21px;
}

#div_feedback .div_col_2 {
    width: 148px;
    margin: 0 20px;
}

#div_feedback .div_col_3 {
    width: 152px;
    margin-left: 21px;
}

/* General Text Styling */

#div_feedback h2 {
    font-size: 1.8em;
    color: #A37AB6;
    margin-bottom: 10px;
}

#div_feedback h3 {
    color: #A37AB6;
    font-size: 21px;
}

#div_feedback h4,
#div_feedback h4 .a_thanks {
    margin: 10px 0;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 26px;
    color: #A77E4F;
    text-decoration: none;
}

#div_feedback p {
    font-size: 0.8em;
    line-height: 19px;
    color: #383838;
}

/* Real Weddings Column */

#div_feedback .div_col_2 ul {
    margin-top: 15px;
}

#div_feedback .div_col_2 li {
    margin-bottom: 20px;
}

#div_feedback .div_col_2 li * {
    margin-top: 5px;
}

#div_feedback .div_col_2 a {
    text-decoration: none;
}

#div_feedback .div_col_2 h5 a {
    font-family: Georgia;
    color: #A37AB6;
}

#div_feedback .div_col_2 p a {
    color: #383838;
}

#div_feedback .div_col_3 p {
    margin-top: 20px;
    color: #383838;
}

#div_feedback .div_col_3 p a {
    color: #A37AB6;
    text-decoration: none;
}

/* Button */

#div_feedback .a_button {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #A27CB7 url(../../images/button.gif) 0 0 no-repeat;
    color: #fff;
    font-size: 12pt;
    text-decoration: none;
    cursor: pointer;
}

#div_feedback .a_button:hover,
#div_feedback .a_button:focus {
    background-position: 0 -40px;
    outline: none;
}

#div_feedback .a_button.disabled {
    background-position: 0 -80px;
    cursor: pointer;
}

/* Info */

#div_feedback #h4_info {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 10px 7px 10px;
    background: #FBF7AA;
    color: #444;
    border: 5px solid #F9E98E;
    font-size: 1.2em;
    font-family: Georgia;
    line-height: 26px;
}

#div_feedback #h4_info span {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    line-height: 10px;
    cursor: pointer;
    border: none;
}

#divMenu li ul {
    z-index: 9999;
}

/* Form */

#div_feedback h5 {
    margin-bottom: 5px;
    color: #444;
    font-size: 1.1em;
    line-height: 26px;
    font-family: Georgia;
}

#div_feedback h5 em {
    font-size: 1.25em;
    font-style: normal;
}

#div_feedback .div_col_1 span {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#div_feedback span {
    display: block;
    margin-bottom: 5px;
    line-height: 21px;
}

#div_feedback .inp_rad input,
#div_feedback .inp_chk input {
    margin-right: 10px;
}

#div_feedback .inp_scl label,
#div_feedback .inp_scl input {
    margin-right: 10px;
}

#div_feedback .inp_txt textarea {
    width: 546px;
    height: 140px;
    padding: 5px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: 0.9em;
    color: #383838;
}

#div_feedback span label {
    color: #383838;
    font-size: 0.9em;
    line-height: inherit;
}

#privacy-link {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #A37AB6;
    font-size: 13px;
    text-decoration: underline;
}

#privacy-link:hover {
    text-decoration: none;
}
