/* titlebox
-------------------------------------------------- */
.titlebox {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(images/titlebox/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;
}
.titlebox .title {
	color: #333333;
	font-size: x-small;
	font-weight: bold;
	padding: 5px;
	border-bottom: 2px dotted #FFFFFF;
}
.titlebox .title img{
	margin: 0 5px;
}
.titlebox .title .Head {
	color: #333333;
	font-size: x-small;
	font-weight: bold;
}
.titlebox .contents {
	color: #666666;
	font-size: x-small;
	padding: 10px;
}
.titlebox .contents a {
	color: #C333;
}
.titlebox .CommandButton:link {
	color: #C333;
}
.titlebox .CommandButton:visited {
	color: #C333;
}
.titlebox .CommandButton:hover {
	color: #C333;
}
.titlebox .CommandButton:active {
	color: #C333;
}

/* NoTitle
-------------------------------------------------- */
.notitle{
	margin-bottom: 10px;
}
.notitle .contents {
	font-size: x-small;
	color: #666666;
}
.notitle .contents a {
	color: #C333;
}
.notitle .CommandButton:link {
	color: #C333;
}
.notitle .CommandButton:visited {
	color: #C333;
}
.notitle .CommandButton:hover {
	color: #C333;
}
.notitle .CommandButton:active {
	color: #C333;
}

