
#error_box {
	position: relative;
	width: 500px;
	height: 300px;
	/*background: green*/
}

#error_txt {
	position: absolute;
	top: 58px;
	left: 24px;
	width: auto;
	height: auto;
	font-family: verdana;
	font-size: 10px;
	color: #2E3C59;
	line-height: 17px
}

.error:link {
	font-family: verdana;
	font-size: 10px;
	color: #2E3C59;
	text-decoration: none;
	font-weight: bold
}

.error:hover {
	font-family: verdana;
	font-size: 10px;
	color: #2E3C59;
	text-decoration: underline;
	font-weight: bold
}

.error:visited {
	font-family: verdana;
	font-size: 10px;
	color: #2E3C59;
	text-decoration: none;
	font-weight: bold
}