* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	font-size: 12px;
	color: #333;
	font-family: arial, verdana, sans-serif;
	background-color: #3f6cd5;		
}

#container {
	width: 220px;
	padding: 20px;
	margin: 20px 0 0 20px;
}

/*-  dropdown controls
----------------------------------------------------------------------*/
.dd_wrapper {
	color: #fff;
	width: 169px;
	background: url(../dd_top.gif) top left no-repeat;
	font-size: 11px;
	padding: 11px 30px 10px 14px;
	position: relative;
	line-height: 1.3em;
	min-height: 17px;
	/* IE6 min-height hack: http://www.dustindiaz.com/min-height-fast-hack/ */
  height: auto ! important;
  height: 17px;	
}

.dd_wrapper .inner {
	position: relative;
	z-index: 100;
}

.dd_bottom {
	width: 213px;
	height: 18px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: url(../dd_bottom.gif) top left no-repeat;
	z-index: 0;
}

a.dd_toggle {
	position: absolute;
	top: 11px;
	right: 13px;
	z-index: 10;
}

.dd_wrapper .light {
	color: #a3bfe9;
}

.dd_option_panel {
	background-color: #eef5ff;
	position: absolute;
	top: 30px;
	left: 5px;
	width: 179px;
	padding: 10px;
	z-index: 999;
	color: #0f40c5;
	border-right: solid 2px #0f40c5;
	border-bottom: solid 2px #0f40c5;
	border-left: solid 2px #0f40c5;
}

.dd_option_panel p {
	padding-bottom: 6px;
}

.dd_option_panel ul {
	list-style: none;
}

.dd_option_panel ul li {
	padding: 3px 0;
}

.dd_option_panel p.buttons {
	margin-top: 10px;
	margin-bottom: 0;
}
