a,a:hover,a:visited {
    color: #00a0f0;
}

body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	background-color: #000;
	margin: 0;
	padding: 0;
}

table.login {
	display: block;
	position: absolute;
	width: 100%;
	height: 310px;
	top: 25%;
}

table.login td.left {
	width: 40%;
	height: 310px;
	background: url(../images/login/left.jpg) no-repeat top right;
}

table.login td.right {
	width: 40%;
	height: 310px;
	background: url(../images/login/right.jpg) no-repeat bottom left;
}

table.login td.center {
	width: 635px;
	height: 310px;
	background: url(../images/login/center.jpg) no-repeat bottom left;
}


table.log {
	width: 635px;
	font-size: 1em;
	color: #fff;
	margin-top: 25px;
}

table.log td {
	text-align: left;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin: 10px 50px;
}

table.log td.footer {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
}

form {
	margin: 0;
	padding: 0;
}

textarea, input {
	background-color: #fff;
	color: #000;
	border: 1px solid #2078C2;
	width: 200px;
}

.but {
    text-align: center;
    color: #21537F;
    font-size: 11px;
    display: block;
    width: 200px;
    padding: 4px 0 4px 0;
    margin: 0;
    background: #D8DEE5 url(../images/login/but-login.gif) repeat-x;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.but:hover {
	background: #2B7FC6 url(../images/login/but-login-hover.gif) repeat-x;
	color: #fff;
}
