body{
	/*background: red;*/
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.blocco{
    display: table-cell;
    float: none;
    padding: 0px 10px;
    vertical-align: bottom;
    text-align: center;
}

.blocco input, .blocco select{
-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    padding: 2px 5px;
    border-radius: 0;
    text-align: center;
    margin: 0 auto;
}

input[type="submit"]{
	border: none;
    background: transparent url(/templates/pacifichotels/images/booknow.png) no-repeat top left;
    width: 104px;
    height: 32px;
    text-transform: none;
    cursor: pointer;
    position: absolute;
    top: 17px;
}

input#datepicker{
        width: 100px;
    text-align: center;
}