@font-face {
	font-family: "DPMitra";
    src: url("../fonts/MitraBold.eot"); /* IE9 Compat Modes */
    src:
	  url("../fonts/MitraBold.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
	  url("../fonts/MitraBold.woff") format("woff"),  /* Modern Browsers */
	  url("../fonts/MitraBold.ttf") format("truetype"),  /* Safari, Android, iOS */
	  url("../fonts/MitraBold.svg") format("svg"),
	  url("../fonts/MitraBold.svg#svgFontName") format("svg"); /* Legacy iOS */

    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "BYekan";
    src: url("../fonts/BYekan.eot"); /* IE9 Compat Modes */
    src:
	  url("../fonts/BYekan.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
	  url("../fonts/BYekan.woff") format("woff"),  /* Modern Browsers */
	  url("../fonts/BYekan.ttf") format("truetype"),  /* Safari, Android, iOS */
	  url("../fonts/BYekan.svg") format("svg"),
	  url("../fonts/BYekan.svg#svgFontName") format("svg"); /* Legacy iOS */

    font-weight: normal;
    font-style: normal;
}

body,html{
background-color:#cbcbcb;
}

.copyright {

	color:#666;
	font-family:"DPMitra";
	font-size:10px!important;
	padding:5px 0;
	text-align:center;

}


#contain{
background-color:#bfbfbf;
}
#Login {
	background:#d9def1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.bx-log {
	background:#ffffff;
}
.bg-logo{
	text-align:center;
}
#Loginh1{
	font-family:"DPMitra";
	font-size:16pt;
	font-weight:normal;
	color:#e97b3c;
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
}
#Loginh4{
	font-family:"DPMitra";
	font-size:12pt;
	font-weight:normal;
	color:#e97b3c;
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
}
#Login label{
        margin-right: 20px;
	margin-top:10px;
	margin-bottom:10px;
	color:#666;
	font-family:"DPMitra";
	font-size:12pt;
	padding:5px 0;
}
#Login .inpt{
	margin-right:30px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	width:320px;
	padding:5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

 .icnUser{
	
}
 .icnPass{
	background:url('images/icn_pass.jpg') no-repeat 10px center;
}
 .inpt input{
	border:0px;
	font-family:Arial;
	font-size:12pt;
	color:#333;

}

.bx-button {
	padding:10px 0;
}
.btn_yellow {
	background:url('images/btn_Yellow_log.png') no-repeat right;
	color:#ffffff;
	border:0px;
	height:37px;
	font-family:"DPMitra";
	font-size:12pt;
	text-align:center;
	padding:0 25px 0 0;
	cursor:pointer;
	background-color:#dfae32;
	margin-bottom:5px;
}
.btn_blue {
	background:url('images/btn_Blue _Log.png') no-repeat right;
	color:#ffffff;
	border:0px;
	width:110px;
	height:37px;
	font-family:"DPMitra";
	font-size:12pt;
	text-align:center;
	padding:0 30px 0 0;
	cursor:pointer;
	background-color:#3ca7e5;
	
}
 ul{
	float:right;
	width:120px;
	pading:0px;
	margin:0px;
	list-style:none;
	clear:both;
}
 ul li{
	padding:0px;
	margin:0px;
}
 ul a{
	color:#666;
	text-decoration:none;
	font-size:11pt;
}
 ul a:hover{
	color:#333;
}
.bx-error {
	color:#ce0000;
	padding:5px;
	text-align:center;
	height:25px;
	line-height:25px;
}