h1 {
	font-size: 1.8em;
}

dl {
	margin: 10px 0 0 20px;
}

.note {
	background-color: #E4F5FD;
	border: 1px solid #DDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 5px #DDD;
	-webkit-box-shadow: 0 0 5px #DDD;
	box-shadow: 0 0 5px #DDD;
	font-weight: bold;
	padding: 20px;
	margin: 20px 0 10px 0;
}

.note>h3 {
	margin: 0px 0 10px 0;	
}

.note>p {
	margin: 0px 0 0px 0;	
}

form.default {
	clear: both;
}

form#changeForm{
	padding: 10px 0;
}

.fullWidth {
	width: 100%;
}

#changeselection {
	width: 100%;
}

#changename {
	width: 150Px;
}
#changeaddress {
	width: 150Px;
}
#changeboth {
	width: 220px;
}
#changeTDLSSN {
	width: 150px;
}

.changebox {
	float: left;
	text-align: center;
	width: 33.3%;
}

#exampleAddress h3 {
	border-bottom: none;
	color: #282828;
}

.notes {
	margin: 0 15px 15px 15px;
}

#sameAsRes {
	text-align: center;
	width: 100%;
}

.displaynone{
	display: none;
}

.logoutBox {
	width: 326px;
	height: 210px;
}

#votexas img {
	width: 145px;
}

a[target="_blank"]{
  padding-right:14px;
  position: relative;
  background: url(../img/Icon_External_Link.png) no-repeat right bottom;
  background-position: right 0px bottom 6px;
  background-repeat: no-repeat;
  display: inline-block;
}

a[target="_blank"]>span {

  /*font */
  font-size: 11px;
  font-size: .95rem;
  font-weight:normal;
  font-style:normal;
  text-align:center;
  font-family:arial, sans-seriff;
  /* sizing */
  width: 11em;
  width: 9rem;
  min-width: 9em;
  min-width: 9rem;
  height: auto;
  margin-left: 1.5em;
  margin-top: 0.5em;
  padding: 0.2em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  border: solid 1px rgb(0, 102, 255);
  /* location */
  position:absolute;
  float:right;
  left:96%;
  /* display */
  color: #fff;
  background: rgb(0, 102, 255);
  box-shadow: 3px 3px 6px 1px #777;
  overflow: visible;
  z-index: 51;
}

a[target="_blank"]>span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 16px solid rgb(0, 102, 255);
  border-bottom: 16px solid transparent;
  margin: 0 0 0 -20px;
}

a[target="_blank"]>span {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
}

a[target="_blank"]:hover>span,
a[target="_blank"]:focus>span,
a[target="_blank"]:active>span {
  visibility: visible;
  opacity: 1;
}

.callout-box-content a[target="_blank"]>span{
float: left;
right: 120%;
left: inherit;
top: -8px;
}

.callout-box-content a[target="_blank"]>span:before{
right: -8%;
transform: rotate(180deg); 
-ms-transform: rotate(180deg); /* IE 9 */ 
-webkit-transform: rotate(180deg); /* Safari and Chrome */;
}

@media only screen and (max-device-width: 480px), only screen and (max-width: 480px){
	.changebox {
		width: 100%;
	}
	.changebox img{
		display: none;
	}
	#sameAsRes{
		text-align: left;
	}
	#exampleAddress ul {
		margin: 0 15px 15px 30px;
	}
}

/* Css style added for popup for DMND0005026 */
.address-suggestion {
  position:absolute;
  z-index:10;
  padding:1em;
  background-color:#e6f7fd;
  width:250px;
  right:530px;
}

#cover{
      position:fixed;
      top:0;
      left:0;
      background:rgba(0,0,0,0.6);
      z-index:5;
      width:100%;
      height:100%;
    }