/**
 * Style sheet styleplus
 */
/* Highlight Box */
.hlbox
{
	border: 3px solid #ffcc79;
	padding: 5px !important;
	margin-top: 5px;
}

/* Highlight Box Content */
.hlbox,
.hlbox *
{
	background-color: #fff !important;
	color: #000 !important;
}

.error
{
	color:#ff0000;
}

input.captcha
{
	width:50px;
}
