/* Page-specific: Register Interest
--------------------------------------------- */
fieldset {
	overflow: auto;
	margin: 0;
	padding: 0px;
	border: none !important;
}

fieldset fieldset, fieldset fieldset fieldset {
	padding: 0;
}

#page-register legend {
	font-size: 1.2em;
}


fieldset p {
	margin-top: 0;
}

.row {
	clear: left;
	margin-bottom: 0.5em;
	}

.row input,
.row textarea,
.row select {
	display: block;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}

.row.cr input {
	width: auto;
}

.row label,
.label {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top:3px;
	text-align: right;
}

.row.block .row.cr {

	margin-left: 3px;
	padding: 0;
}

.row.block label,
.row.block .label {
	width: 190px;
}

.row.block p {

	margin-bottom: 0;
}

.row.cr label {
	margin-left: 0.5em;
	text-align: left;
}

.row.submit input,
#savingscalculator .row.submit input {
	margin-left: 200px;
	width: auto;
}

.row.international select {
	width: 190px;
	float: left;
}

.row.international label {
	width: auto;
	margin-left: 15px;
}

.row.international input {
	width: 30px;
	
}

#existing_customer_question,
#internet_at_home_question,
#phone_at_home_question,
#existing_customertype_box {
	float: left;
	clear: none;
	padding: 0;
}

#products_box,
#free_content,
#opt_in {
    float: left;
    clear: none;
    padding: 0;
	margin-top: 5px;
}

#current_supplier_box,
#existing_contract_box {
    clear: none;
    float: left;
    padding: 0;
}

#existing_contract_box {
	clear: none;
	float: left;
	padding: 0;
}

#privacy_box {
	height: 100px;
	overflow: auto;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	padding: 5px;
}


#page-savings fieldset {
	margin-top: 1.5em;
}

#errors {
	color: #af1010;
	margin-top: -20px;
	margin-left: 0px;
	margin-bottom: 20px;
}

#errors p {
}

#errors .content {
}

#errors .content li {
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}


/* Page-specific: Tell a Friend Pop-up
--------------------------------------------- */

#page-sendtoafriend #outer {
	width: 100%;
	
}

#page-sendtoafriend #content {
	float: none;
	min-height: auto;
	width: auto;
	padding: 25px;
}

/* Feature Tables
--------------------------------------------- */

table.feature {
	width:99.9%;
	margin:.5em 0 1em 1px;
	border-collapse:collapse;
}
	
table.feature td {
	padding:.5em;
	border:1px solid #ccc;
	border-top:none;
	background-image:url(../images/bg_featuretable_cell.gif);
	background-repeat:repeat-x;
}
						
table.feature thead {
	background-image:url(../images/bg_featuretable_head.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	
}

table.feature .call_features_price {
	text-align:center;
	background-image:none;
}
						
table.feature th {
	padding:1em .5em;
	text-align:left;
	background-image:url(../images/bg_featuretable_head.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

table.feature.easysteps {
	width: 300px;
	float: right;
	margin-top: 0;
	margin-left: 25px;
}

table.feature.easysteps th {
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

table.feature.easysteps td,
table.feature.easysteps th {
	font-weight: bold;
}

table.feature td img.indicator {
/*	float: right;*/
	margin-left: 5px;
}

ul.checklist {
	margin: 10px 0 0 0;
	padding: 0;
}

ul.checklist li {
	list-style: none;
	padding-left: 25px;
	background: transparent url(../images/img-tick.gif) no-repeat top left;
	margin: 5px 0;
}

.callrates select {
/*	width: 200px;*/
}

.callrates #result {
	float: left;
	margin-left: 20px;
	background: #EEE;
	padding: 10px;
	width: 150px;
/*	height: 30px;*/
}

.callrates #result p {
	margin-top: 0;
	margin-bottom: 0;
}

/*TellUsForm Styling************/
#tellus input {
    width: 60px;
}

#tellus fieldset {
    margin-bottom: 25px;
}

/*TellUsForm Styling***********/
#savingscalculator input {
	width: 60px;
}

#savingscalculator legend {
	padding: 0 0 10px 205px;
	color: #454545;
}

#savingscalculator fieldset {
	margin-bottom: 25px;
}


#page-sendtoafriend #header {
	background: none;
	width: auto;
	height: 30px;
}

#page-sendtoafriend #header h1 {
	float: right;
}

.ndsl-submit {
	 float: left;
    width: 100px;
    height: 26px;
    display: block;
    background: url(/img/ccc-submit-btn.png) left top no-repeat;
}

.nsdsl-submit:hover {
    background: url(/img/ccc-submit-btn.png) right top no-repeat;
}



/*    -----------------------------------------------------    */
/*    RULES FOR TELL US AND FEEDBACK FORMS                     */
/*    Example: /nbn/tellus.html                                */
/*    -----------------------------------------------------    */


/*    -----------------------------------------------------    */
/*    TABLE HOLDING THE FORM FIELDS                            */
/*    -----------------------------------------------------    */
.register-tbl {
	margin-top:20px;
}

.register-tbl th {
	text-align:right;
	padding:6px 0;
	width:160px;
}

.register-tbl td {
	padding:6px 0 6px 10px;
}

.required-info {
	color: #cc0000;
	padding-left:5px;
}

/*    -----------------------------------------------------    */
/*    ERROR MESSAGE BOX RETURNED TO USER FOR MISSING FIELDS    */
/*    -----------------------------------------------------    */
#errors {
	display: none;
	padding: 14px;
	color: #CC0000;
	background: #fff5f5;
	border: 1px solid #FFEAEA;
	margin: 20px 0;
}
#errors h3 {
	font-size: 16px;
	margin:0;
}

/*    -----------------------------------------------------    */
/*    SUCCESS MESSAGE BOX RETURNED TO USER                     */
/*    -----------------------------------------------------    */
#success-msg {
	padding: 14px;
	color: #000000;
	background: #F9F9F9;
	border: 1px solid #EBEBEB;
	margin: 20px 0;
}
#success-msg h3 {
	font-size: 16px;
	margin:0;
}
#success-msg p {
	margin-bottom:0;
}

