div.function{
	padding-bottom:40px;
	width:715px;
}

div.function div.header{
	padding:5px;
	width:705px;;
	background-color:#cdd2e5;
	font-weight:bold;
	color:#223865;
	font-family:Verdana;
	font-size:11px;
	border:#223865 solid 1px;
	margin-bottom:5px;
	height:16px;
	float:left;
}

*html div.function div.header{
	padding:5px;
	width:705px;;
	background-color:#cdd2e5;
	font-weight:bold;
	color:#223865;
	font-family:Verdana;
	font-size:11px;
	border:#223865 solid 1px;
	margin-bottom:5px;
	height:25px;
	float:left;
}

div.function div.header div.signature{
	position:absolute;
	float:left;
	width:340px;
	text-align:left;
	padding:0px;
	margin:0px;
	width:705px;
}

div.function div.header div.defaultvalue{
	position:absolute;
	width:705px;
	text-align:right;
	padding:0px;
	margin:0px;
}

*html div.function div.header div.defaultvalue{
	position:absolute;
	width:695px;
	text-align:right;
	padding:0px;
	margin:0px;
}

div.function div.body div.description{
	width:100%;
}