#loginBlock
{
	min-height:25px; 
	border-top:1px solid #ACC4B4;
	border-left:1px solid #ACC4B4; 
	font-size: 12px;
	font-family: verdana;
	line-height: 24px;
	text-align: center;
	margin-bottom:-2px;
	text-decoration: none;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#certificateBlock
{
	min-height:25px; 
	border-top:1px solid #ACC4B4;
	border-right:1px solid #ACC4B4; 
	font-size: 12px;
	font-family: verdana;
	line-height: 24px;
	text-align: center;
	margin-bottom:-2px;
	text-decoration: none;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.enabledTab
{
	height:26px; 
	background:#F2FBEF;	
}

.disabledTab
{	
	background: #CCF5CC;
	border-bottom:1px solid #ACC4B4;
}

.disabledTab a
{
	color: #145E5E;
}

.enabledTab a
{
	color: #145E5E;
	background-color:#F2FBEF;
}

.digipass
{	
    width: 50%; 	
	float:left; 
	
}

.certificate
{    
    width: 50%;    
	float: right; 	
	margin-left: -1px;
	border-left:1px solid #ACC4B4;
}

.borderBox
{
	border:1px solid #ACC4B4; 
}



.submit
{
	border-style: solid;
	border-color: #4C994C;
	border-width: 1px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 30px;
	font-size: 14px;
	font-family:Arial;
	color: #fff;
	background-color: #5FBF5F;
	padding:5px;
	text-decoration:none;
	width:70px;
	border-radius: 0.2em;
}

.submit:hover
{
    background-color: #56AC56;
}

.errorMessage
{
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 260px;
	color: Red;
}

#errorPanel
{
	border: 0px;
	min-height: 20px;
}

.loginControlPair
{
    margin:0 auto;
    width:205px;
}

.loginControlTextBox
{
    border: 1px solid #CCCCCC;
    height:20px;
    width:120px;
    float:right;
    padding-left:4px;
    border-radius:3px;
    -webkit-border-radius:3px;
}


.loginControlTextBox:focus {
    border-color: #5FBF5F;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(95, 191, 95, 0.5);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(95, 191, 95, 0.5);
    
    outline: 0 none;
}

