.newsBox input, textarea {
	background: url('./../images/ib.png') bottom repeat-x;
	border: 1px solid #959595;
	height: 16px;
	width: 190px;
	margin-top: 3px;
	margin-bottom: 8px;
	padding: 3px 5px;
	margin-left: 10px;
	color: #4e4e4e;
}

.newsBox textarea {
	background-color: #fdfdfd;
	overflow: hidden;
}

.gray{
	color: #4e4e4e;
}

.peager{
	color: gray;
	text-align: center;
}

input.error , textarea.error {
	background: url('./../images/ibr.png') bottom repeat-x;
	border: 1px solid #925a63;
}

textarea.error {
	background-color: #f9d7dd;
	overflow: hidden;
}

label.error, label.error {
	color: #fe4819;
	display: block;
	margin-left: 10px;
	margin-bottom: -3px;
}



div.combo {
    position:relative;
	 text-align: left;
    left: 0px;
    top: 0px;
}

.combo input {
    position: absolute;
}

.combo div.icon {
    position:absolute;
}

.combo div.list-wrapper {
    position: absolute;
    overflow: hidden;
    height: 200px; 
    max-height: 200px;
    z-index: 99999;

}

.combo div.list-wrapper-up {}

.combo ul {}

.combo  li {
    height: 20px;
}

.combo li.active {}


.combo .visible {
    display: block;
}

.combo .invisible {
    display: none;
}

.combo input.empty {}




div.custom {
    white-space: nowrap;
    height: 24px;
    border: 0;
    margin: 0;
    margin-left	: 10px;
	margin-top: 3px;
	margin-bottom: 8px;
    padding: 0;
    width: 141px;
}

div.custom input {
    margin: 0 0 0 0;
    padding: 3px 5px;
	background: url('./../images/ib.png') bottom repeat-x;
    border: 1px solid #959595;
    height: 16px;
    line-height: 20px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 182px; 

}

div.custom div.icon {
    width:24px;
    height:24px;
    border: 0;
    background: url('./../images/arrow.png') no-repeat;
    cursor:pointer;
    top:0px;
    left: 182px;
}


div.custom div.list-wrapper {
    left: 0px;
    top: 24px;
    border: 1px solid #959595;
	border-top: 0;
    padding: 0;
    margin: 0;
    width: 200px;
    bottom: auto;
}

div.custom div.list-wrapper-up {
    top: auto;
    bottom: 24px;
    border: 1px solid #959595;
	border-bottom: 0;	
}

div.custom ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}


div.custom  li {
    padding: 0;
    padding-left: 5px;
    background-color: #fdfdfd;
    cursor: pointer;
    margin: 0;
}

div.custom  span{
   color: #4e4e4e;
}

div.custom .active {
    background-color: #727272;
}

li.active  span {
	color: #fdfdfd;
}

div.custom  input.empty {
    color: gray;
}



div.customE {
    white-space: nowrap;
    height: 24px;
    border: 0;
    margin: 0;
    margin-left	: 10px;
	margin-top: 3px;
	margin-bottom: 8px;
    padding: 0;
    width: 141px;
}

div.customE input {
    margin: 0 0 0 0;
   padding: 3px 5px;
	background: url('./../images/ibr.png') bottom repeat-x;
    border: 1px solid #925a63;
    height: 16px;
    line-height: 20px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 182px; 

}

div.customE div.icon {
    width:24px;
    height:24px;
    border: 0;
    background: url('./../images/arrowr.png') no-repeat;
    cursor:pointer;
    top:0px;
    left: 182px;
}


div.customE div.list-wrapper {
    left: 0px;
    top: 24px;
    border: 1px solid #925a63;
	border-top: 0;
    padding: 0;
    margin: 0;
    width: 200px;
    bottom: auto;
}

div.customE div.list-wrapper-up {
    top: auto;
    bottom: 24px;
    border: 1px solid #925a63;
	border-bottom: 0;	
}

div.customE ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}

div.customE .active {
    background-color: #efcfd4;
}

div.customE li {
    padding: 0;
    padding-left: 5px;
    background-color: #efcfd4;
    cursor: pointer;
    margin: 0;
}

div.customE  span{
   color: #4e4e4e;
}