﻿.commandButton
{
	font-size: 11px;
	height: 24px;
	width:73px;
	padding-bottom: 0px;
	background-color:transparent;
	border: 0px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-image:url("../../../System/Images/login/login_btn1.gif");
	background-position: top left;
	background-repeat:no-repeat;
	color:#213966;
	line-height: 15px;
	cursor: pointer;
	margin:0px 0 0 0;
	float:left;
}
.commandButton[class]
{
	max-height:24px;
	line-height: 14px;
	border-right:0px solid #cdd1d5;	
	border-bottom:0px solid #cdd1d5;
	padding-bottom: 0px;
	float:left;
}

.login_label_cell
{
    width:150px;
    /*background-color:Gray;*/
    vertical-align:top;
    margin:0;
    padding:3px 0 0 0;
    border:0px solid black;
    height:10px;
}

.login_textbox_cell
{
    margin:0;
    padding:0;
    width:140px;
    /*background-color:White;*/
    vertical-align:top;
    border:0px solid black;
    height:10px;
}

