/* Base styles */

.clear{
	clear:both;
}
.floatRight{
	float:right;
}
.rightSpacerSmall, 
.hasNext{
	margin-right:12px;
}
.helpAvail{
	margin-left:2px;	
}



/* Util styles */

.inputSmall{
	width:36px;
}
.inputMedium{
	width:100px;
}
.inputMedium2{
	width:65px;
}
.inputLarge{
	width:196px;
}

.selectMedium{
	width:124px;
}

.formList{
	margin:0;
	padding:0;
	list-style:none;
}
.formList li{	
	clear:both;
}
.formList .item{
	float:left;
	margin-bottom:16px;
	padding:0;
}

.formList .item .fieldContainer select{
	margin-top:2px;
}
.formList .item .fieldContainer input{
	margin-top:2px;
	*margin-top:1px;
}

.formSingleItem{
	margin-bottom:16px;	
}
.formList .rightSpacer{
	margin-right:20px;
}
.formList .rightSpacerSmall{
	margin-right:12px;
}


.boxSection{
	border-bottom:1px dashed #aaa;
}
.lastSection{
	border-bottom:none;
}
.boxSection .sectionTitle{
	font-size:100%;
	font-weight:bold;
}
.boxSection .sectionSubtitle{
	font-size:90%;
	font-weight:bold;
}


form .boxSection{
	margin:14px 0 12px 4px;
	padding-bottom:4px;
}
form .lastSection{
	padding-bottom:0;
	margin-bottom:4px;
}
form .sectionCopy{
	margin-left:28px;
	margin-top:12px;
}

.roundedGreyBox .boxTop{
	background:url(/tridion/images/rounded-top_tcm4-773928.gif) no-repeat top left;
	width:332px;
	height:12px;
}
.roundedGreyBox .boxBottom{
	background:#fff url(/tridion/images/rounded-bottom_tcm4-773927.gif) no-repeat left top;
	width:332px;
	height:12px;
}
.roundedGreyBox .boxBody{	
	padding:0 12px;
}
.roundedGreyBox .boxSection{
	margin-bottom:14px;
	padding:0 0 12px;
}
.roundedGreyBox .lastSection{
	margin-bottom:4px;
	padding:0;
}
.roundedGreyBox .boxSection .sectionTitle{
	margin-bottom:6px;
}

.boxButtons{	
	margin-bottom:20px;
	text-align:right;
}



/* SPECIFIC STYLES */

.specialReq{
	width:325px;
	height:70px;
}

ul.contactNumbers{
	margin-left:4px;
	margin-bottom:40px;
	padding:0;
	list-style:none;
}
ul.contactNumbers li{
	line-height:2.2em;
}


.bookingDetails{
	width:332px;
	margin:25px auto 20px;
	background-color:#cecccd;;
	padding:0;	
}
.bookingDetails ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.4em;
}
.bookingDetails .detailName{
	font-weight:bold;
	padding-top:6px;
}
.bookingDetails p{
	line-height:1.3em;
	margin:12px 0 8px;
}




