/* 1241992940 */
/* Node_global 3 start */
/* class for *, ^, &dagger; etc */
/* this can be removed when the sitewide CSS has the colour switched on */
.conditions_apply {
  color:#F68B1F;
}

body {
  color:#444;
}

#bodyContainer {
  clear: left;
}

#content {
  width: auto;
}

.error, .required { color : #f00; }
.errorglobal { color : #fff; background : #f00; font-weight : bolder; }
.question_content {
  width:  68%;
  float: left;
}

.progress {
  width : 169px;
  float: right;
  padding-bottom: 15px;
  padding-right:  10px;
}
.radio_element {
  padding: 5px;
}

.span_all {
  width: 100%;
  clear: both;
}

.tips_wrapper_newline {
  width: 100%;
}


/* start app form header / progress image css */

.progress_arrow {
  vertical-align: top;
  float: left;
}

span.progress_image_wrapper {
  width: 65px;
  float: left;
  text-align: center;
}

span.progress_image_wrapper .page_title {
  font-size: 0.75em;
  font-weight: bold;
}

.form_header_top {
  width: 98%;
  height: 104px;
  margin-bottom: 15px;
}

.form_header_top_left, .form_header_bottom_left, .form_header_bottom_right, .form_header_middle_left_i1, .form_header_middle_left_i2 {
  float: left;
}

#form_header_bottom {
  margin: 20px 0 0 30px;
  width: 93.5%;
}

.form_header_top_right {
  float: right;
  padding-right:20px;
  text-align:right;
}

.form_header_cta_line1 {
  color: rgb(255, 255, 255); 
  font-size: 142%;
}

.form_header_cta_line2 {
  color: rgb(246, 139, 31); 
  font-size: 150%;
}

.form_header_middle_left_i1 {
  padding-left: 30px;
}

.form_header_middle_left_i2 {
  padding-left: 50px;
  padding-top: 20px;
  clear: left;
}

#form_header_middle_left {
  position: absolute;
  top: 80px;
  left: 0px;
}

.form_header_bottom_right {
  height: 64px;
  text-align: right;
  float: right !important;
}

#form_header_bottom .underline1 {
  width: 100%;
}

/* end app form header / progress image css */

.dd_tip, .dd_tip_label {
  float: left;
}
.question_label2 .dd_tip_label, .question_label5 .dd_tip_label {
  width: 90%;
}
.dd_tip {
  display: none;
  background: url("/files/btn_tooltip_closed.gif") no-repeat;
  margin-left: 0.5em;
  text-indent: -9999px;
  width: 31px;
  height:18px; 
  cursor: pointer;
}
.dd_tip_show {
  background: url("/files/btn_tooltip_open.gif") no-repeat;
}
.dd_tip_content {
  margin: 1em 0 1em 1em;
  width: 90%;
  clear: both;
}
.dd_tip_content .tip_bl3 {
  width: 100%;
}


#form_content p, #form_content ol {
color:#444;
}

#global_error p, #e7 p{
color:#fff;
}

#cvv_card_types p {
color:#006699;
}


.dd_tip {
margin-bottom:5px;
}

.form_question_wrap {
border-left:1px solid #CCCCCC;
padding-left:10px;
margin-bottom:15px;
margin-left:5px;
}


.form_text_wrap {
clear:both;
margin:5px 0;
}
.form_text_wrap p {
color:#444;
}


.form_element_wrap {
clear:both;
margin:5px 0 0 10px;
color:#777777;
font-size:90%;

}

.form_btn_wrap {
padding-left:37%;
width:170px;
position:relative;
}

.form_btn_back {
width:75px;
float:left;
}
.form_btn_next {
width:75px;
float:right;
position:relative;
/* bottom:10px; */
}

/* Standard input element styles */

input.postcode {
  width:5em;
}

input.nmi{
  width:8em;
}

input.first_name {
  width:10em;
}

input.family_name, input.surname, input.last_name {
  width:10em;
}

input.email {
  width:20em;
}

input.suburb {
  width:12em;
}

textarea.comments_medium {
  height:10em;
  width:25em;
}

/* Progress bar styles */

#app_pbar {
	float:right;
	margin:0 5px 10px 0;
}

#app_pbar ul {
	margin: 0;
	list-style-type: none;
}

#app_pbar ul li {
	width:71px;
	float:left;
	display:block;
	font-size:1.1em;
	margin:0;
	padding:0;
	background-color:transparent;
        background:none;
	list-style-type: none;
}

#app_pbar ul li input {
	overflow:visible;
	border:0;
	margin:0;
	padding:20px 5px 0;
	cursor:default;
	background-color:transparent;
}
#app_pbar ul li input.past {
	background-image: url('http://assets4.originenergy.com.au/files/progressbar.gif');
	background-position:0 -126px;
}
#app_pbar ul li input.current {
	background-image: url('http://assets4.originenergy.com.au/files/progressbar.gif');
	background-position: 0% -63px;
	color: #333333;
}
#app_pbar ul li input.future {
	background-image: url('http://assets4.originenergy.com.au/files/progressbar.gif');
}
#app_pbar ul li input#first {
	background-image:url('http://assets2.originenergy.com.au/files/progressbar_first.gif');
}
#app_pbar ul li input#last {
	background-image:url('http://assets1.originenergy.com.au/files/progressbar_last.gif');
}
#app_pbar ul li input {
	color: #999;
	background-position: 0% 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	width:77px;
	font-size: 12px;
	overflow:hidden;
}
/* END Progress bar styles */
/* Node_global 3 end */
/* no cache */