@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 {
   background: url('../images/bg_login.jpg') no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;

   font-family:"DPMitra";
   font-size:12pt;
   border-top:30px solid #2575b0;
   padding:0px;
   margin:0px;
   
}

#container {
	margin: 20px auto;
}
#Login {
	margin:0 auto;
	width:1000px;
	background:#fff;
}

.head {clear:both; height:155px;}
.Logo{float:right;width:350px;}
.Advertiser {float:left;width:650px;height:155px;overflow:hidden;}
.office {clear:both;background:url('../images/office.jpg') no-repeat;height:370px;position:relative;}
.bx-login {width:300px;position:absolute;top:30px;right:20px;border-radius:5px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,f8f7f5+56,e7e2de+87,e6e3e0+100 */
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2Y4ZjdmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2U3ZTJkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmUzZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(248,247,245,1) 56%, rgba(231,226,222,1) 87%, rgba(230,227,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(248,247,245,1) 56%,rgba(231,226,222,1) 87%,rgba(230,227,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(248,247,245,1) 56%,rgba(231,226,222,1) 87%,rgba(230,227,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e3e0',GradientType=0 ); /* IE6-8 */

}

#Login h1{
	font-family:"DPMitra";
	font-size:16pt;
	font-weight:normal;
	color:#eb5e4d;
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
}
#Login label{
	margin-right:30px;
	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:220px;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow : -1px 0 2px #ccc;	
}
#Login .icnUser{
	background:#fff url('../images/icn_user.jpg') no-repeat 10px center;
}
#Login .icnPass{
	background:#fff url('../images/icn_pass.jpg') no-repeat 10px center;
}
#Login .inpt input{
	border:0px;
	width:200px;
	font-family:"BYekan";
	font-size:10pt;
	color:#333;
    outline: 0;
}
.bx-button {
	padding:10px; 10px 0;
	text-align:right;
	padding-left:40px;
}
.bx-button input {border:0px; background:#76ae33;	border-radius : 5px;padding:3px 5px;
	color:#fff;
	font-family:"BYekan";
	font-size:10pt;
	font-weight:700;
}

.btn-Yellow {

	color:#fff;
	font-family:"DPMitra";
	font-size:12pt;
	font-weight:700;
	border:0px;
	padding:3px 5px;
	border-radius : 2px;
	border:1px solid #2e6daa;
	box-shadow:1px 1px 2px #ccc;
	min-width:100px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#44a8e5+0,288ce5+100 */
background: #44a8e5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0YThlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODhjZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #44a8e5 0%, #288ce5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44a8e5), color-stop(100%,#288ce5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #44a8e5 0%,#288ce5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #44a8e5 0%,#288ce5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #44a8e5 0%,#288ce5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #44a8e5 0%,#288ce5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44a8e5', endColorstr='#288ce5',GradientType=0 ); /* IE6-8 */


}
.btn_yellow {
	background:url('images/btn_Yellow.png') no-repeat;
	color:#ffffff;
	border:0px;
	width:110px;
	height:37px;
	font-family:"DPMitra";
	font-size:11pt;
	text-align:right;
	padding:0 25px 0 0;
	cursor:pointer;
}
.btn_blue {
	background:url('images/btn_Blue.png') no-repeat;
	color:#ffffff;
	border:0px;
	width:110px;
	height:37px;
	font-family:"DPMitra";
	font-size:11pt;
	text-align:right;
	padding:0 30px 0 0;
	cursor:pointer;
}
.bx-button ul{
	float:right;
	width:160px;
	padding:0px;
	margin:0px;
	list-style:none;
	clear:both;
}
.bx-button ul li{
	padding:0px;
	margin:0px;
}
.bx-button ul a{
	color:#666;
	text-decoration:none;
	font-size:11pt;
}
.bx-button ul a:hover{
	color:#333;
}
.bx-error {
	color:#ce0000;
	padding:5px;
	text-align:center;
	height:25px;
	line-height:25px;
}