﻿.LoginPanel{-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
            border: 1px solid #AAAAAA;}
.PanelHdr { border:none !important; border-top: 1px solid #AA00A9 !important; margin-top: 10px;}
.panelHdr2 {height: 25px; background-color: #BABABA; border:none !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
             margin: 0; }

.pestaniaImg{ float: left;}
.titleHdr{ color:#AA00A9; position:absolute; top: 278px; left: 489px; font-size: 1.1em; } 
.LabelLeft{ margin-top:.25em; display:inline-block;}
.itemSpaceRight{ display:none;}
.FieldValue{ margin-left:50px;}
.Field{ height:3em;}
.FormLogin{ height:8em;}
.item { height:5.5em; display:block;}
.FormLoginFieldFirst{ padding-top:1.5em;}
.itemButton { padding: 0; margin: 1em .75em .75em 0; }
.imgLogo { background-image:url('images/Go.png'); width:120px; height:26px; }
.imgLogo:hover { background-image:url('images/Go_hover.png'); width:120px; height:26px; }
.IvLogin {
	padding: 5px 24px;
	background-color: white;
	border: 1px solid #981e32;
	color: #981e32;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 70px;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 0.5em auto 0.2em auto;
	text-align: center;
}
.IvLogin:hover {
	background: #981e32;
	color: white;
}
.IvPwdSet  {
	display: block;
	text-align: center;
	color: gray;
}