@charset "utf-8";
#bookingform {
	width:270px;
	max-width:100%;
	height:455px;
	margin:auto;
	padding:5px;
	background-color:#134061;
	color:#FFFFFF;
  font-family:"PT Sans", serif;
}
#formframe{
	margin:auto;
	width:280px;
	padding: 5px; 
	border: 6px solid rgb(255, 255, 255); 
	border-image: none; 
	box-shadow: 0px 7px 11px 3px rgba(0,0,0,0.3); 
	background-color: rgb(19, 64, 97); 
	-webkit-box-shadow: 0 7px 11px 3px rgba(0, 0, 0, 0.3);
}
#bookingtitle {
	font-size:30px;
	width:270px;
	text-align:center;
}
#quotetitle {
	font-size:30px;
	width:270px;
	height:40px;
	text-align:center;
	margin:auto;
}
#quotetitle2 {
	font-size:20px;
	width:270px;
	height:40px;
	text-align:center;
	margin:auto;
}
.quoteitem {
	width:95%px;
	font-size:16px;
	padding-bottom:5px;
}
.quoteitem label {
	display:inline-block;
	width:110px;
	vertical-align:top;
}
.quoteitem input {
	font-size:16px;
}
.quoteunote{
	padding-left:110px;
	font-size:10px;
	padding-bottom:5px;
}
.timenote {
	color:rgba(255,0,4,1.00);
	font-size:10px;
	font-weight:bold;
}
.quoteitemlg {
	width:95%px;
	font-size:26px;
	padding-bottom:5px;
}
.quotenote {
	width:95%px;
	font-size:12px;
	padding-bottom:5px;
}
.datefield {
	width:98px;
}
.timefield {
	width:50px;
}
.bookingheading {
	font-size:18px;
}
.locdetails {
	width:250px;
	height:50px;
	font-size:16px;
}
.adddetails {
	width:250px;
	height:100px;
	font-size:16px;
}
.email {
	width:250px;
}
.numselect {
	width:50px;
}
#size {
	width:320px;
	height:60px;
}
#location {
	width:320px;
	height:60px;
}
#deldatediv {
	width:260px;
	height:60px;
}
#deldate {
	width:260px;
}
#deldatediv .textbox-icon {
	height:43px !important;
	width:18px !important;
	margin-top:-5px !important;
}
#retdatediv {
	width:260px;
	height:60px;
}
#retdate {
	width:260px;
}
#retdatediv .textbox-icon {
	height:43px !important;
	width:18px !important;
	margin-top:-5px !important;
}
.datebox {
	height:36px !important;
	padding-top:2px;
}
.bformlabel {
	color:#FFFFFF;
}
#wtype {
	width:270px;
}
#suburb {
	width:270px;
}
#skip {
  width:270px;
}
#type {
  width:270px;
}
#sprice {
	margin-top:10px;
	height:50px;
	font-size:30px;
}
#gcbutton{
  height:40px;
  width:270px;
  font-size: 30px;
  border: 0;
  margin: 0;
  padding: 4px;
  white-space: normal;
  vertical-align:middle;
  text-align:center;
  outline-style: none;
  resize: none;
}
.subname {
	width:200px;
}
.skipsize {
	width:50px;
}
.weighting {
	width:50px;
	text-align:right;
}
.tright {
	text-align:right;
}
.thighlight{
	background-color:#E0ECFF;
}
.suburbtable td {
	padding:4px;
}
.bookpage {
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
	background-size:auto;
}
