/*@import url(reset.css);*/

#dialogueContainer {
    position: absolute;
    left: -10000px;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.7);
    z-index: 1000;
    zoom: 1;
}
#dialogueContainer .shade {
    height: 100%;
    width: 100%;
    background: #000;
    filter: alpha(opacity=70);
}

.dialogue {
    color: #fff;
    width: 550px;
    left: 50%;
    margin-left: -280px;
    position: absolute;
    padding: 10px 21px 10px 12px;
}

.dialogue .contour .top, .dialogue .contour .middle, .dialogue .contour .bottom {
    background: url(../images/dialogues/contour.png) no-repeat;
    width: 100%;
    position: absolute;
    left: 0;
}
.dialogue .contour {
    background: #1eb3d6 url(../images/dialogues/bgr.png) repeat-x;
}
.dialogue .contour .middle {
    top: 16px;
    background-position: 0 -16px;
}
.dialogue .contour .top {
    height: 16px;
    background-position: 0 0;
    top: 0;
}
.dialogue .contour .bottom {
    height: 30px;
    bottom: 0;
    background-position: 0 100%;
}

.dialogue .content {
    padding: 24px 15px 0;
    position: absolute;
    top: 0;
    width: 520px;
}

.dialogue .title {
    border-bottom: 1px solid #1db1d5;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.dialogue .title span, .dialogue .subtitle span {
    display: block;
    text-indent: -1000em;
    height: 15px;
    background: url(../images/dialogues/titles.png) no-repeat;
}
#shareDialogue .title span {
    background-position: 0 -15px;
}
#loginDialogue .title span {
    background-position: 0 -30px;
}
#loginDialogue .subtitle {
    margin: 0 0 10px;
}
#loginDialogue .subtitle span {
    background-position: 0 -45px;
}

.dialogue .close {
    height: 20px;
    width: 59px;
    position: absolute;
    z-index: 10;
    right: 34px;
    top: 20px;
    background: url(../images/dialogues/close_button.png) no-repeat;
    text-indent: -1000em;
}

.dialogue form {
    padding: 10px 0 0;
}

.row {
    clear: both;
    overflow: hidden;
}

.dialogue form .col {
    float: left;
    display: inline;
    width: 230px;
    margin: 0 0 5px 20px;
}
.dialogue form label {
    display: block;
    padding: 4px 0;
    color: #003352;
    font-weight: bold;
}
.dialogue form .offer label {
    font-weight: normal;
}
.dialogue form .note {
    display: block;
    clear: both;
    color: #003352;
    font-size: .9em;
    padding: 5px 0 0;
}
.dialogue form .highlight {
    padding: 5px;
    background: #0d709a;
    float: left;
    width: 220px;
    display: block;
}
.dialogue form input {
    margin: 0;
    float: left;
    border: 1px solid #003352;
    padding: 3px;
    width: 212px;
}

.dialogue form select {
    margin: 1px 5px 0 0;
    float: left;
}
.dialogue form #month {
    width: 88px;
}
.dialogue form #year {
    width: 62px;
    margin-right: 0;
}
.dialogue form #signup {
    border: 0;
    padding: 0;
}

.dialogue form .foot {
    clear: both;
    padding: 10px 12px 10px;
    overflow: hidden;
}
.dialogue form .offer {
    width: 400px;
    float: left;
}
.dialogue form .foot input {
    width: auto;
    margin: 5px;
}
.dialogue form input.button {
    cursor: pointer;
    width: 87px;
    height: 31px;
    text-indent: -1000em;
    border: 0;
    margin: 4px 8px 0 -6px;
    line-height: 0;
}
#registerDialogue #submit {
    float: right;
    background: url(../images/dialogues/button-submit.png) no-repeat;
    margin-top: 10px;
}
.dialogue form #send {
    background: url(../images/dialogues/button-send.png) no-repeat;
}
.dialogue form #login {
    background: url(../images/dialogues/button-login.png) no-repeat;
}
.dialogue form #copy {
    background: url(../images/dialogues/button-copy.png) no-repeat;
    float: right;
    margin-right: 0;
}

.dialogue .error_msg {
    display: none;
    clear: both;
}

.dialogue .errors .error label {
    color: #f00;
}
.dialogue .errors .error .highlight {
    background: #73657f;
}

.dialogue .errors .error_msg {
    display: block;
    color: #f00;
    padding: 10px 20px 0;
    list-style: disc;
    margin-left: 14px;
    font-size: .9em;
}

.dialogue .foot p {
    margin: 10px 0 0;
}

.dialogue .foot .remind_link a {
    color: #fff;
}

.dialogue .foot p strong {
    text-transform: uppercase;
    font-weight: bold;
    color: #003352;
}

.dialogue textarea {
    border: 1px solid #747475;
    width: 370px;
    height: 200px;
    padding: 5px;
}

.widget_code .contour {
    background: #2fd846;
}

.widget_code .title {
    font-size: 1.4em;
    color: #0d4400;
    border-color: #24a32d;
}

.widget_code p {
    color: #0d4400;
}

.dialogue form .thumb {
    width: auto;
    margin: 0;
}
