div.box {
	margin:10px;
	/*padding:8px;
	border:1px solid #ccc;
	-moz-border-radius-topleft: 8px;;
	-moz-border-radius-topright: 8px;
	border-radius: 15px;*/
} 

div.box div.left {
	background-image: url(../../images/box_left.png);
	background-repeat:no-repeat;
	height:40px;
	width:7px;
	float:left;
}

div.box div.right {
	background-image: url(../../images/box_right.png);
	background-repeat:no-repeat;
	height:40px;
	width:7px;
	float:right;
}

div.box div.heading {
	/*background-color:#ccc;
	border:1px solid #ccc;
	-moz-border-radius-topleft: 8px;;
	-moz-border-radius-topright: 8px;
	border-radius: 15px;*/
	background-image: url(../../images/box_center.png);
	background-repeat:repeat-x;
	height:40px;
	margin-left:6px;
	margin-right:6px;
	padding:8px;
}

div.box div.heading h1 {
	color:#0F5C8B;
	font-weight:bold;
	font-size:16px;
	padding-left:20px;
	margin:4px;
	float:left;
	background-repeat:no-repeat;
}

div.box div.heading .buttons {
	float:right;
}

a.button:hover {
	color:#000;
	text-decoration:none;				
}
input[type="submit"]:hover {
	/*color:#fff;
	text-decoration:none;*/				
}
/*
.button {
	background-color:#0F5C8B;
	color:#fff !important;
	font-size:12px;
	font-weight:bold;
	padding:3px;
	border:1px solid #000;
	cursor:default;	
}

a.button, a.button:hover {
	padding:4px;
	color:#fff;
	text-decoration:none;				
}
*/
.box .content {
	padding:8px;
	border:1px solid #ccc;
	margin-top:-17px;
}