.CMAX {
	width: 602px;
	height: 350px;
	left: 140px;
	overflow: visible;
	position: absolute;
	display: none;
	top: 300px;
	z-index: 5001;
	text-align: left;
	font: 100 8pt Verdana;
}
.CMAX .CMAX_popup {
	height: 0px;
	overflow: visible;
	position: relative;
}
.CMAX div.dialog_loading {
	background-color: #F2F2F2;
	border: 1px solid #606060;
	font-size: 24px;
	padding: 10px;
}
table.pop_dialog_table {
	border-collapse: collapse;
	margin: auto;
	table-layout: fixed;
	width: 580px;
}
td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright {
	height: 10px;
	overflow: hidden;
	padding: 0px !important;
	width: 10px !important;
}
td.pop_topleft {
	background-image: url(../images/pop_dialog_top_left.png) !important;
	filter: none !important;
}
td.pop_topright {
	background-image: url(../images/pop_dialog_top_right.png) !important;
	filter: none !important;
}
td.pop_bottomleft {
	background-image: url(../images/pop_dialog_bottom_left.png) !important;
	filter: none !important;
}
td.pop_bottomright {
	background-image: url(../images/pop_dialog_bottom_right.png) !important;
	filter: none !important;
}
td.pop_border {
	background-image: url(../images/pop_dialog_border.png) !important;
	filter: none !important;
}
.noshadow table td.pop_topleft, .noshadow table td.pop_topright, .noshadow table td.pop_bottomleft, .noshadow table td.pop_bottomright, .noshadow table td.pop_border {
	background-image: none !important;
	filter: none !important;
}
td.pop_content {
	background-color: white;
	padding: 0px;
}
td.pop_content h2 {
	background: #E5ECF0 none repeat scroll 0% 0%;
	border: 1px solid #D4E0E7;
	color: #635C69;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
td.pop_content h2.dialog_loading {
	background: #6D84B4 url(../images/loading_circle.gif) no-repeat scroll 400px 10px;
	padding-right: 40px;
}
td.pop_content h2 span {
	display: block;
	padding: 4px 10px 5px;
}
td.pop_content .dialog_content {
	background: #FFFFFF none repeat scroll 0% 0%;
	border-color: #D4E0E7;
	border-style: solid;
	border-width: 0px 1px 1px;
}
td.pop_content .dialog_body {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}
td.pop_content .dialog_summary {
	background: #F2F2F2 none repeat scroll 0% 0%;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 10px;
}
td.pop_content .dialog_buttons {
	background: #F2F2F2 none repeat scroll 0% 0%;
	padding: 8px;
	text-align: right;
}
td.pop_content .dialog_buttons input {
	margin-left: 5px;
}
td.pop_content .dialog_buttons_msg {
	float:left;
}
td.pop_content .dialog_footer {
	background: #F2F2F2 none repeat scroll 0% 50%;
}
.inputaux {
	background: #F0F0F0 none repeat scroll 0% 0%;
	border-color: #E7E7E7 rgb(102, 102, 102) rgb(102, 102, 102) rgb(231, 231, 231);
	color: #000000;
}
.inputbutton, .inputsubmit {
	background-color: #3B5998;
	border-color: #D9DFEA rgb(14, 31, 91) rgb(14, 31, 91) rgb(217, 223, 234);
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	padding: 2px 15px 3px;
	text-align: center;
}
.clearfix {
	display: inline-block;
}
.CMAX_transparent_layer{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 5000;
	background: #000000;
	filter: alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity: 0.2;
}
.CMAX_loading{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	display: none;
	z-index: 5001;
}
