.pachete {
    position: relative;
    height: 200px;
}

.h_left_box {
    border: 1px solid #CCCCCC;
    -moz-border-radius:5px 5px 5px 5px; /* Firefox */
    -webkit-border-radius:5px 5px 5px 5px; /* Safari, Chrome */
    -khtml-border-radius:5px 5px 5px 5px; /* KHTML */
    border-radius:5px 5px 5px 5px;
    padding: 0px 0px;
    background: #E1E1E1;
    width: 190px;
    left: 0px;
    position: absolute;
}

.h_center_box {
    border: 1px solid #CCCCCC;
    -moz-border-radius:5px 5px 5px 5px; /* Firefox */
    -webkit-border-radius:5px 5px 5px 5px; /* Safari, Chrome */
    -khtml-border-radius:5px 5px 5px 5px; /* KHTML */
    border-radius:5px 5px 5px 5px;
    padding: 0px 0px;
    background: #E1E1E1;
    width: 190px;
    left: 230px;
    position: absolute;
}

.h_right_box {
    border: 1px solid #CCCCCC;
    -moz-border-radius:5px 5px 5px 5px; /* Firefox */
    -webkit-border-radius:5px 5px 5px 5px; /* Safari, Chrome */
    -khtml-border-radius:5px 5px 5px 5px; /* KHTML */
    border-radius:5px 5px 5px 5px;
    padding: 0px 0px;
    background: #E1E1E1;
    width: 190px;
    left: 460px;
    position: absolute;
}


.h_box_content {
}

.h_box_title {
    color: #ffffff;
    background: #b50000;
    font-size: 16px;
    text-align: center;
    padding: 5px 5px;
    -moz-border-radius:5px 5px 0px 0px; /* Firefox */
    -webkit-border-radius:5px 5px 0px 0px; /* Safari, Chrome */
    -khtml-border-radius:5px 5px 0px 0px; /* KHTML */
    border-radius:5px 5px 0px 0px;
    font-weight: bold;
}

.h_box_content_left {
    float: left;
    font-size: 14px;
    color: #000;
    padding: 1px 3px;
}


.h_box_content_right {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 1px 3px;
}


.h_box_content_center {
    padding: 10px 10px;
    text-align: center;
}

.h_box_content_center a span {
    color: #FFFFFF;
    text-align: center;
    background: #b50000;
    padding: 5px 5px;
    -moz-border-radius:5px 5px 5px 5px; /* Firefox */
    -webkit-border-radius:5px 5px 5px 5px; /* Safari, Chrome */
    -khtml-border-radius:5px 5px 5px 5px; /* KHTML */
    border-radius:5px 5px 5px 5px;
    margin-top: 15px;
    font-weight: bold;
}

.h_box_content_center a:hover span {
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    background: #cf0000;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.information {

}

.teste_table {
    background: #E1E1E1;
}


.teste_table td {
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #CCCCCC;
    
}
r
.teste_table td a:hover {
	color: #B50000;
	text-decoration: underline;
}

.bg_white{
    background: #FFFFFF;    
}

.div_servicii {
    width: 180px;
    height: 60px;
    padding-left: 65px;
    padding-top: 45px;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    color: #404040;
    text-align: left;
    line-height: 130%;
}

.required {
    color: #B50000;
}

.form_input {
    width: 250px;
}

.button100 {
    background: #b50000;
    color: #FFFFFF;
    width: 100px;
    height: 25px;
    font-weight: bold;
    border: 0px;
    -moz-border-radius:5px 5px 5px 5px; /* Firefox */
    -webkit-border-radius:5px 5px 5px 5px; /* Safari, Chrome */
    -khtml-border-radius:5px 5px 5px 5px; /* KHTML */
    border-radius:5px 5px 5px 5px;
}

.button150 {
    background: #b50000;
    color: #FFFFFF;
    width: 150px;
    height: 25px;
    font-weight: bold;
    border: 0px;
    -moz-border-radius:5px 5px 5px 5px; /* Firefox */
    -webkit-border-radius:5px 5px 5px 5px; /* Safari, Chrome */
    -khtml-border-radius:5px 5px 5px 5px; /* KHTML */
    border-radius:5px 5px 5px 5px;
}


.button200 {
    background: #b50000;
    color: #FFFFFF;
    width: 200px;
    height: 25px;
    font-weight: bold;
    border: 0px;
    -moz-border-radius:5px 5px 5px 5px; /* Firefox */
    -webkit-border-radius:5px 5px 5px 5px; /* Safari, Chrome */
    -khtml-border-radius:5px 5px 5px 5px; /* KHTML */
    border-radius:5px 5px 5px 5px;
}

.radioc {
    margin-top: 2px;
    margin-right: 0px;
    vertical-align: top;
}

.order {
    display: none;
}