.rounded {
	-moz-border-radius-bottomleft : 5px;
	-moz-border-radius-bottomright : 5px;
	-moz-border-radius-topleft : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
	-webkit-border-top-left-radius : 5px;
	-webkit-border-top-right-radius : 5px;
}

.rounded-left {
	-moz-border-radius-bottomleft : 5px;
	-moz-border-radius-topleft : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-top-left-radius : 5px;
}

.rounded-bottom {
	-moz-border-radius-bottomleft : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
}

/* Bubble
-----------------------------------------------------------------------------*/

.bubble {
	/* background : #9dc5d4 url(../images/layout/bubble-bg.jpg) repeat-x bottom;
	border : 1px solid #89b4c3;

	padding : 40px;
*/

	padding : 40px;
}

.bubble .cloud {
	position : absolute;
	margin-left : 620px;
	margin-right : 0px;
	top : -25px;
}

/* Form Rounded Field
-----------------------------------------------------------------------------*/

fieldset ol li.rounded-big .input-shell {
	background : url(../images/form/input-rounded-big.png) no-repeat top left;
	height : 45px;
	padding : 5px;
	width : 830px;
}

fieldset ol li.rounded-big .input-shell input.type-text {
	background : #ffffff;
	border : none;
	width : 685px;
}

/* Dashboard Panel
-----------------------------------------------------------------------------*/

.dashboard-panel {
	width : 600px;
}

.dashboard-panel .tabs ul li {
	background : #9cc4d3;
	color : #3d6c7c;
	float : left;
	font-size : 14px;
	font-weight : bold;
	font-family : "Lucida Grande";
	height : 40px;
	letter-spacing : -0.5px;
	line-height : 30px;
	list-style : none;
	list-style-position : outside; 
	margin-left : 0px;
	margin-right : 10px;
	margin-bottom : -10px;
	padding-left : 20px;
	padding-right : 20px;
	position : relative;
	z-index : 600;
}

.dashboard-panel .tabs ul li.alt {
	background : #ffffff;
}

.dashboard-panel .pane {
	background : #ffffff;
	padding : 10px;
	position : relative;
	z-index : 700;
}

.dashboard-panel .pane .content {
	background : #c8e6ee;
	padding : 20px;
}

