html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html{
    background-color: #f3f3f3;
    height:100%;
}
 * {margin:0; padding:0;}
.form-basic{
    max-width: 850px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color:  #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    font: bold 16px arial, sans-serif;
    text-align: center;
    padding: 5px;
    min-height: 400px;
    color: black;
}

.form-basic .form-row{
    text-align: left;
    margin-bottom: 15px;
    max-width: 850px;
    border:0px solid black;
}

.form-basic .form-title-row{
    text-align: center;
    margin-bottom: 20px;
}
.form-basic .form-subtitle-row{
    text-align: center;
    margin-bottom: 30px;
    font: 14px arial, sans-serif;
}

/* The form title */

.form-basic h1{
    display: inline-block;
    box-sizing: border-box;
    color:  #000000;
    font-size: 24px;
    border-bottom: 2px solid #6caee0;
    margin: 0;
    padding: 0 5px 5px;
}

.form-basic .form-row > label span{
    display: inline-block;
    box-sizing: border-box;
    color: #000000;
    width: 175px;
    text-align: right;
    align: right;
    vertical-align: top;
    padding: 5px 5px;
    }



.confirmtext{
    display: inline-block;
    box-sizing: border-box;
    color: #000000;
    margin: 0;
    vertical-align: bottom;
    padding: 0 5px 5px;
}

 .cost{
  text-align:right;
}

.confirmcost{
    display: inline-block;
    box-sizing: border-box;
    color: #FF0000;
    margin: 0;
    vertical-align: bottom;
    float: right;
    padding: 0 0px 5px 100px;
}



.form-basic input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 260px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #000000;
    padding: 5px;
}

.form-basic .inputsmall{
    color:  #000000;
    box-sizing: border-box;
    width: 30px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #000000;
    padding: 5px;
}

.form-basic input[type=radio],
.form-basic input[type=checkbox]{
    box-shadow: none;
    width: auto;
}

.form-basic input[type=checkbox]{
      margin-top: 5px;
}

.form-basic select{
    vertical-align: middle;
    background-color: #ffffff;
    color:  #000000;
    box-sizing: border-box;
    max-width: 260px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #000000;
    padding: 5px 5px 5px 5px;
}

.form-basic textarea{
    color:  #000000;
    box-sizing: border-box;
    width: 260px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    font: normal 13px sans-serif;
    border: 1px solid #000000;
    resize: vertical;
    padding: 12px;
}

.inputsmall{
     width: 10px;
    padding: 12px;
}

.form-basic .form-radio-buttons{
    display: inline-block;
    vertical-align: top;
}

.form-basic .form-radio-buttons > div{
      margin-top: 5px;

}

.form-basic .form-radio-buttons label span{
    margin-left: 8px;
    color: #000000;
    font-weight: normal;
}

.form-basic .form-radio-buttons input{
    width: auto;
}

.form-basic button{
    display: block;
    border-radius: 2px;
    background-color:  #8F76CC;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: 0;
    padding: 14px 22px;
    margin: 5px 200px 0;
    width:240px;
}

.form-basic button.button3{
    display: block;
    border-radius: 2px;
    background-color:  #8F76CC;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: 0;
    padding: 14px 22px;
    margin-top: 40px;
    margin-left: 250px;
    margin-bottom: 0px;
    width:175px;
}

form .error {
  color: #ff0000;
   font: bold 12px sans-serif;
}


.form-basic .button2{
    border-radius: 2px;
    background-color:  #8F76CC;
    color: #ffffff;
    font-weight: bold;
}

.edithotel{
 float:right;
}

#tooltipa {
	border-bottom: 1px dashed brown;
	text-decoration: none;
    color:  #000000;
    font: bold 12px sans-serif;
}

#tooltipa:hover {
	position: relative;
}

#tooltipa span {
	display: none;
}

#tooltipa:hover span {
	display: block;
   	position: absolute;
    right:0;
    top:2em; width:25em;
   	background: #FF7B0F; border: 1px dotted #c0c0c0;
    }
.tooltipb {
	border-bottom: 1px dashed brown;
	text-decoration: none;
    color:  #000000;
    font: bold 12px sans-serif;
}

.tooltipb:hover {
	position: relative;
}

.tooltipb span {
	display: none;
}

.tooltipb:hover span {
	display: block;
   	position: absolute;
    top: -5px;
    left: 105%;
    width:20em;
   	background: #FF7B0F; border: 1px dotted #c0c0c0;
    }

.tooltipmeal {
	border-bottom: 1px dashed brown;
	text-decoration: none;
    color:  #000000;
    font: bold 12px sans-serif;
}

.tooltipmeal:hover {
	position: relative;
}

.tooltipmeal span {
	display: none;
}

.tooltipmeal:hover span {
	display: block;
   	position: absolute;
    top: -5px;
    left: 105%;
    width:25em;
   	background: #FFEE2B; border: 1px dotted #c0c0c0;
    }


 .errorTxt{
    position:relative;
	text-align: center;
	width: 85%;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
	cursor: default;
    left: 250px;
    top:-375px;
 }

 .confirmrow{
    text-align: left;
    margin-bottom: 15px;
    position:relative;
    clear:both;
}
.confirmcol1{
    margin-left:50px;
    float:left;
    color: #000000;
    width: 200px;
    text-align: right;
    vertical-align: top;
    padding: 5px 5px;
}
.confirmcol2{
    float:left;
    color:  #000000;
    width: 240px;
    padding: 5px;
}
.confirmcolspan{
    margin-left:50px;
    float:left;
    color: #000000;
    width: 200px;
    text-align: right;
    vertical-align: top;
    padding: 5px 5px;
}
.detailsbutton{
    position:relative;
    left: 50px;
    top:-300px;
    margin-top:-50px;
    margin-left:-180px;
    margin-right:-180px;
    margin-bottom:-50px;
    height:100%;
}
.detailsbutton2{
    position:relative;
    left: 45px;
    top:-25px;
    margin-top:-50px;
    margin-left:-180px;
    margin-right:-180px;
    margin-bottom:-50px;
}
.confirmbutton{
    position:relative;
    top:10px;
    left: -265px;
    margin-bottom:10px;
}
.starttable{
    display: inline-block;
    margin-top: 40px;
}

.step5{
    font: bold 16px arial, sans-serif;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}

/* DivTable.com */
.divTable{
    margin-left:75px;
	display: table;
	width: 75%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;

}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
    text-align:left;
     border-bottom: 1px solid black;
}
.divTableCell2, .divTableHead2 {
	display: table-cell;
	padding: 3px 10px;
    text-align:right;
     border-bottom: 1px solid black;
}
.divTableCell3, .divTableHead3 {
	padding: 3px 10px;
    text-align:center;
    width:100%;
     border-bottom: 1px solid black;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/*	Making the form responsive. Remove this media query
    if you don't need the form to work on mobile devices. */

 @media (max-width: 600px) {

    .form-basic{
        max-width: 480px;
    }

    .form-basic .form-row{
        max-width: 300px;
        margin: 25px auto;
        text-align: left;
    }

    .form-basic .form-title-row{
        margin-bottom: 50px;
    }

    .form-basic .form-row > label span{
        display: block;
        text-align: left;
   }

    .form-basic select{
        width: 240px;
    }

    .form-basic input[type=checkbox]{
        margin-top:0;
    }

    .form-basic .form-radio-buttons > div{
        margin: 0 0 10px;
    }

    .form-basic button{
        margin: 0;
        background-color: #000000;
    }

}
