﻿body {
	background-color: #eff5ff;
	margin: 0;
	font: 11px Verdana
}

a {
	cursor: pointer
}

iframe {
	border: 1px solid #ccc;
	width: 100%;
	height:600px
}

#divLogin {
	width: 200px;
	margin-top: 200px;
	background-color: #fff
}

#divLogin div {
	float: left;
	text-align: left;
	background-color: #fff
}

#divLogin img {
	position: absolute;
	margin: -6px 0 0 -30px	
}

#divLogin input {
	margin-bottom: 2px
}

#divLogin .divInner {
	width: 200px
}

#divLogin .header {
	width: 100%;
	background-color: #a8c4f8;
	padding: 3px 0 0 20px;
	height: 16px;
	font-weight: bold
}

#divYonetim {
	width: 750px;
	border:1px solid #ccc
}

#divYonetim div {
	float: left
}

#divMenu {
	width: 150px;
	height: 600px;
	background-color: #ccc
}

#divMenu div {
	width: 100%;
	height: 30px;
	line-height: 30px
}

#divMenu div:hover {
	background-color: #999;
	cursor: pointer
}

div.frm {
	position: absolute;
	padding: 10px;
	border: 1px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	background-color: #FFF;    
}
