@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
}

#form_int{
    width: 630px;
    text-align: left;
}

.form-center {
    width: 660px;
    background: transparent url(../images/form-center-bg.png) repeat-y scroll center top;
}

.form-top {
    background: transparent url(../images/form-top-bg.png) no-repeat scroll left top;
}

.form-bottom {
    background: transparent url(../images/form-bottom-bg.png) no-repeat scroll left bottom;
    padding: 20px 30px;
}

.contact-information-form {
    width: 600px;
    margin-left: 30px;
}

.title-form {
    width: 630px;
    font-family: segoe ui, arial;
    font-size: 17px;
    color: #30343e;
    margin-bottom: 10px;
}

table {
    color: #626670;
    font-size: 13px;
    font-family: segoe ui, arial;
}

.td-text {
     color: #626670;
    font-size: 13px;
    font-family: segoe ui, arial;
    width: 120px;
    height: 40px;
    line-height: 20px;
}

.td-text-info {
    font-size: 13px;
    font-family: segoe ui, arial;
    font-size: 11px;
    color: #9599a3;
    height: 40px;
    vertical-align: text-top;
}

.input {
    width: 355px;
    height: 24px;
    line-height: 24px;
    top: 0px;
    left: 0px;
    padding: 5px 0 0 5px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    margin: 0 0 0 0;
    border: 1px solid #d5dae4;
    font-family: segoe ui, arial;
}

.td-input-error {
    color: #de0000;
}

.td-input-error .input, .td-input-error .textarea, .td-input-error .select {
    border: 1px solid #de0000;
}


.err input {
    border: 1px solid #de0000;
}

.err-text {
    font-size: 12px;
    color: #de0000;
    width: 54px;
    margin: 2px 0 0 6px;
    float: left;
}

.err-text img {
    margin-right: 3px;
}

.err-text-global {
    width: 630px;
    margin: 0 0 30px 0;
    font-family: segoe ui, arial;
    font-size: 13px;
    line-height: 20px;
    color:#de0000;
}

.global-info {
    width: 630px;
    margin: 0 0 30px 0;
    font-family: segoe ui, arial;
    font-size: 13px;
    line-height: 20px;
    color: #626670;
}

.td-input {
    width: 360px;
}

.horizontal-line {
    height: 3px;
    width: 600px;
    margin: 20px 0 20px 0;
}

.horizontal-line-2 {
    height:3px;
    width: 630px;
    margin: 20px 0 20px 0;
}

.td-text-twolines {
    vertical-align: text-top;
    padding-top: 8px;
}

.td-text-treelines {
    vertical-align: text-top;
    padding-top: 20px;
}

.select {
    width: 360px;
    border: 1px solid #d5dae4;
    height: 30px;
    line-height: 30px;
    font-family: segoe ui, arial;
}

.textarea {
    width: 355px;
    height: 115px;
    font-size: 13px;
    border: 0px;
    line-height: 19px;
    border: 1px solid #d5dae4;
    font-family: segoe ui, arial;
    margin-top: 5px;
    padding: 5px 0 0 5px;
}

.button {
    width: 92px;
    height: 24px;
    line-height: 24px;
    border: 0;
    background: url(../images/button.png) no-repeat;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    font-family: segoe ui, arial;
    margin: 20px 10px 0 0;
    padding-bottom: 3px;
}

input.download-button {
    display: block;
    width: 175px;
    height: 31px;
    float: left;
    border: 0;
    margin: 20px 10px 0 0;
    color: #fff;
    background: url(../images/btns_175x31.png) no-repeat 0 0;
    font-family: segoe ui, arial;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 7px;
    font-weight: normal;
    text-align: center;
}

a.download-button {
    display: block;
    width: 175px;
    height: 31px;
    float: left;
    border: 0;
    margin: 20px 10px 0 0;
    color: #fff;
    background: url(../images/btns_175x31.png) no-repeat 0 0;
    font-family: segoe ui, arial;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}

.download-button:hover {
    text-decoration: none;
    background-position: 0 -31px;
}

.info-icon-wrap {
    width: 18px;
    height: 20px;
    margin: 0px 0px 0px 8px;
    float: left;
}

.info-icon-wrap .info-icon {
    display: block;
    position: relative;
    width: 18px;
    height: 20px;
    background: transparent url('../images/info-icon.png') no-repeat scroll right top;
    text-decoration: none;
}

.info-icon-wrap .info-icon:hover {
    background: transparent url('../images/info-icon-hover.png') no-repeat scroll right top;
    cursor: pointer;
    text-decoration: none;
}

.info-tooltip {
    display: none;
    position: absolute;
    width: 271px;
    min-height: 74px;
    margin-left: 20px;
    top: -25px;
    z-index: 100;
    color: #30343E;
    font-family: "Segoe UI", Arial;
    font-size: 11px;
}

.info-tooltip .info-tooltip-content {
    min-height: 45px;
    padding: 12px 15px 8px 25px;
    background: transparent url('../images/info-tooltip-content.png') no-repeat scroll left top;
}

.info-tooltip .info-tooltip-bottom {
    height: 10px;
    background: transparent url('../images/info-tooltip-bottom.png') no-repeat scroll left bottom;
}

