﻿body
{
}

.HeaderImageIcon
{
	background-image:
	background-image: url('./MyCustomImages/icon.jpg');
	background-repeat:no-repeat;
	width: 18px; 
	height:18px;
}

.ImageSettings { width:113px;height:128px;}
.Headerlabel{color:#0067d0;font-family:Tahoma,Arial;font-size:18px;font-weight:normal;}
 .CompulsoryFont
    {
    	font-family:Arial;
    	color:Red;
    }
    .HeaderFont
    {
    	
    }
    .ResetButton
    {
    	background-image:url('./MyCustomImages/reset.jpg')	;
    	background-repeat:no-repeat;
    	height:30px;
    	width:65px;
    }
    .SaveButton
    {
    	background-image:url('./MyCustomImages/save.jpg');
    	background-repeat:no-repeat;
    	height:30px;
    	width:65px;
    }

 .UpdateButton
    {
    	background-image:url('./MyCustomImages/update.jpg');
    	background-repeat:no-repeat;
    	height:30px;
    	width:65px;
    }
