@CHARSET "UTF-8";
.kendinyaz{
	padding-top: 10px;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	height:100px !important;
}

.sbHolder{
	background-color: #ecf0f1;
	border: solid 1px #bec3c7;
	border-radius: 3px; /* Standart */
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari ve Chrome */
	height: 30px;
	position: relative;
	float:left;
	width: 200px;
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.1);
	color: #8b8b8b;
	text-indent: 10px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #8b8b8b;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #ECF0F1;
	border: solid 1px #bec3c7;
	border-radius: 3px; /* Standart */
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari ve Chrome */
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 0px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #8b8b8b;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 7px;
}