.main{
    padding-top: 30px !important;
    min-height: 500px;
}

.share{
    display: none !important;
}

/* HIW Bar Start */
.hiw-bar{
    background:url("../images/texture.png") repeat scroll 0 0 #EEE;
}

.hiw-container{
    padding-left: 20px;
    width: 940px;
}

.home-step{
    width: 33%;
}

.home-step-num{
    color: #FF7403;
    font-size: 44px;
    padding-right: 10px;
}

.home-step-title{
    color: #2074BE;
    padding-top: 5px;
    font-size: 17px;
    padding-bottom: 3px;
}

.home-step-desc{
    color: #444;
    font-size: 12px;
}
/* HIW Bar End */

/* Form Table Start */
.box-740{
    float:left;
    width:700px;
    background-color: white;
    box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    padding: 20px;
    margin-left: 110px;
}

.triprequest-table{
    width: 100%;
}

.triprequest-table td.label-cell{
    width: 20%;
    padding-right: 10px;
    text-align: right;
    padding-bottom: 30px;
    vertical-align: top;
}

.triprequest-table td.label-cell label{
    font-size: 14px;
    line-height: 26px;
}

.triprequest-table td.input-cell{
    width: 30%;
    text-align: left;
    padding-bottom: 30px;
    vertical-align: top;
}

.tc-combo-input,
.tc-input{
    border: 1px solid #DDD;
    padding: 4px;
    width: 160px;
    margin: 0;
    font-size: 12px;
    color: #444;
    font-family: arial;
}

.tc-select{
    font-size: 12px;
    border: 1px solid #DDD;
    padding: 5px;
    width: 170px;
    color: #444;
    font-family: arial;
}

.tc-textarea{
    font-size: 12px;
    border: 1px solid #DDD;
    padding: 4px;
    width: 520px;
    color: #444;
    font-family: arial;
}

.services-cell table{
    width: 100%;
}

.services-cell td{
    padding-bottom:8px;
    vertical-align: top;
    width:25%;
}

.services-cell td label{
    font-size: 12px;
}

#trip-service-other-input{
    margin-left: 20px;
    margin-top: 8px;
}

#add-destination{
    font-size: 12px;
}

.label-note{
    font-size: 11px;
    color: #666;
}

.main .tc-orange-button{
    font-size: 20px;
    line-height: 20px;
    padding: 10px 21px;
}

.phone-imp-box{
    background: #F2F2F2;
    padding: 5px;
    font-size: 12px;
    text-align: left;
}

.phone-imp-title{
    color: #2074BE;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
}

#going-to-2-input,
#going-to-3-input,
#going-to-4-input,
#going-to-5-input{
    margin-top: 8px;
}

.fb-connect{
    color: #FFFFFF;
    text-shadow: 0 1px #173B86;
    background: #4D78CE;
    background: -moz-linear-gradient(top,  #4D78CE 0%, #456fa7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D78CE), color-stop(100%, #456fa7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4D78CE 0%, #456fa7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4D78CE 0%, #456fa7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4D78CE 0%, #456fa7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4D78CE 0%, #456fa7 100%); /* W3C */
    text-decoration: none;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius: 2px;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    padding-right: 16px;
}

.fb-connect .f{
    background: url("../images/f.png") no-repeat center transparent;
    width: 42px;
    height: 42px;
    float: left;
    border-right: 1px solid #3D68BE;
    margin-right: 16px;
}

.fb-connect .f-full{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.sep{
    border-bottom: 1px solid #DDD;
    float: left;
    width: 500px;
    margin-left: 100px;
    display: block;
}

.or{
    position: relative;
    background: #FFF;
    float: left;
    left: -250px;
    top: -11px;
    padding: 5px;
}
/* Form Table End */