﻿.lean-modal {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: none;
    padding-bottom: 2px;
    width: 404px;
}

.lean-header {
    
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 18px 18px 14px;
}
.lean-header h2 {
    font-family: 'Open Sans', sans-serif;
    color: #444;    
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 3px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	text-transform:uppercase;
}
.lean-header p {
    color: #444;
    font-size: 0.8em;
    margin: 0;
    text-shadow: none;
}
.lean-modal .txt-fld {
    border-bottom: 1px solid #eee;
    padding: 14px 20px;
    position: relative;
    text-align: right;
    width: 364px;
}
.lean-modal .btn-fld {
    overflow: hidden;
    padding: 12px 20px 12px 130px;
    width: 254px;
}
.lean-modal .txt-fld label {
    font-family: 'Open Sans', sans-serif;
    color: #222;
    display: block;
    float: left;
    font-size: 0.8em;
    padding-top: 8px;
    text-align: left;
    width: 25%;
}
.lean-modal .txt-fld input {
    background: none repeat scroll 0 0 #f7f7f7;
    border-color: #ccc #e7e6e6 #e7e6e6 #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    outline: medium none;
    padding: 8px;
    width: 70%;
}
.lean-modal .txt-fld input.error_input {
    background: none repeat scroll 0 0 #fde0e0;
}
.modal_close {
    text-decoration:none;
    color: #222;
    display: block;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 14px;
    z-index: 2;
}

.lean-modal .btn-fld {
    overflow: hidden;
    padding: 12px 20px 12px 130px;
    width: 254px;
}

.btn-fld .input {
    text-decoration:none;
    background: none repeat scroll 0 0 #c3cf21;
    border: medium none;
    border-radius: 4px;
    color: #fff !important;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: bold;
    overflow: visible;
    padding: 7px 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    width: auto;
	text-transform:uppercase;
}