.checkbox {
	background: #FFF url(../images/form/unchecked.jpg) no-repeat center
		center;
	display: inline-block;
	height: 15px;
	width: 15px;
	cursor: pointer;
	margin: 0 5px 0 0;
}

.checked {
	background: url(../images/form/checked.jpg) no-repeat center center;
}

.hack {
	display: none;
	display: inline-block\9;
	height: 0\9;
	width: 0\9;
}

.radio {
	background: transparent url(../images/form/unradioed.png) no-repeat
		center center;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin: 0 5px 0 0;
	width: 15px;
}

.radioed {
	background: transparent url(../images/form/radioed.png) no-repeat center
		center;
}

.label-cr {
	cursor: pointer;
	display: inline-block;
	height: 15px;
	line-height: 15px;
	vertical-align: 3px;
	*vertical-align: 0;
	_vertical-align: 1px;
}

.select {
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: relative;
}

.selected,.option {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	font-style: normal;
	color: #999;
}

.selected {
	background: #fff url("../images/form/selected.jpg") no-repeat left
		center;
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: elipsis;
}

.drop-down {
	background: #f5f5f5 url("../images/form/drop-down.jpg") no-repeat center
		center;
	display: inline-block;
	float: left;
	height: 30px;
	width: 20px;
}

.options {
	background: #f3f3f3 url(../images/form/drop-list-bg.jpg) repeat-x;
	position: absolute;
	top: 30px;
	left: 0;
	display: none;
	box-shadow: 2px 2px 3px #AAA;
	z-index: 777;
	overflow: auto;
}

.option {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding: 0 5px;
	color: #333;
	cursor: pointer;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: elipsis;
}

.option a{
	color:#333
}

.curr {
	background-color: #e7e7e7;
}

.text {
	background: #FFF url(../images/form/text.jpg) no-repeat left center;
	display: inline-block;
}

.text-reset {
	background: #FFF url(../images/form/text.jpg) no-repeat right center;
	border: none;
	display: inline;
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 5px 5px;
	padding: 0;
	color: #333;
}

.door {
	background: #FFF url(../images/form/door.jpg) no-repeat right center;
	display: block;
	float: right;
	height: 30px;
	width: 5px;
}