.vertical-separator {
    border-left: 1px solid #CCCCCC;
    height: 300px;
    margin: 0 2em;
    position: relative;
    text-align: center;
    width: 10px;
	float: left;
}
.separator-text {
    left: -10px;
    top: 120px;
	position: absolute;
	background: none repeat scroll 0 0 #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.signup-row {
	height: 380px;
	margin-bottom: 15px;
}
.signup-row h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	display: block;
}
.column {
	width: 250px;
	float: left;
}
a.in-signup span{
	background: url('/static/images/linkedin_128.png') no-repeat scroll 0 0 #fff;
	height: 125px;
    padding-left: 140px;
    padding-top: 60px;
    position: absolute;
    width: 120px;
}
a.in-signup {
	padding-left: 10px;
	position: absolute;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a.fb-signup span{
	background: url('/static/images/facebook_128.png') no-repeat scroll 0 0 #fff;
	height: 125px;
    padding-left: 140px;
    padding-top: 60px;
    position: absolute;
    width: 120px;
}
a.disabled  span{
	opacity : 0.4;
    filter: alpha(opacity=40); // msie
    background-color: #000;
}
a.fb-signup {
	margin-top: 125px;
	padding-left: 10px;
	position: absolute;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.signup-row button.button, .signup-row a.button  {
	background-color: #CCCCCC;
    margin-bottom: 10px;
	margin-top: 10px;
    padding: 5px 8px 4px;
    font-weight: bold;
	color: #000;
	border: 2px solid #000;
}
.signup-row input {
	padding: 5px;
	margin-top: 10px;
	width: 200px;
}
.signup-row input[type='checkbox']{
	padding: 0 !important;
	margin: 0 !important;
	width: 20px !important;
	height:15px;
	border: 0px solid #fff !important;
}
.signup-row select{
	padding: 5px;
	margin-top: 10px;
	width: 240px;
}
h2.leftpad{
	padding-left: 15px;
}
#login, #reminder{
	width: auto;
}
#register{
	width: 500px;
}
/*deal with form validation effects here using CSS3 - just visual - submission validation will not work on earlier browsers anyway but at least we standardise validation look and feel*/
.ngf_help, .nfg_required_info {font-size: 11px;}
.nfg_required_info{
    color:#d45252; 
    margin:5px 0 0 0; 
    display:inline;
}
:-moz-placeholder {
    color: silver;
}
::-webkit-input-placeholder {
    color: silver;
}
*:focus {outline: none;}
.contact_form input, .contact_form textarea, .ngf_form select { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
}
.ngf_form input:focus, .ngf_form textarea:focus, .ngf_form select:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
}
.ngf_form input:focus, .ngf_form textarea:focus, .ngf_form select { 
    padding-right:70px;
}
.ngf_form input, .ngf_form textarea, .ngf_form select { 
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}
.ngf_form input, .ngf_form textarea, .ngf_form select {
    padding-right:30px;
}
.ngf_form input.required, .ngf_form  textarea.required, .ngf_form  select.required {
    background: #fff url(/static/images/icons/red_error.png) no-repeat 98% center;
}
.ngf_form input:focus:invalid, .ngf_form textarea:focus:invalid, .ngf_form select:focus:invalid{ 
    background: #fff url(/static/images/icons/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
.ngf_form input:focus:valid, .ngf_form textarea:focus:valid,.ngf_form select:focus:valid, .ngf_field_valid { 
    background: #fff url(/static/images/icons/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.ngf_form span.ngf_help {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: relative; /* allows proper formatting if hint is two lines */
    display: none;
}
.ngf_form input:focus + .ngf_help {display: inline;}
.ngf_form input:required:valid + .ngf_help {background: #28921f;} 
.ngf_form input:required:valid + .ngf_help:before {color:#28921f;} 
.ngf_form select:focus + .ngf_help {display: inline;}
.ngf_form select:required:valid + .ngf_help {background: #28921f;} 
.ngf_form select:required:valid + .ngf_help:before {color:#28921f;} 
.ngf_form  .ngf_info:before {
    content: ""; 
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}
.ngf_field_invalid { 
    background: #fff url(/static/images/icons/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
.ngf_field_valid { 
    background: #fff url(/static/images/icons/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}


a.fb-signup span.loading{
	background: url('/static/images/loading_128.gif') no-repeat scroll 0 0 #fff;
}
div.reminder_form{height: 200px;}
span.success{color: #5cd053; font-weight: bold;}



.popover-tip { margin: 0 0 -4px 6px;  }
.popover-tip:hover { cursor: pointer; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 260px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  color: #282737;
}
.popover.top {
  margin-top: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 0px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
