﻿#thumb {
	position: relative;
}
#thumb img {
	position: absolute;
}
#thumb-red {
	display: none;
}
#thumb-red.visible {
	display: block;
}


#thumb-green {
    display: none;
}

#thumb-green.visible {
	display: block;
}


#contentPlaceholder_pnlAlreadySignedIn {
	margin: 10em auto 0 auto;
	font-family: Trebuchet MS;
	font-size: 12pt;
	width: 320px;
	color: #444;
	text-shadow: 1px 1px 1px #fff;
}
#contentPlaceholder_pnlAlreadySignedIn a {
	color: #113FDB;
}