<br />
<b>Deprecated</b>:  Function ereg() is deprecated in <b>/home/webizyum/public_html/1.1/index.php</b> on line <b>101</b><br />
<br />
<b>Deprecated</b>:  Function ereg() is deprecated in <b>/home/webizyum/public_html/1.1/index.php</b> on line <b>108</b><br />
body {
	font-family: sans-serif;
	font-size: 11px;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.errorBox {
	position: absolute;
	left: 100px;
	top: 10px;
	padding: 5px;
	width: 150px;
}

.box-error {
	border: 2px solid red;
	border-left-image: url('/1.1/media/msg_arrow.gif');
	background-color: #FFD8D8;
}

.box-info {
	border: 2px solid orange;
	border-left-image: url('/1.1/media/msg_arrow.gif');
	background-color: #FFF4D8;
}

#fancy_div {
	background-color: #FFFFFF !important;
	color: #000000 !important;
}



/* Form Hata Göstermece şeyleri... */
.FormErrorContainer {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 230px;
}

._message {
	float: left;
	position: relative;
	width: 200px;
	border: 2px solid steelblue;
	background-color: lightskyblue;
	padding: 3px;
	font-family: sans-serif;
	font-size: 11px;
}

._border {
	float: left;
	margin-top: 1px;
	width: 17px;
	height: 17px;
	background-image: url('/1.1/media/error_box_left.png');
	background-repeat: no-repeat;
}