body
{
	background: #fff;
}  
form 
{
	width: 100%!important;
	margin: 0 auto;
}
.span-error
{
	margin-right: 1px;
	margin-left: 1px;
    color: #ff0000;
    display:none;
    font-size:12px;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}
.input-error
{
    border-color: #ff0000 !important;
}
.CMLabel
{
    color: #4D4D4D;
    margin-bottom: 10px;
    white-space: nowrap;
}
.CMInput
{
    width: 120px;
    height: 20px;
    border: solid 1px #969696;
    border-radius: 5px;
    margin: 2px 2px 2px 0;
    text-align: right;
    font-family: tahoma; 
    font-size: 11px;
}
.CMInputS
{
    width: 55px;
    height: 20px;
    border: solid 1px #969696;
    border-radius: 5px;
    margin: 2px 2px 2px 0;
    text-align: right;
}
input.SendBtn
{
    display: block;
    width: 70px;
    height: 25px;
    line-height: 15px;
    margin-top: 20px;
    border: 1px solid black;
    font-size: 13px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
#TblAshrai
{
     font-family: tahoma; 
     font-size: 11px;
}
#info
{
	cursor: pointer;
	vertical-align: middle;
	margin: 0px 5px 0px 5px;
}
#info-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
#infoDesc
{
	display: none;
	width: 210px;
	height: 145px;
	overflow: hidden;
}
#infoDesc img
{
	width: 210px;
}
#totalView
{
	display: none;
	height: 20px;
}
.loading-panel {
	position: absolute;
	top: 50px;
	left: 25%;
	width: 100px;
	height: 100px;
	z-index: 100000;
	background-image: url('images/loading70.gif');
	background-repeat: no-repeat;
	display: none;
}