/* Singapore Tourism Board Style Sheet Guide */
/* Designed + Developed by Spoon Creative */

/* Centrepiece Page */

/* Text Formatting */
.login_txt_label {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 11px;
}

.logged_txt_label {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 11px;
	margin-top: 6px;
}


/* Login Divs */
.div_login {
	width: 600px;
	height: 22px;
	background-image: url(../images/img_bg_login.jpg);
	background-repeat: repeat-x;
	padding: 3px 4px 5px 10px;
	margin-top: 1px;
}
