div.select_box
{
	height:18px;
	display:inline-block;	
	*display:inline;
	*margin-top:0;
	*zoom:1;
}
.tag_select
{
	color:#000000;
	height:18px;
	background:#FFF url(cute-select.gif) no-repeat right 0;
	border:1px solid #FC2F00;
	line-height:18px;
	padding:0 10px;
	*float:left;
}

div.tag_select_hover
{
	color:#000000;
	height:18px;
	background:#FFF url(cute-select.gif) no-repeat right -48px;
	border:1px solid #FC2F00;
	line-height:18px;
	padding:0 10px;
	*float:left;
}

div.tag_select_open
{
	color:#000000;
	height:18px;
	background:#FFF url(cute-select.gif) no-repeat right -24px;
	border:1px solid #FC2F00;
	border-bottom:none;
	line-height:18px;
	padding:0 10px;
}

ul.tag_options
{
	list-style:none;
	background:#FFF;
	margin:0 0 0;
	padding:0;
	overflow-x:hidden;
	overflow-y:auto;
	border-left:1px solid #FC2F00;
	border-right:1px solid #FC2F00;
	border-bottom:1px solid #FC2F00;
	display:inline-block;
}

ul.tag_options li
{
	height:18px;
	text-decoration:none;
	line-height:18px;
	background:#FFF;
	color:#000000;
	padding:0 10px;
	display:block;
	margin:1px;
}

ul.tag_options li.open_hover
{
	color:#fff;
	background:#B6CDDC;
}

ul.tag_options li.open_selected
{
	color:#fff;
	background:#FC2F00;
}

div.type_radio
{
	margin:3px 0 0;
	width:15px;
	height:15px;
	background:transparent url(cute-radio-checkbox.gif) no-repeat 0 0;
	display:inline;
}

div.type_radio_hover
{
	margin:3px 0 0;
	width:15px;
	height:15px;
	background:transparent url(cute-radio-checkbox.gif) no-repeat 0 -15px;
	display:inline;
}

div.type_radio_checked
{
	margin:3px 0 0;
	width:15px;
	height:15px;
	background:transparent url(cute-radio-checkbox.gif) no-repeat -15px 0;
	display:inline;
}

div.type_radio_checked_hover
{
	margin:3px 0 0;
	width:15px;
	height:15px;
	background:transparent url(cute-radio-checkbox.gif) no-repeat -15px -15px;
	display:inline;
}

div.type_checkbox
{
	margin:3px 0 0;
	width:15px;
	height:15px;
	background:transparent url(cute-radio-checkbox.gif) no-repeat 0 -30px;
	display:inline;
}

div.type_checkbox_hover
{
	margin:3px 0 0;
	width:15px;
	height:15px;
	background:transparent url(cute-radio-checkbox.gif) no-repeat 0 -45px;
	display:inline;
}

div.type_checkbox_checked
{
	margin:3px 0 0;
	width:15px;
	height:15px;
	background:transparent url(cute-radio-checkbox.gif) no-repeat -15px -30px;
	display:inline;
}

div.type_checkbox_checked_hover
{
	margin:3px 0 0;
	width:15px;
	height:15px;
	background:transparent url(cute-radio-checkbox.gif) no-repeat -15px -45px;
	display:inline;
}

input.type_text
{
	height:16px;
	border:1px solid #FC2F00;
	padding:1px 3px;
	color:#FC2F00;
}

input.type_text_hover
{
	height:16px;
	border:1px solid #FC2F00;
	padding:1px 3px;
	color:#FC2F00;
}

input.type_text_focus
{
	height:16px;
	border:1px solid #000000;
	padding:1px 3px;
	color:#FC2F00;
}

input.type_submit
{
	width:70px;
	height:25px;
	background:transparent url(cute-submit.gif) no-repeat 0 0;
	border:none;
	color:#fff;
	font-size:11px;
}

input.type_submit_hover
{
	width:70px;
	height:25px;
	background:transparent url(cute-submit.gif) no-repeat 0 -25px;
	border:none;
	color:#fff;
	font-size:11px;
}

textarea.tag_textarea
{
	height:150px;
	background:#fff;
	border:1px solid #FC2F00;
	padding:3px;
	color:#FC2F00;
}

textarea.tag_textarea_hover
{
	height:150px;
	background:#fff;
	border:1px solid #FC2F00;
	padding:3px;
	color:#FC2F00;
}

textarea.tag_textarea_focus
{
	height:150px;
	background:#fff;
	border:1px solid #000000;
	padding:3px;
	color:#FC2F00;
}

.transparent
{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	border:none;
	background:#FFF;
	line-height:11px;
	z-index:10;
	cursor:pointer;
	overflow:hidden;
	width:16px;
}
