.ErrMass{
	font-family: tahoma;
	color: #F00;
	font-size: 13;
	font-weight: bold;
    text-align: right;
    direction: rtl;
    margin-bottom: 20px;
}
.ErrMass2
{
	font-family: tahoma;
	color: #000;
	font-size: 13;
	font-weight: bold;
}


@media only screen and (min-width: 481px) and (max-width: 1900px)  {
.page-wrapper{
background-image: url('bg.jpg');
background-repeat: no-repeat;
background-position: center; 
background-size: cover;
}

}

@media only screen and (min-width: 300px) and (max-width: 480px)  {

.page-wrapper{
height:auto!important;
height:350px!important;
min-height:750px!important;
background-image: url('bg_mb.jpg');
background-repeat: no-repeat;
background-position: center; 
background-size: cover;

}

.row-table{
padding-top:180px;
}


}
