.box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.box_Tab {
    padding: 6px 5px 6px 15px;
    font-size: 1.2em;
    color: #FFF;
    background: #094484;
}
.bor {
    border: 1px solid #bbb;
	padding: 10px;
}
.cf {
    display: block;
    clear: both;
}
.col_request {
    padding: 0 15px;float: left;
}
.eight.columns {
    width: 50%;
}
div.row_account {
    width: 100%;
    float: left;
    margin-bottom: .8em;
    position: relative;
}
div.row_account .inputbox {
    border: 1px solid #dfdede;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #000;
    padding: 10px 0;
	width: 100%;
    text-indent: 5px;
    font: normal 1em Arial,Helvetica,sans-serif;
}
.btn_web {
    display: inline-block;
    background: #949ca1;
    color: #FFF;
    padding: 7px 15px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #DDD;
}