/* CSS Document */

.body {
	background:url(images/bg.png) no-repeat top center #AA043F;
	color:#000;
	margin:0px;
font-family: arial,sans-serif;
font-size: 13px;
line-height: 1.4;
}

a, a:visited {
	color:#000000;
	text-decoration:none;	
}

a:hover {
	color:#CC0000;
	text-decoration:none;	
}


.altbody {
	background:url(images/bg.png) no-repeat top center #AA043F;
	color:#000;
	margin:0px auto;
	width:820px;
font-family: arial,sans-serif;
font-size: 13px;
line-height: 1.4;
}



.liste {}
.liste ol li {
	margin-bottom:30px;
}






/* Alt sayfalar */
.altheader {
	width:820px;
	float:left;
}
.altcontent {
	float:left;
	padding:20px;
	
}
.altbottom {
	width:820px;
	float:left;
}

.dot {
	padding-left:25px;
	background:url(images/dot.gif) no-repeat;
	margin-bottom:25px;
}



.input {
	padding:3px;
	border:1px solid #CCCCCC;
}
/* Alt sayfalar */







#pageflip {
	position: relative;
	right: 0; top: 0;
	float: right; 
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(images/pagebg.jpg) no-repeat right top;
}
