/*----------------------Log in button  ------------------------*/
.bt1class.ui-button,
.bt1class.ui-button a:link {color:#53A6CF; text-decoration: none}

.bt1class span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
}

/* button text element */
.bt1class.ui-button .ui-button-text {
	display: block;
	line-height: normal;
	background-color: #ffffff;   /* button text element */
}

.bt1class.ui-button-text-only .ui-button-text {
	font-size: 11px;
     /** the "width:95px" was removed to get the default  length of the button */
	line-height: normal;
    width: 75px;
	padding: .1em .1em;
}	