html {
	font-size:11px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}


.oz-contentTable {
	width:430px;
	font-size:10px;
}
.oz-contentTable th {
	background-color:#15afd9;
	color:#FFFFFF;
	font-size:15px;
	text-align:left;
	padding:6px;
}
.oz-contentTable .oz-sub-heading {
	background-color:#dddada;
	color:#000000;
	font-weight:bold;
	font-size:11px;
}

.oz-contentTable td {
	padding:3px;
}
.oz-contentTable .key {
	font-size:10px;
}

.errorMsg {
	color:#FF0000;
	display:none;
}

.oz-suburb-origin, .oz-suburb-destination {
	visibility:hidden;
}
.oz-company-name-origin, .oz-company-name-destination {
	display:none;
}

.oz-loading {
	margin-top:30px;
	text-align:center;
}
#oz-quote-error {
	display:none;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

/* results table */



/*Form elements*/
#oz-Content input, select {
	font-size:10px;
}

#oz-Content input.oz-small-text {
	width:40px;
}

.oz-form-error {
	border: 1px solid #FF0000;
}


/*Buttons */
#oz-Content .oz-find-address {
}
#oz-Content .oz-next {
	float:right;
	margin-right:20px;
}
#oz-Content .oz-back {
}


