@charset "iso-8859-9";
	/* width */
	::-webkit-scrollbar {
	 	width				: 1px;
	}
	/* Track */
	::-webkit-scrollbar-track {
		background-image	: linear-gradient(to right, #F9FAFB , white);	
	}
	/* Handle */
	::-webkit-scrollbar-thumb {
		background			: #F9FAFB; 
	}
	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background			: #F9FAFB; 
	}
/* CSS Document */

	.soladaya {
		float				: left;
		text-align			: center;
	}
	.myInput {
		width				: 99%;
		font-size			: 14px;
		font-weight			: bold;
		height				: 42px;		
		border				: 2px solid #09F;
		margin-bottom		: 12px;
		line-height			: 42px;
	}
	.Kaydet {
		height				:42px;
		/* width			:95%;*/
		color				:#FFF;
		line-height			:42px;
		vertical-align		:middle;
		text-align			:center;
		font-size			:16px;
		border-radius		:8px;
		background-color	:#09F;
		border				:1px solid #6CF;
	}
	.backOrange {
		background-image	: linear-gradient(to right, #5CC397, #6CE6B2, #5CC397 );
		text-align			: center;
	}
	.clear {
	 	clear				: both;	
	}