﻿table.login
{
	width: 100%;
}

table.login a:link
{
	font-size: 10px;
	color:#757575;
	font-weight:bold;
}

table.login td
{
	line-height: 35px;
	vertical-align: middle;
}

table.login td.member, td.security, td.forgot, td.forgot_text
{
	color: #851732;
	font-weight: bold;
}

table.login td.forgot_text 
{
	color: #4E4E4E;
}

table.login td.member
{
	font-size: 14px;
}

table.login input.text
{
	border: solid 1px #C4C4C4;
	font-size: 12px;
	height: 16px;
	width: 130px;
	padding: 1px 3px 0 3px;
}

.retrive_btn
{
	font-weight: bold;
}

.retrive_btn .btnRetrive
{
	width: 136px;
	height: 24px;
	border: 0px;
	font-weight: bold;
	font-size: 10pt; 
	background: url(images/retrive.gif) no-repeat 0px 2px;
	cursor: pointer;
	color: #f2f3ee;
}

