/* Release: 1.1 2009-03-10 */

#g-setup * {
	font-family: Verdana, Geneva, sans-serif!important;
	font-size: 11px!important;
	color: #000!important;
	letter-spacing: 0.2px!important;
	line-height: 1.0!important;
	margin: 0!important;
	padding: 0!important;
	height: auto!important;
	text-transform: none!important;
	background-color: transparent!important;
	border: 0!important;
}

#g-setup {
	position: absolute;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 2px solid #C0C0C0;
	background-color: #EEE;
	z-index: 1200;
}

#g-setup div {
	margin-top: 2px!important;
}

#g-setup label {
	float: left!important;
	width: 120px!important;
	text-align: right!important;
	padding-right: 5px!important;
	line-height: 1.4!important;
}

#g-setup input {
	float: left!important;
	width: 100px!important;
	background-color: #FFF!important;
	border: 1px solid #C0C0C0!important;
	border-right: 1px solid #DDD!important;
	border-bottom: 1px solid #DDD!important;
}

#g-setup h6 {
	margin: 10px 0 5px 0!important;
	text-align: center!important;
	font-weight: bold!important;
}

#g-submit {
	display: block;
	margin: 4px auto 0 auto!important;
	width: 69px;
	color: #069!important;
	line-height: 1.3!important;
	text-decoration: none!important;
	border-bottom: 1px dotted #666!important;
	font-weight: normal!important;
}

#g-name {
	float: left;
	margin: 2px 0 0 4px!important;
	font-weight: bold;
	line-height: 1.3!important;
}

#g-show-hide {
	float: right;
	margin: 2px 4px 0 0!important;
	font-size: 10px!important;
	cursor: pointer;
	border-bottom: 1px dotted #069!important;
	line-height: 1.3!important;
}

#g-grid {
	left: 0;
	position: absolute;
	top: 0;
}

#g-grid .g-vertical,
#g-grid .g-horizontal {
	position: absolute;
	z-index: 1000;
}

/* IE7 Only, 1 pixel faulty in the grid */
*:first-child+html #g-grid .g-horizontal,
*:first-child+html #g-grid .g-vertical {
	margin-left: -1px;
}

#g-grid .g-horizontal {
	height: 1px!important;
	font-size: 0px;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

html[xmlns] .clearfix {
	display: block;
}