.newForm {
    background: #f3f4f6;
    padding: 20px;
    border-radius: 5px;
    color: black;
    margin: 50px 0;
}
#content_wrapper .smallh1 {
    color: black;
    font-size: 20px;
}
#content_wrapper .newForm h2{
    color: black;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px 0;
}

#content_wrapper .error p {
    margin: 0;
}

.newForm .legend {
    width: 190px;
    height: 26px;
    float: left;
    margin: 0 0 8px 0;
    line-height: 26px;
    color: #5c6774;
}
.newForm .inputs {
    width: 640px;
    float: left;
    margin: 0 0 8px 0;
}
.newForm .inputs input{
    width: 235px;
    height: 24px;
    border: 1px solid #cfcfcf;
    border-radius: 1px;
    line-height: 26px;
    padding: 0 5px;
    margin: 0;
    font-size: 12px;
}
.newForm .inputs textarea{
    width: 98%;
    height: 132px;
    border: 1px solid #cfcfcf;
    border-radius: 1px;
    line-height: 20px;
    padding: 0 5px;
    margin: 0;
    font-size: 12px;
}
.newForm .inputs select{
    border: 1px solid #cfcfcf;
    line-height: 26px;
    margin: 0;
    height: 26px;
    width: 247px;
    padding: 0 0 0 5px;
}
.newForm button{
    width: 80px;
    height: 26px;
    border: 1px solid #c5c6c8;
    border-radius: 3px;
    float: right;
    background: url('/images/src/backgrounds/new_form_button.png')
}
.newForm .clearpadd .prepend-5 {
    padding-left: 0;
}
#check_page input {
    padding: 4px;
    border-radius:2px;
}
#check_page input.num {
    width: 170px;
}
#check_page button {
    background: url(/images/src/icons/hotels/grad.png) repeat-x;
    border: solid 1px #C5C6C8;
    border-radius: 5px;
    margin: 2px;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
    display: inline-block;
}

ul.inline {
    margin: 0;
    padding: 0;
}

ul.inline li {
    float: left;
    display: block;
    margin-left: 20px;
}

.block {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-top: 1px solid #f4ddc6;
    border-bottom: 1px solid #f4ddc6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f6f6f6;
}

.block fieldset {
    padding: 0;
    border: none;
    border-top: 1px solid #e0dbdb;
}

.block legend {
    margin-left: 40px;
    color: #5f5c5c;
}

.block label {
    color: #404040;
}

.amount {
    margin-right: 1.5em;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
}

.amount span {
    text-transform: none;
    font-weight: normal;
}

.error {
    margin: 1em 0 10px;
    padding: 0;
    border: none;
    background: none;
    color: white;
}

.error p {
    margin: 0;
    padding: 10px;
    background: #e96118;
}

.flash-notice {
    background: white;
    border-top: 1px solid #61a711;
    border-bottom: 1px solid #61a711;
    color: #4e8113;
    margin-bottom: 1em;
    line-height: 3em;
}

.images_in_table {

    margin: 20px 0;
}

.disabler-layout {
    background: white url("/images/src/icons/loader_big.gif") no-repeat center center;
}

#stopper {

    background: url("/images/src/logo.png") no-repeat 6% 3%;
    position: absolute;
    top: 0;
    width: 654px;
    margin: 100px auto 0;
    border: 1px solid #BDBDBD;
    display: block;
    padding: 70px 20px 20px 20px;
    font-family: tahoma, sans-serif;
    line-height: 1;
}

#stopper table {
    width: 100%;

}

#stopper table td {
    float: left;
    width: 120px;
    margin-right: 10px;
    background: url("/images/src/icons/background_browser.gif") no-repeat top center;
    padding: 0;
}

#stopper table  span {
    margin-top: 3px;
    color: #666;
    text-align: center;
    display: block;
    font-size: 10px;
    text-decoration: none;
}

.browser_img {
    width: 100px;
    height: 100px;
    margin: auto;
    border: none;
}

#stopper table a {
    height: 122px;
    display: block;
    text-decoration: none;
}

#passport_date {
    display: block;
    font-size: 18px;
    float: right;
    padding: 0 5px;
    border-radius: 3px;
    background: white;
    border: solid 1px #9BB3C2;
    margin: 13px 0;
}

#passport_text {
    padding: 15px 0;
    display: block;
    float: left;
    font-size: 15px;
}
