.carousel_outer{
	height: 300px;
	border: solid black 1px;
	border-radius: 25px;
}
.carousel_inner_top{
	height: 30px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #39A9DC), color-stop(1, #0067B1) );
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.carousel_inner_content{
	overflow: hidden;
	height: 240px;	
}
.carousel_inner_control{
	height: 30px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0067B1), color-stop(1, #39A9DC) );
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.carousel_inner_control_span{
	display: table;
	margin: 0 auto;
	padding-top: 5px;
}	


#carousel_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 9999;
}

.carousel_content{
    border: solid 1px black;
    position: fixed;
    left: 30%;
    top: 40%;
    background-color: white;
    z-index: 10000;
    margin-top: -200px;
    width: 1050px;
    margin-left: -300px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  
}

.carousel_overview_body{
	clear: right;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 650px;
    overflow-y: auto;
}
.carousel_overview_body a {
	text-decoration: none;
}
.carousel_overview_body img {
	float:left;
	width: auto;
	height: auto;
	float: left;
	margin: 0 40px 0 0;
	display: block;
}
.carousel_overview_body h2 {
	padding: 30px 60px 10px 0;
	margin: 0;
	font-size: 3em !important;
	color: #313131;
	font-weight: 600;
	line-height: 1.2em;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.carousel_overview_body h3 {
	font-size: 1.6em !important;
	padding: 0 60px 0 0;
	color: #111;
	font-weight: 600;
	line-height: 1.2em;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
.carousel_overview_body h4 {
	color:black; 
	font-size:0.9em
}



.carousel_overview_close img{
 	float: right;
}
.carousel_overview_close img:hover{
 	cursor: pointer;
}

.base-wrapper {
   background: white;
   border: solid 1px black;
   display:table;
   width: 100%;
   }
  .base-row {
  	display:table-row;
  	width: 100%;
  }
  
 .base-navigation {
   position: relative;
   height: 100%;
   left: 0;
   width: 170px;
   padding: 16px; 
   
  }
 .base-body {
	  padding: 16px;
	  vertical-align: top;
  }
  .passcodeField {
    
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    color: #666;
    padding: .5em;
   	outline: none;
   	width:95%;
  
  }
  .passcodeField:focus{
  	color: #333;
  	  border-color: #63B246;
  }
  .passcode_icon{
    height: 100%;
    padding: 20px;
    vertical-align: middle;
    display: table-cell;
    width: 20%;
  }
  .base-main{
  	display:table-cell;
  	width: 80%;
  }
  
  .qr_description{
  	padding:20px;
  }
  
  .qr_image{
  	text-align:center;
  }
  
  .passcode-error-table{
  	display: table;
    width: 100%;
    border: 1px solid red;
    margin-top: 16px;
    background: white;
    height: 50px;
  }
   .passcode-error-table-row{
   	display: table-row;
	width: 100%;
   }	
.passcode-error-table-row-cell {
	display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.passcode-stolen-warning {
	text-align: center;
    vertical-align: middle;
    color: red;
    padding-bottom: 10px;
}

.passcode-stolen-text {
	color:red;
	font-weight:bold;
	vertical-align: middle;
	text-align: center;
}
.twofaHelpLink{
	cursor: pointer;
}
.twofaHelpDetails{

    padding: 5px;
}
.twofaHelpDetailsLink{
	
}

.memorable-word-center {
    text-align: center;
}

.memorable-word-character {
    width: 30px !important;
    text-align: center;
}


