div.cbox {
	background: #B8ECFE;
	border: 1px solid #7D99CB;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	padding:0;
	margin:1em auto;
	width:800px;

}

div.ctitle {
	background: #7D99CB;
	color:#fff;
	font-size:15px;
	padding: 2px 10px;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	margin:0px;
}
div.ctitle div.links, div.ctitle div.links a {
	font-size:10px; 
	color:#fff;
}

div.content {
	padding:1em;
}

div.error {
	background:red;
	color:white;
	text-align:center;
	padding:.5em;
	margin:1em auto;
	font-weight:bold;
	font-size:20px;
	border:1px solid black;
	width:20em;
}


div.cbox label {
	display:block;
	font-weight:bold;
}

div.cbox select, div.cbox textarea, div.cbox input[type="text"] {
	border:1px solid #7D99CB;
	padding:2px;
	width:100%;
}
