/* begin modal box styles */
div.ccModal {
	padding: 10px 36px 10px 36px;
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
	cursor: default;
	color: #3a3a3a;
	font-family: arial;
}
div.ccModalplain {
	padding: 10px;
	background: none;
}
div.ccModalsuccess {
	background: url(../images/icon_16x16_confirm.png) 10px 10px no-repeat;
}
div.ccModalwarning {
	background: url(../images/icon_16x16_attn.png) 10px 10px no-repeat;
}
div.ccModalerror {
	background: url(../images/icon_16x16_error.png) 10px 10px no-repeat;
}
div.ccModal div.message {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
div.ccModal div.heading {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}
div.ccModal div.prompt {
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 1.5;
}
div.ccModal div.buttonRow {
	text-align: center;
	margin-right: 26px;
	margin-top: 15px;
}
div.ccModal div.windowXout {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 6px 6px 0 0;
	background: url('../images/icon_10x10_close.png') top right no-repeat transparent;
	cursor: pointer;
}
div.ccModal a.bigLink {
	font-weight: bold;
	font-size: 15px;
	line-height: 2;
}
div.ccModal a {
	color: #0061b4!important;
	text-decoration: underline;
}
div.ccModal a:hover {
	color: #0061b4!important;
}
div.ccModal a img#closer {
	border: none;
	height: 10px;
	width: 10px;
	margin: none;
	padding: none;
	position: absolute;
	top: 6px;
	right: 6px;
}
/* end modal box styles */