.sms_alert {
	border: 1px solid #94B54C;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
}

.copyright {
	text-align: center;
	font-size: 8px;
}

.label-account {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.value-account {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.register_input {
	width: 190px;
	border: 1px solid #BFBFBF;
	font-family:Verdana,Tahoma,Arial;	
}

/* SOCIAL BOXES */
.social_box_normal {
	background: url(/images/box/buttongray.gif) no-repeat center;
	height: 15px;
	line-height: 15px;
}
.social_box_normal a {
	color: #662e8f;
}
.social_box_highlight {
	background: url(/images/box/buttonpurple.gif) no-repeat center;
	height: 15px;
	line-height: 15px;
}
.social_box_highlight a {
	color: white;
}
.social_box_highlight a:hover {
	color: white;
}