td,p,input,select,textarea,form,div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
body{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:auto;	
}

select { 
	width:130px;
}

#pnlMoto { 
	width:50%;
	float:right;
	border:1px;
}

#pnlOto {
	width:50%;
	float:left;
	border:1px;
}

#tblOto td, #tblMoto td { 
	padding-bottom:3px;
	padding-top:3px;
	padding-right:3px;
}

form { 
	display:inline
}

.tdBaslik { 
	background:#336699;
	font-weight: bold;
	letter-spacing: 5px;
	color: #FFFFFF; 
	padding-top:5px;
	padding-left:10px;
}

#tblMain td {
	/*border-bottom: 1px solid #CCCCCC;*/
}


input.inputButton {
	border: none;
	width: 107px;
	height: 20px;
	background-image: url('images/btn_gonder_off.gif');
}

input.inputButtonHover {
	border: none;
	width: 107px;
	height: 20px;
	background-image: url('images/btn_gonder_on.gif');
}

