/* POST CODE CHECKER MODULE */
#vha-vca .vha-mod-post-code .mod-post-code-mod{
	padding:10px;
	background-color:#fff;
	margin-bottom:10px;
}

#vha-vca .vha-mod-post-code .pc-mod-off{
	display:none;
}

#vha-vca .vha-mod-post-code table{
	border-collapse:collapse;
}



#vha-vca .vha-mod-post-code .pc-suburb{
	width:105px;	
}
#vha-vca .vha-mod-post-code .pc-sitename{
	width:105px;
}
#vha-vca .vha-mod-post-code .pc-status{
	width:185px;
}
#vha-vca .vha-mod-post-code .pc-progress{
	width:105px;
}
#vha-vca .vha-mod-post-code .pc-outage{
	width:105px;
}

#vha-vca .vha-mod-post-code .post-code-loading{
	background-image:url(http://vha.stageweb01.alphasalmonstaging.com/index_files/loader.gif);
	background-position:50% 100%;
	background-repeat:no-repeat;
	padding-bottom:40px;
}

#vha-vca .post-code-entry{
	position:relative;
}

#vha-vca .vha-mod-free-text .post-code-entry p.vha-float-left img{
	margin-top:20px;
}

#vha-vca .vha-mod-free-text-margin .post-code-entry p{
	padding-right:0px;
}

#vha-vca .post-code-entry form{
	display:block;
	background-color:#F4F4F4;
	height:51px;
	position:absolute;
	bottom:44px;
	left:145px;
	width:540px;
}

#vha-vca .post-code-entry form label{
	float:left;
	margin-left:10px;
	color: #333333;
    display: inline;
    font-size: 18px;
    height: 29px;
    line-height: 45px;
    width: 250px;
}

#vha-vca .post-code-entry form input{
	float:left;
	margin-left:20px;
	margin-top:10px;
	border-color: #D7D7D7;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    color: #C3C3C3;
    display: inline;
    float: left;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    padding: 0 0 0 10px;
    width: 190px;
}

#vha-vca .post-code-entry form span{
	background: url("http://vodafone.com.au/stelprd/groups/webcontent/documents/webcontent/nt-submit-btn.gif") no-repeat scroll left top transparent;
    border-bottom: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    border-top: 1px solid #D7D7D7;
    display: inline;
    float: left;
    height: 29px;
    margin-top: 10px;
    text-indent: -9999px;
    width: 38px;
}

#vha-vca .vha-mod-post-code table.table-hidden{
	display:none !important;
}