/* form dev styles */
.devformtext {font-family: Arial, Helvetica, sans-serif; color:#666f6d; font-size: 12px; font-weight: normal; float:left; padding-left:35px;}
.devformtextform {font-family: Arial, Helvetica, sans-serif; color:#000000; font-size: 12px; font-weight: normal;}
ul.devstyle {list-style:none;  width:100%; margin: 0; padding: 0;}
ul.devstyle li {padding: 2px 55px 2px 0px; margin-bottom:4px; text-align:right; clear:left; position: relative;}
ul.devstyle li label {width:20%; display: block; margin-right:2%; text-align:left; line-height:22px;}
ul.devstyle li span.error {font: 11px arial; color:red; margin-left:0px; line-height:14px;}
ul.devstyle li span.passerror {display: block; font: 11px arial; color:red; margin-left:0px; line-height:14px;}
ul.devstyle li .shortfield {width: 45px;}
.formresult {font-family: Arial, Helvetica, sans-serif; background-color: #ffffff; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; padding: 16px 10px 16px 10px; margin: 0px 0px 0px 0px;}
.formresultprev {font-family: Arial, Helvetica, sans-serif; background-color: #ffffff; border: 1px solid #c3c7c6; border-radius: 8px; padding: 14px 8px 14px 8px; margin: 9px 7px 9px 7px;}
.formresultinnertt {font-family: Arial, Helvetica, sans-serif; color:#666f6d; font-size: 12px; font-weight: bold; text-transform:uppercase;}
.formresultinner {font-family: Arial, Helvetica, sans-serif; color:#666f6d; font-size: 12px; font-weight: bold;}
.infodevregsuccess {border: 1px solid #c3c7c6; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; margin-top:0px; margin-bottom:0px; padding:0px;}
.dev-leftright{width: 345px;}
#dev-left{height:28px; float:left; width: 310px;}
#dev-right{height: 28px; width: 28px; margin-top: 3px; background: transparent url(https://www.specialistinks.com/images/arrow-movie.jpg) no-repeat; float:right;}
/* end of development styles */


/* start of breadcrumbs */
	
		ul{
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	
	#breadcrumbs-one{
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  width: 100%;
}

	#breadcrumbs-two{
  background: #eee;
  border-width: 2px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  width: 100%;
}

#breadcrumbs-one li{
  float: left;
}

#breadcrumbs-one a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);  
}

#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
  background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after{ 
  z-index: 2;
  border-left-color: #ddd;  
}

#breadcrumbs-one a::before{
  border-left-color: #ccc;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}
/* end of breadcrumbs */