/* 
    Document   : tollfree
    Created on : Apr 29, 2011, 3:16:37 PM
    Author     : Jacob.Lee
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.tollfree_wrap {
    padding: 0px 20px 20px;
}

.tollfree_box{
    border: 1px solid #DCDCDC;
    background-color:#EDEDED;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tollfree_box h2 {
    font-size: 14px;
}
.tollfree_control{
    width: 600px;
}

.tollfree_box select{
    width: 200px;
    margin-top: 5px;
    display: block;
    float: left;
}

.tb_button_left{
    background-image: url("assets/no-index/bn_left.gif");
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 28px;
    line-height: 26px;
    padding-left: 29px;
}

.tb_button{
    background: url("http://www.danielihotelvenice.com/assets/no-index/bt_right.gif") right top no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    line-height: 26px;
    margin-top: 0;
    padding-right: 30px;
}

.tb_cta{
    color: #FFFFFF;
}

.tollfree_row{
    height: 20px;
    padding: 2px 20px;
}

.row0,.row1{
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}