
div.quickNav
{
	padding-top:75px;
}
#left div.floatBaloon, div.floatBaloon
{
	min-width:135px;
	max-width:135px;
	display:none;
	border:1px solid #6DABD8;
	background:#B7DEF6;
	padding:10px;
	margin-top:2px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;	
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;	
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
/*-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
*/

#left div.floatBaloon div { text-align: left; padding-left: 0; background: none; }


#left div.floatBaloon *, div.floatBaloon * {
font-size:10px;
color:#666;
}

#left div.floatBaloon strong, div.floatBaloon strong {
	padding:5px;
	display:block;
	font-size:12px;
}
#left div.floatBaloon p, div.floatBaloon p {
margin:0px;	
font-weight:bold;
color:#409DEC;
}
#left div.floatBaloon a, div.floatBaloon a {
display:block;	
min-width:140px;
padding:2px;
margin: 0; border: 0; background: none; text-align: left; text-decoration: underline;
}

div.floatBaloon input{
width:100%;
}

div.floatBaloon input, div.floatBaloon textarea{
border:1px solid #5CA4ED;
font-family:arial;
font-size:11px;
}
div.floatBaloon textarea{
	width:100%;
	height:100px;
}
#left div.floatBaloon a, div.floatBaloon a {color:#666;font-size:11px;}

div.quickNav td {
	background:url(/images/btn_bg_small.png) right;
	padding-right:5px;
	width:160px;
	border:2px solid white;
}
div.quickNav td > a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
	padding-left:5px;
	display:block;
	height:17px;
	padding-top:2px;
	white-space:no-wrap;
	font-size:11px;
	font-family:verdana;
	background:url(/images/btn_bg_small.png) left;
}
div.floatBaloon input[type=submit]
{
	width:100px;
	display:block;
	margin-top:2px;
}

