.outerWrapper {
	position: relative;
	margin-left:18px;
	margin-right: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.matchLeftHeight {
	height: 1059px;
}
.headerBar {
	border-top: 1px solid #B9CAD9;
	background-color: #101A38;
	position: relative;
	z-index: 0;
}
.headerBarText {
	color:#FFFFFF;
	font-family:helvetica;
	font-size:14px;
	font-weight:bold;
}
.headerBarRightCorner{
	width: 9px;
	height: 36px;
	background-image: url(/images/right_curve.gif);
	position: relative;
	z-index: 10;
}
.headerBarLeftCorner{
	width: 9px;
	height: 36px;
	background-image: url(/images/left_curve.gif);
	position: relative;
	z-index: 10;
}
.leftBorder {
	border-left: 1px solid #B9CAD9;
	background-color: #DCE4F7;
}
.rightBorder {
	border-right: 1px solid #B9CAD9;
	background-color: #DCE4F7;
}
.bottomBorder {
	border-bottom: 1px solid #B9CAD9;
	background-color: #DCE4F7;
}

.innerSection {
	padding:10px 5px 10px 5px;
	background-color: #DCE4F7;
}
.sectionSeparator {
	border-bottom:1px dashed black;
}

/*rate table on listing form*/
.list_element {
	width: 160px;
}
.checkbox_font {
	width: 260px;
}
.property_rate {
	width: 65px;
}
.property_rate_date {
	width: 160px;
}

.formelements_label {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}


a {
	color: #0F1839;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF4500;
}

.enquiryDetailHeader {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	min-width: 175px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
}

.listingPageNotice {
	padding: 10px;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	width: 500px;
	border: 2px solid gray;
}

#first_video_instructions{    
    width:230px;
    float: right;
}

#video_support{
    float: right;
     position: relative;
}

#video_support_left{
    width:110px;
    float: left;
}

#video_support_right{
    width:110px;
    float: right;
}

#second_video_instructions{    
    width:230px;
    float: right;
}


