﻿.page
{
    width:960px;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}
.foolter
{
    width: 960px;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}
.Login
{

    background-image:url('../Images/LoginBG.png');
    background-repeat:no-repeat;
    height:260px;
    width: 560px;
    margin: auto auto auto auto;


}
.body
{
     background-image:url('../Images/Screen-Login.jpg');
     background-repeat:repeat-x;
     font-family:Tahoma;
     font-size:13px;
}
.text-lang
{ font-size:12px; 
  color:#62686d; 
  font-weight:bold;
  
}

.title
{
    margin-left:150px;
    margin-top:150px;
}
/*
.btn-login {
	background:url('../Images/Sign-in.png') no-repeat;
	border:0;
	width:82px;
	height:24px;
	cursor:pointer;
	margin-right:5px;
	float:left;
}*/

input[type="text"], input[type="password"] 
{
	width:200px;
	height:20px;
	border:0;
	background:#fff;
	margin:0 0 5px 5px;
	color:#333;
	float:left;
	padding:0 5px;
    
}