@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px}
Body{ background:url(../images/ManageBG.png); font-family:Tahoma, Geneva, sans-serif; font-size:8pt}

a{ color:#006564; text-decoration:none; font-size:7pt}
a:hover{ color:#650537}

@font-face {
  font-family: 'BYekan';
  src: url('fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

input{
	background:none;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	padding:2px;
	font-size:8pt;
	outline:none;
	direction:ltr
}
input:focus{ background:none}
input[type=submit]{ cursor:pointer; text-align:center}
input[type=text],input[type=password]{ margin-left:3px; margin-top:3px; width:110px}

.loginDiv{
	width:280px;
	height:290px;
	background:url(../images/LoginBG.png) no-repeat center;
	margin-top:125px
}

.loginLogo{
	width:240px;
	height:160px;
	background:url(../images/DFMK.png) center bottom no-repeat;
	margin-bottom:15px
}

.inputBG{
	width:188px;
	height:52px;
	background:url(../images/inputBG_FA.png) no-repeat
}

.submit{
	background:url(../images/Submit.png) no-repeat center;
	width:186px;
	height:22px;
	margin-top:5px
}

.submit:hover{
	background:url(../images/SubmitOver.png);
	cursor:pointer
}
