.attChanged
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FF0000;
	font-style: italic;
	display: none;
}

#crmc_e_div
{
	position: absolute; 
	left: 620; 
	top: 100; 
	width: 400px;
	height: 438px;
	z-index: 500; 
	display: none;
	border-left: 1px solid #000000; 
	border-top: 1px solid #000000; 
	border-right: 2px solid #343434; 
	border-bottom: 2px solid #343434; 
	background-color: #EEEEEE;
	padding: 3px;
	overflow: auto;
}
* html #crmc_e_div { padding:3px 20px 3px 3px; }

#crmc_header, #crmc_footer
{
	font-family: Tahoma, Verdana; 
	font-size: 13px; 
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #BBBBBB; 
	width:395px;
}
* html #crmc_header, * html #crmc_footer { width:370px; }

#crmc_s_list, #crmc_a_list
{
	height: 158px;
	overflow: auto;
}
* html #crmc_s_list, * html #crmc_a_list { width:auto; }


.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.tableshadow 
{
    border: 1px solid #000000;
    padding: 60px 0;
    /*text-align: center;
     width: 200px;*/
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #ffffff;
}