/* ---------------- LAYOUT STYLESHEET - should only have posistioning, and sizing -----------------*/
body
{
	font-size: 0.8em;
}
/* ---------------- headings -----------------*/
h1
{
	font-size: 1.5em;
}
h2
{
	font-size: 1.4em;
}
h3
{
	font-size: 1.3em;
}
h4
{
	font-size: 1.2em;
}
h5
{
	font-size: 1.2em;
}
h6
{
	font-size: 1em;
}
/* ---------------- page layout -----------------*/
.information-header
{
	width: 100%;
	top: 0;
}
.outer-wrapper
{
	min-width: 750px;
	max-width: 1160px;
	margin: auto;
}
.header
{
	padding: 15px 0 0 0;
}
.header img
{
	margin-left: 5px;
}
.header-content
{
	padding-left: 150px;
}
.logo
{
	float: left;
	width: 120px;
}
.inner-content
{
	padding: 15px;
}
.main
{
	margin-top: 15px;
	padding-right: 345px; /* Width of the sidebar plus gap between the two columns */
}
.header-left
{
	padding-right: 345px; /* Width of the sidebar plus gap between the two columns */
}
.header-right
{
	width: 330px;
	float: right;
}
.main.onecol
{
	padding: 0 !important;
}
.main-content
{
	font-size: 1em;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}
.sidebar
{
	width: 330px;
	float: right;
	margin-top: 10px;
	position: relative;
	top: -10px;
}
.sidebar-content-main
{
	overflow-y: scroll;
}
.sidebar-panel-content 
{
	overflow-y: scroll;
	height: 350px;
}
.static.fixed
{
	position: fixed;
	top: 15px;
	width: 330px;
	z-index: 999;
}

.sidebar-content
{
	font-size: 0.9em;
}
.footer
{
	margin: 15px 0;
}
.even-split-left
{
	width: 48%;
	padding-right: 2%;
	float: left;
}
.even-split-right
{
	width: 48%;
	padding-left: 2%;
	float: left;
}
.third-split-left, .third-split-right, .third-split-mid
{
	width: 32.5%;
}
.third-split-left
{
	float: left;
}
.third-split-mid
{
	margin: auto;
}

.third-split-right
{
	float: right;
}

.bottom
{
	margin: 15px 0 0 0;
}

/* ---------------- progress bar -----------------*/

.progress-wrapper
{
	padding-top: 12px;
}
.progress li
{
	display: inline-block;
	float: left;
}

.progress li a
{
	display: block;
}

.progress-wrapper ul
{
	width: 100%;
}

/* ---------------- elements -----------------*/

.input-group
{
	margin: 0 0 0 0;
	position: relative;
}
.summary.reduced
{
	overflow-y: scroll;
}
.summary li
{
	display: block;
	font-weight: bold;
}

.summary li:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.text-block
{
}
.text-block p
{
	margin-bottom: 10px;
}

.tabs
{
	margin-bottom: 20px;
}
/* ---------------- forms -----------------*/

fieldset
{
}

.fieldset-controlmember 
{
	padding-top: 20px
}

legend, .legend
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 15px 0;
	width: 40%;
}
.widelegend
{
	width: 100%
}
.form-row
{
	margin-bottom: 5px;
	clear: both;
	min-height: 50px !important;
}
.radio-group, .checkbox-group
{
	width: 62%;
	display: block;
	margin-right: 2.2%;
	float: left; /*	margin-left:4%;*/
}


.textbox-group
{
	width: 64%;
	display: block;
	float: left;
}
.radio-group-row, .checkbox-group-row, .textbox-group-row
{
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}
.label
{
	width: 30%;
	display: block;
	margin-right: 2.2%;
	font-size: 1em;
	float: left;
	vertical-align: baseline;
}
.extra
{
	display: block;
	margin-top: 5px;
}
.label-simplebold 
{
    font-weight: bold;
}
.label-radio, .label-checkbox
{
	display: inline-block;
	font-size: 1em;
	float: left;
	width: 90%;
}
.label-textbox
{
	width: 48%;
	display: block;
	margin-right: 2.2%;
	font-size: 1em;
	float: left;
	vertical-align: baseline;
}
.radio-group-row.extra-input .label-radio, .checkbox-group-row.extra-input .label-radio
{
	width: 37%;
	margin-right: 3%;
}
.radio-group-row.extra-input .input-text, .checkbox-group-row.extra-input .input-text
{
	width: 51%;
	margin: 0;
}
.radio-group-row label strong, .checkbox-group-row label strong, .textbox-group-row label strong
{
	padding-left: 8px;
}
.input-text
{
	width: 30%;
	display: block;
	float: left;
}
.textbox-group-row .input-text
{
	width: 47%;
	display: block;
	float: left;
}
.input-text input, .input-text textarea, .input-text select
{
	width: 96%;
	padding: 2%;
	margin: 2%;
}
.textbox-group-section .input-text input {
	width: 70%;
}
.input-text input.sort-code
{
	width: 15%;
	padding: 2%;
}

.input-text input.input-xsmall
{
	width: 10%;
}

.input-text input.input-small
{
	width: 25%;
}

.input-text input.input-medium
{
	width: 50%;
}

.input-text input.input-large
{
	width: 75%;
}

.input-text input.input-xlarge
{
	width: 100%;
}

.input-text select
{
	width: 100%;
}
.input-text textarea
{
	width: 100%;
}
.input-radio, .input-checkbox
{
	display: inline-block;
	float: left;
	width: 4%;
	padding-top: 2px;
	margin-right: 10px;
}
.input-checkbox-label-left label
{
	margin-right: 10px;
	margin-bottom: 10px;
}
.input-checkbox-label-right label
{
	margin-left: 10px;
	margin-bottom: 10px;
}
.input-table
{
	display: block;
	float: left;
	font-size: 1em;
	margin-right: 2.2%;
	vertical-align: baseline;
	width: 60%;
}
table.borderless td, th, table
{
	border: 0px;
	padding: 10px;
}
table.borderless input[type="text"]
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	background: url(../images/fieldbg.gif) repeat-x scroll center top white;
	border-color: #7C7C7C #C3C3C3 #DDD;
	border-style: solid;
	border-width: 1px;
	padding: 2%;
}
.inline-feedback
{
	display: block;
	margin-right: 2.2%;
	width: 30%;
	font-size: 0.9em;
	float: left;
}
.tabs .inline-feedback
{
	margin-left: -27px;
	width: 37%;
}
.lightbox-content .inline-feedback
{
	margin-left: 0;
	width: 35%;
}
.inline-feedback-content
{
	margin-right: 11px;
	margin-bottom: 10px;
	position: relative;
}

.inline-feedback-content .arrow
{
	display: block;
	height: 10px;
	width: 14px;
	position: absolute;
	top: -10px;
	left: 0px;
}

.tabs .inline-feedback-content span
{
	margin-left: -30px;
}

.inline-feedback-content img
{
	float: left;
	margin: 0 5px 5px 0;
}
input[type=submit], input[type=reset], .button-large, .button
{
	display: inline-block;
}

.info-link
{
	font-size: 0.9em;
	position: absolute;
	right: 10px;
}

.tabs-outer
{
	position: relative;
}

/* ---------------- links with icons -----------------*/

a.icon
{
}

/* ---------------- toolbar -----------------*/

.toolbar
{
	border-style: solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-width: 1px;
	border-color: rgb(204,204,204);
	background-color: #F1F1F1;
	background-image: -moz-linear-gradient(8% 0% -90deg,rgb(246,246,246) 0%,rgb(232,232,232) 100%);
	background-image: -webkit-gradient(linear,8% 0%,8% 103%,color-stop(0, rgb(246,246,246)),color-stop(1, rgb(232,232,232)));
	background-image: -webkit-linear-gradient(-90deg,rgb(246,246,246) 0%,rgb(232,232,232) 100%);
	background-image: -o-linear-gradient(-90deg,rgb(246,246,246) 0%,rgb(232,232,232) 100%);
	background-image: -ms-linear-gradient(-90deg,rgb(246,246,246) 0%,rgb(232,232,232) 100%);
	background-image: linear-gradient(-90deg,rgb(246,246,246) 0%,rgb(232,232,232) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f6f6,endColorstr=#ffe8e8e8,GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff6f6f6,endColorstr=#ffe8e8e8,GradientType=0);
	overflow: auto;
	margin-bottom: 20px;
}

.toolbar > li
{
	float: left;
}

.toolbar > li > a
{
	display: block;
	padding: 8px 15px;
	border-right: 1px solid #ccc;
	text-decoration: none;
	color: #333;
}

.toolbar > li.icon > a
{
	padding: 8px 15px 8px 30px;
}

.toolbar > li.inactive > a
{
	color: #ccc;
	cursor: default;
}

.toolbar > li > a:hover
{
	background: #eee;
}

.toolbar > li.inactive > a:hover
{
	background: none;
}

.toolbar > li > a:active
{
	-webkit-box-shadow: inset 0px 0px 1px 1px #ccc;
	box-shadow: inset 0px 0px 1px 1px #ccc;
}

.toolbar > li.inactive > a:active
{
	-webkit-box-shadow: none;
	box-shadow: none;
}

.toolbar > li.icon > a
{
	background-repeat: no-repeat;
	background-position: 10px 9px;
}

.toolbar > li.inactive.icon > a
{
	background-repeat: no-repeat;
	background-position: 10px -39px;
}

.toolbar > li.icon.newproposal > a
{
	background-image: url(../images/icons/16/icon-16-newpropsal.png);
}

.toolbar > li.icon.order > a
{
	background-image: url(../images/icons/16/icon-16-order.png);
}

.toolbar > li.icon.rerun > a
{
	background-image: url(../images/icons/16/icon-16-rerun.png);
}

.toolbar > li.icon.export > a
{
	background-image: url(../images/icons/16/icon-16-export.png);
}

.toolbar > li.icon.delete > a
{
	background-image: url(../images/icons/16/icon-16-delete.png);
}

.toolbar > li.icon.save > a
{
	background-image: url(../images/icons/16/icon-16-save.png);
}

.toolbar > li.icon.negotiate > a
{
	background-image: url(../images/icons/16/icon-16-negotiate.png);
}

/* ---------------- tables -----------------*/

thead tr
{
	background: url(../images/grad.png) repeat-x center #DDD;
}

/* ---------------- posistioning -----------------*/

.right
{
	float: right;
	text-align: right;
}
.left
{
	float: left;
}
.m-t-20
{
	margin-top: 20px;
}
.m-b-20
{
	margin-bottom: 20px;
}
.hidden
{
	display: none;
}

.fullwidth
{
	width: 100%;
}
.content-wrapper-bottom
{
	height: 0;
}

/* ---------- multiselect --------------*/
.multiselect
{
	width: 20em;
	max-height: 15em;
	border: solid 1px #c0c0c0;
	overflow-y: scroll;
}

.multiselect label
{
	display: block;
}

.multiselect label span
{
	padding-right: 5px;
	vertical-align: middle;
}

.multiselect-on
{
	color: #ffffff;
	background-color: #3399FF;
}

/* ---------------- Clearfix (.group) -----------------*/

/* using a .group class rather than .clearfix as suggested by Dan Cederholm as it is slightly more semantic than .clearfix */

.group:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ----- proposal ------- */
.proposal-summary
{
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background-color: #fff;
}

.proposal-summary-col
{
	width: 330px;
	margin-right: 30px;
	float: left;
}

.proposal-summary-col.last
{
	margin: 0;
}

.proposal-summary h2
{
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #333;
}

.proposal-summary h3
{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}

.proposal-summary .summary li
{
	padding: 3px 0;
}

.siteHeader
{
	margin-bottom: 20px;
	padding: 7px 10px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #444;
}

.navigation-wrapper
{
	padding-top: 15px;
}

.mainNav li
{
	float: left;
	margin-right: 10px;
}

.mainNav li a
{
	background: url(../images/grad.png) repeat-x center #DDD;
	color: #000;
	text-decoration: none;
	padding: 5px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.mainNav li a:hover
{
	background-color: #f8f8f8;
}

.mainNav li a:active
{
	background-color: #ccc;
}

.proposalSummaryMulti .proposal-summary
{
	border: none;
	background: none;
	padding: 0;
}

.proposalSummaryMulti .proposal-summary-col
{
	width: 320px;
}

.notavailable
{
	color: #FF0000;
	display: inline;
	font-weight: bold;
	margin-left: 8px;
}

label.unavailable
{
	color: #bbb;
}

span.unavailable
{
	color: #bbb;
	font-weight: bold;
}

.billing-content .lightbox-content .radio-group
{
	width: 60%;
}

.billing-content .arrow
{
	border: none !important;
	height: 0;
	width: 0;
}

/* ------ negotiate ---------- */
.negotiate
{
}

.negotiate .left
{
	float: left;
}

.negotiate .details
{
	width: 24%;
	color: #666666;
}
.negotiate .main
{
	padding-left: 1em;
	width: 73%;
	margin-top: 0;
	padding-right: 0;
}

.negotiate .main .left
{
	margin-bottom: 1em;
}

.w30
{
	width: 30%;
}

.w70
{
	width: 68%;
}

.w50
{
	width: 50%;
}
.negotiate .main .reset
{
	width: 30%;
}

.negotiate .main input
{
	margin: 0 20px;
}

#sliderSplitMove, #sliderStandardMove
{
	position: relative;
	margin-bottom: 4px;
}

.sliderSplit, .sliderStandard
{
	margin-bottom: 20px;
	height: 10px;
}

.error
{
	color: Red;
}

.success
{
	color: Green;
}

table.white
{
	background: #fff;
}

.negotiate .ui-accordion-content
{
	padding: 0 20px 20px 20px;
}

.ip_address
{
	border: 1px inset #bbb !important;
	padding: 4px 2px;
	border-radius: 4px 0 0 4px;
	letter-spacing: 2px;
}
.width-full
{
	width: 100%;
}

table.gridtable
{
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	color: #333333;
	border: none;
	width: 100%;
	padding: 0;
}
table.gridtable td
{
	text-align: center;
}
table.gridtable tr.padding td
{
	padding: 5px;
	background-color: #E6E6E6;
	font-weight: bold;
	border: none;
}
table.gridtable td, table.gridtable td table td
{
	padding: 0;
	width: 22%;
}

table.gridtable td.first, table.gridtable td table td.first
{
	width: 5%;
	text-align: center;
}

table.gridtable td table td
{
	padding: 5px;
}

table.gridtable tr td table tr:nth-child(even)
{
	background: #CCC;
}

table.gridtable td table
{
	width: 100%;
	border: none;
}

table.gridtable td table td
{
	border: none;
}

table.gridtable td table tr
{
	background-color: #ffffff;
}

table.gridtable td table tr.selected
{
	background-color: #98DCDC !important;
	font-weight: bold;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#popup
{
	background-color: White;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
  font-weight:bold;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.editable_text {
	color:#069;
	border: 1px solid;
	padding: 3px;
	margin-bottom: 10px;
	display:block;
	font-size: 1.2em;
	font-weight: bold;
	background: url(../images/edit.png) no-repeat;
	background-position: right;
	width: 60%;
	cursor: text;
	border-color: #ccc #ddd #eee;
}
.editable_text:hover {
	border-color: #7c7c7c #c3c3c3 #dddddd;
}

.editable_text_input {
	padding: 3px;
	margin-bottom: 10px;
	width: 60%;
	background: url("../images/fieldbg.gif") repeat-x scroll center top #ffffff;
	border-color: #7c7c7c #c3c3c3 #dddddd;
	border-style: solid;
	border-width: 1px;
}

.textbox-group-section {
	border:1px dashed #ccc;
	padding:15px;
	margin-bottom: 20px;
}

.textbox-group-section .button {
	margin: 4px;
}

.box {
width: 135px;
height: 143px;
border: 1px #777777 solid;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
float:left;
margin-right: 15px;
}

.box {
width: 131px;
height: 143px;
border: 1px #777777 solid;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
float:left;
margin-right: 15px;
}

.box_last {
	margin-right: 0;
}

.box_clear {
	clear:both;
}

.box span {
	height: 30px;
	width: 131px;
	background: #FFB74D;
	display: block;
	border-bottom: 1px #777777 solid;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	padding-top: 14px;
}

.box p {
	padding: 18px 52px;
}

.tb_small {
	width: 60px;
	text-align: center;
	background: url("../images/fieldbg.gif") repeat-x scroll center top #ffffff;
	border-color: #7c7c7c #c3c3c3 #dddddd;
	border-style: solid;
	border-width: 1px;
	margin: 4px;
	padding: 2%;
	margin-left:20px;
}

/*------------- PSTN -------------*/

.highlight {
	background-color: #ff9900;
}
.highlight-border {
	border-color: #ff9900;
}
.eng-container {
	width: 50%;
	margin: 10px auto;
	clear: both;
}
.eng-content {
	width: 50%;
}
.eng-wrapper {
	list-style-type: none;
	border-style: solid;
	border-width: 1px;
}

.eng-wrapper-inner {
	list-style-type: none;
	padding: 10px;
}
.eng-wrapper input[type="radio"]{
	visibility:hidden;
}
.eng-outer {
	width: 32%;
	display: inline-block;
}
.eng-top {
	text-align:center;
	color: #000;
}
.eng-select {
	text-align:center;
	color: #fff;
	padding: 5px;
}
.holder {
	margin: 15px 0;
	padding-bottom: 20px;
	display: none;
}
.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
}
.holder a:hover {
	background-color: #222;
	color: #fff;
}
.holder a.jp-current, a.jp-current:hover {
	color: #FF4242;
	font-weight: bold;
	cursor: default;
	background: none;
}
.holder span {
	margin: 0 5px;
}
.customBtns {
	position: relative;
	top: 35px;
}
.arrowPrev, .arrowNext {
	width: 29px;
	height: 29px;
	position: absolute;
	top: 10px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.arrowPrev {
	background-image: url('/images/arrow-left-24.png');
	left: -45px;
}
.arrowNext {
	background-image: url('/images/arrow-right-24.png');
	right: -40px;
}
.arrowPrev.jp-disabled, .arrowNext.jp-disabled {
	display: none;
}

/* style for package selection */
.package-container {
	display: inline-block;
	background-color: #fff;
	margin-left: 1%;
	float: left;
	width: 32%;
}

.package-title {
	text-align: center;
	font-size: 13px;
	color: #fff;
	height: 40px;
	background-color: #303030;
	padding-top: 20px
}

.package-body {
	text-align: center;
	color: #666;
	height: 145px;
	padding-top: 10%;
	background-color: #f2f2f2;
}

.package-footer {
	text-align: center;
	height: 25px;
	background-color: #303030;
	padding-top: 15px;
}

.pstn-highlight {
	background-color: #ff9900;
}

/* style for call package selection */
.package-position
{
  margin-left: 5px;
  min-height: 50px !important;
  float: left;
  width: 31%;
  margin-right: 10px;
}


.package-head
{
	
	background-color: #303030;
	width: 100%;
	color: #ffffff;
	font-size: 17px;
	padding-top: 5px;
	text-align: center;
	height: 25px;

}

.package-tail
{
	
	background-color: #303030;
	width: 100%;
	color: #ffffff;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 15px;

}

.package-info
{
	padding-top: 20px;
	text-align: center;
	height: 200px;
	font-size: 14px;
	background-color:#f2f2f2;
	
}

.package-info-btw
{
	padding-top: 20px;
	text-align: center;
	height: 55px;
	font-size: 14px;
	background-color:#f2f2f2;
	
}


/* Extended Package css items */
.package-position-narrow
{
  margin-left: 5px;
  min-height: 50px !important;
  float: left;
  width: 23%;
  margin-right: 5px;
}

.package-head-narrow
{
	background-color: #303030;
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	padding-top: 5px;
	text-align: center;
	height: 45px;
}

.package-info-narrow
{
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 2px;
	text-align: left;
	height: 220px;
	font-size: 13px;
	background-color:#f2f2f2;
	
}

.radio-group-wide
{
	width:100%;

}


/* style for features selection */

.gap {
	display: inline-block;
	width: 12%;
	height: 300px;
	float: left;
	background-image: url("/images/feature_arrow.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.feature-wrapper {
	display: inline-block;
	width: 100%;
	padding: 2px;
}

.feature-addons {
	background-color: #303030;
	width: 100%;
	color: #ffffff;
	font-size: 17px;
	padding: 8px;
}

.feature-container {
	display: inline-block;
	width: 44%;
	float: left;
	overflow: hidden;
}

.select-f {
	padding-top: 5px;
	display: block;
}

.feature-options {
	display: block;
	padding: 5px;
	height: auto;
	border: 1px solid #303030;
}

.f-minus {
	border-top: none;
	margin-top: -5px;
}

.feature-options-default {
	border: 1px solid #303030;
	display: block;
	padding: 5px;
	padding-top:10px;
	margin-top: -5px;
	height: auto;
}

.num-error {
	text-align: right;
	color: red;
	margin-right: 20px;
	padding-bottom: 5px;
}

.hide {
	display: none !important;
	visibility: hidden !important;
	/* Prevent element from affecting the box model, e.g. whitespace between visible, surrounding elements  */
}

.cont-address {
	width: 47%;
	display: block;
}

.select-address {
	width: 67%;
}

.find-address {
	float: right;
}

.address-feedback {
	background-color: #ff5555;
	float: left;
	height: 35px;
	width: 29%;
	margin-top: 20px;
	color: #FFF;
}

.arro {
	width: 175px;
	height: 98px;
	background-color: #ff5555;
	border: 1px solid #ff5555;
	position: relative;
	float: left;
	margin-top: 29px;
	color: #ffffff;
	padding: 2px;
}
.arro:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 180px;
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-left: 12px solid #ff5555;
}
.arro:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 180px;
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-left: 12px solid #ff5555;
}

.floatleft {
	width: 45%;
	display: inline-block;
}
.floatright {
	width: 45%;
	display: inline-block;
}
.option-wrapper {
	display: block;
	clear: both;
	width: 100%;
	padding-bottom: 20px;
}
.select-existing {
	width: 100%;
}

.line-purpose {
	text-align: left;
	float: left;
	margin-left: 125px;
}

.padding-top {
	padding-top: 20px;
}

.lbl-pad {
	padding: 15px;
}

.telephone-confirm {
	width: 43%;
	border-style: dotted;
	border-width: 2px;
	border-color: #ff5555;
	padding: 5px;
}

.validator-height
{
	display: none;
}

.panel-floatright {
	width: 60%;
	display: inline-block;
	margin-top: 10px;
}

/* ---------------- blur -----------------*/
.blur
{
	position: fixed;
	margin: 0;
	top:0; 
	left:0;
	padding: 0;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: gray;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.8;
}

 .centerspin
{
	z-index: 1000;
	margin: 300px auto;
	font-weight: bold;
	font-size: 22pt;
	 color: white;
	 background-color: black;
	padding: 20px;
	width: 40%;
	border-radius: 10px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}


.textbox-radiogroup {
	display: inline-block;
	vertical-align: top
}


.textbox-rounded {
	margin-left: 2.2em;
	border-width: thin;
	padding: 0.5em;
	margin-bottom: 1em;
	border-radius: 5px;
	font-size: 0.9em;
	width: 46%;
}

.textbox-rounded-areacode {
	border-width: thin;
	padding: 0.5em;
	margin-bottom: 1em;
	border-radius: 5px;
	font-size: 0.9em;
	width: 60px;
}

.textbox-rounded-telnum {
	border-width: thin;
	padding: 0.5em;
	margin-bottom: 1em;
	border-radius: 5px;
	font-size: 0.9em;
	width: 100px;
}


.error-textbox{
	padding: 3px;
	color: red;
	width: 100px;
}

.error-message{
	margin-bottom: 15px;
	margin-top: 5px;
	color: black;
	font-weight: bold;
}

.error-message-red {
	margin-bottom: 15px;
	margin-top: 5px;
	color: red;
	font-weight: bold;
}

.message-position{
	margin-top: 30px;
}

.link-btn {
	background-color: #e9eff3 !important;
	border-right: 1px solid;
	border-bottom: 1px solid !important;
	color: #504b4b !important;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 4px;
	padding-right: 6px;
	font-size: 16px !important;
	cursor: pointer !important;
	text-decoration: none;
	margin: -10px;
	border-radius: 5px;
	margin-left: 1px !important;
	transition-duration: 0.4s;
}

	.link-btn:hover {
		font-weight: bold !important;
		color: white;
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	}

.textbox-rounded-short {
	margin-left: 2.2em !important;
	border-width: thin !important;
	padding: 0.5em !important;
	margin-bottom: 1em !important;
	border-radius: 5px !important;
	font-size: 0.9em !important;
	border-radius: 5px !important;
	width: 140px !important;
}

.textbox-rounded-notes {
	margin-left: 2.2em !important;
	border-width: thin !important;
	padding: 0.5em !important;
	margin-bottom: 1em !important;
	border-radius: 5px !important;
	font-size: 0.9em !important;
	border-radius: 5px !important;
	width: 280px !important;
	height: 40px !important;
}

.textbox-postcode {
	height: 19px !important;
	padding-block: 1px !important;
	padding-inline: 2px !important;
	border-width: 1px !important;
	border-style: inset !important;
	border-radius: 0.2em;
}


.portnumber-display-area {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-weight: bold;
}
	
