.myRound
{
}

.myFont
{
	font-family: system, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #565654;
}

.myStdInput
{
	border: 1px solid lightgrey;
	font-family: system, sans-serif;
	font-size: 12px;
	color: #565654;
}

	.myStdInput:hover
	{
		border: 1px solid #99c1e2;
	}

	.myStdInput:focus
	{
	}

.CmdLogin {
	-moz-user-select: none;
	-webkit-user-select: none;
	padding: 7px 10px 7px 10px;
	margin-left: 30px; /* padding-left: 10px; padding-right: 10px; */
	font-family: system, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	cursor: pointer;
	color: #555d66;
	/* outline: none; */
	-webkit-box-shadow: #a7a7a7 0 2px 0 0;
	-moz-box-shadow: #a7a7a7 0 2px 0 0;
	box-shadow: #a7a7a7 0 2px 0 0;
	background-color: #EEE;
	border: 2px solid #999;
	color: #666;
	padding: 2px 6px;
}

	.CmdLogin[disabled="disabled"]
	{
		color: lightgray;
	}

	.CmdLogin:hover, .CmdLogin:focus
	{
		border: 2px solid #6dbdd1;
		background-color: #E1EBF4;
	}

	.CmdLogin:focus-visible
	{
		border-color: black;
	}


	.CmdLogin[disabled="disabled"]:hover, .CmdLogin[disabled="disabled"]:focus
	{
		border: 2px solid #999;
		background-color: #EEE;
	}

	.CmdLogin:active
	{
		transform: translateY(1px);
		-webkit-box-shadow: #a7a7a7 0 1px 0 0;
		-moz-box-shadow: #a7a7a7 0 1px 0 0;
		box-shadow: #a7a7a7 0 1px 0 0;
	}

	.CmdLogin[disabled="disabled"]:active
	{
		transform: translateY(0px);
		-webkit-box-shadow: #a7a7a7 0 2px 0 0;
		-moz-box-shadow: #a7a7a7 0 2px 0 0;
		box-shadow: #a7a7a7 0 2px 0 0;
		cursor: pointer;
	}

	.CmdLogin[disabled="disabled"]:hover, .CmdLogin[disabled="disabled"]:focus
	{
		background-color: #EEE;
		cursor: default;
	}

.CmdLogin {
	-moz-user-select: none;
	-webkit-user-select: none;
	padding: 7px 10px 7px 10px;
	margin-left: 30px; /* padding-left: 10px; padding-right: 10px; */
	font-family: system, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	cursor: pointer;
	color: #555d66;
	/*outline: none;*/
	background-color: #EEE;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 2px solid #999;
	color: #666;
	padding: 2px 6px;
}

	.CmdLogin:hover
	{
		border-color: #99c1e2;
		background-color: #e4f5fc;
	}

	.CmdLogin:focus
	{
		border-color: #99c1e2;
		background-color: #e4f5fc;
	}

.TabLogin
{
	margin: auto;
	border: solid 2px #cccccc;
	text-indent: 0px;
	box-shadow: 2px 2px 2px #a9aaa7;
	border-radius: 6px 6px 6px 6px;
}

	.TabLogin tr
	{
		margin: 0px;
		padding: 0px;
	}

	.TabLogin td
	{
		margin: 0px;
		padding: 0px;
	}

.TabIntLogin
{
	width: 98%;
	border: none;
	text-indent: 0px;
	border-radius: 4px 4px 4px 4px;
	background-color: #ffffff;
}

	.TabIntLogin tr
	{
		margin: 0px;
		padding: 0px;
	}

	.TabIntLogin td
	{
		margin: 0px;
		padding: 0px;
	}

.LinkSendPassword
{
	cursor: pointer;
	text-decoration: underline;
	font-family: system, sans-serif;
	font-size: 12px;
	color: #00415d;
}
