.EmailInputTagBlock {
     margin-bottom: 20px;
     border: 1px solid #ccc;
     padding: 4px;
     height: auto;
	 border: 1px solid #808080;
	 /*background: #FFFFFF url(/images/bg-fade.jpg) repeat-x bottom left;*/
}
.EmailInputTagBlock > input[type="text"] {
	border:0;
	margin-left: 2px;
	height: auto;
	width: 450px;
	letter-spacing: 1px;
	color: #303030;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 1em;
	border: 0px solid #808080;
	margin: 0;
	padding: 6px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
	background: transparent;
}

.EmailInputTagBlock > span {
     float: left;
     padding-right: 10px;
     padding-left: 5px;
	 margin-top: 5px;
}
.EmailInputTagBlock > span:hover {
     opacity:0.7;
}
.EmailInputTagBlock > span:focus {
     border: darkslateblue;
}
.EmailInputTagBlock ol {
     position:absolute;
     background:#f8f8f8;
     list-style:none;
     list-style-position: inside;
     margin:0;
     padding:0;
}
.EmailInputTagBlock ol li {
     width:500px;
     border-left:1px solid #aaa;
     border-right:1px solid #aaa;
}
.EmailInputTagBlock ol li em {
     color:#000;
     font-weight: bold;
     font-style: normal;
}
.EmailInputTagBlock ol li a {
     text-decoration:none;
     color:#000;
     display:block;
     padding:9px;
     border-bottom:1px solid #aaa;
}
.EmailInputTagBlock ol li a:hover, .hl {
     background:#eee;
}
#tagbox-lkup {
     width:100%;
}
.email-select {
     border-radius: 109px;
     border: 1px solid #babfb8;
     margin-right: 5px;
}
.EmailInputTagBlock input:focus {
     outline: none ;
}
.focusTag {
     border: solid 2px cornflowerblue;
}
.email-error {
     color: red;
	 font-weight: bold;
}
.remove-email {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
