html{
overflow:hidden;
}
body {
	margin:0px;
	padding:0;
	background: #fff url(../images/gradient-bg.gif) repeat-x;
	
}
.flower {
	position:absolute;
	left:-20px;
	top:0px;
	width:185px;
	height:688px;
	z-index:-2;
	background: url(../images/flower-bg.gif) no-repeat left;
}
.ustMenu{	
    position:absolute;
	width:78%;
	height:56px;
	right:22px;
	top:0px;
	z-index:1;
	background: #fff url(../images/b.gif) repeat-x;
	border-bottom:#CCCCCC solid 1px;

}
.icerik{
	margin-top:62px;
	width:800px;
}
.sagBlok{
margin:0px;
padding:0px;
float:right;
width:80%;
overflow-y:scroll;
}
.solBlok{
margin:0px;
padding:0px;
float:left;
width:20%;
height:800px;
background: url(../images/865947922.png) right;
background-repeat:repeat-y;
}
.logo{
float:right;
margin-top:8px;
margin-right:10px;
}
#footer{
float:left;
}
.clearBoth {clear: both}
/*login form*/
.loginForm{
width:220px;
margin-top:20px;
float:right;
margin-right:10px;
}
.loginTitl{
padding-right:6px;
text-align:right;
font-size:large;
color:#FF0000;
}
.kolnL{
width:90px;
float:left;
text-align:right;
}
.kolnR{
width:90px;
float:left;
}
.kolnR input{
width:120px;
}
.loginBut{
width:180px;
text-align:right;
}
.fooder{	
    position:absolute;
	width:100%;
	height:40px;
	right:22px;
	bottom:0px;
	z-index:1;
}
.otuzbeslira{
	float:right;
}
.otuzbeslira img{
border:0px;
}
.ErorMessage{
width:100%;
height:30px;
background-color:#FFFF00;
font-size:24px;
color:#FF0000;
border-bottom:#999999 solid 1px;;
border-top:#999999 solid 1px;
}