html { height:100%; }
body {
    background:  url('browser-library-bg.png') repeat-x top #121212;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-user-select: none;
}

#mainBox {
    margin: auto;
    border: 1px solid #2a2a2a;
    border-radius: 7px;
    background: #424242;
    -webkit-box-shadow: inset 0 0 8px #222;
    -moz-box-shadow: inset 0 0 8px #222;
    box-shadow: inset 0 0 8px #222;
    color: #252525;
    font-size: 22px;
    -webkit-text-shadow: 0px 1px #6c6c6c;
    text-shadow: 0px 1px #6c6c6c;
    padding: 12px 20px;
}

#mainBox.textme {
    padding: 12px 40px;
    text-align: center;
    box-sizing: border-box;
}

.infoText {
    text-shadow: 0 -1px 1px #333;
    color: #bbb;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
}

.browserText {
    text-shadow: 0 -1px 1px #333;
    color: #bbb;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    margin-top: 2px;
}

.appText {
    text-shadow: 0 -1px 1px #333;
    color: #bbb;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}

.linkText {
    text-shadow: 0 -1px 1px #333;
    color: #f69c00;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    cursor:pointer;
    font-weight: 600;
}

.small {
    font-size: 14px;
}

.heavier {
    font-weight: 600;
}

.btn {
    display:inline-block;
    background: url(kcr-download-button-bg-large.png);
    font:15px 'helvetica neue',helvetica,sans-serif;
    font-weight: 300;
    color:#3a3a3a;
    text-decoration:none;
    text-shadow: 0px 1px 1px #7a7a7a;
    cursor:pointer;
    height: 26px;
    width: 110px;
    margin-top: 2px;
}

.btn-text {
    margin-top: 3px;
}

.textMe_instruction {
    color: #bbb;
    text-shadow: 0 -1px 1px #333;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.textMe_widget {
    width: 550px;
}

.textMe_input_wrapper {
    width: 100%;
}

input.textMe_input,
input.textMe_input:focus {
    display: inline-block;
    width: 252px;
    height: 25px;
    margin-left: 70px;
    margin-right: 10px;
    border: 1px solid #A1A1A1;
    outline: none;
    color: #A1A1A1;
    background-color: #434343;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}

.textMe_button {
    display: inline-block;
    box-sizing: border-box;
    width: 176px;
    height: 30px;
    padding: 0 8px;
    margin: 5px 0 0 10px;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    color: #575757;
    line-height: 31px;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: -moz-linear-gradient(#f8dea0, #f1c04b);
    background: -webkit-linear-gradient(#f8dea0, #f1c04b);
    background: linear-gradient(#f8dea0, #f1c04b);
    cursor: pointer;
}

.textMe_status {
    width: 100%;
    min-height: 20px;
    margin-left: 80px;
    margin-top: 3px;
    color: #bbb;
    text-shadow: 0 -1px 1px #333;
    font-size: 10px;
    text-align: left;
}

.textMe_image_wrapper {
    height: 22px;
    margin-left: 70px;
    text-align: left;
}

.textMe_image {
    display: inline-block;
    width: 20px;
    height: 22px;
    margin-left: 30px;
}

#textMe_Apple_icon {
    background: url('/static/landing/006/apple-icon.png');
}

#textMe_Android_icon {
    background: url('/static/landing/006/android-icon.png');
}

#textMe_Windows_icon {
    background: url('/static/landing/006/win8-icon.png');
}

#textMe_Amazon_icon {
    background: url('/static/landing/006/amazon-icon.png');
}