@charset "utf-8";
/*------------- font-face ---------*/
@font-face {
	font-family: 'ALKATIP Yazma Tom';
	src: url('fonts/ALKATIPYazmaTom.eot');
	src: url('fonts/ALKATIPYazmaTom.eot?#iefix') format('embedded-opentype'),
		url('fonts/ALKATIPYazmaTom.woff') format('woff'),
		url('fonts/ALKATIPYazmaTom.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.yazma input {
	font-size: 16px;
}

#yazma_title {
	width: 629px;
}

#basic_info {
	margin: 0 15px 0 0;
	padding-top: 10px;
}

#basic_info .mawzu {
	width: 729px;
	border: 1px solid #CCC;
	border-radius: 2px;
	position: relative;
	text-indent: 0px;
	display: block;
	float: right;
	margin-bottom: 10px;
}

#basic_info .mawzu label {
	border-bottom-left-radius: 2px;
	border-left: 1px solid #CCC;
	border-top-left-radius: 2px;
	display: inline-block;
	height: 30px;
	padding: 4px;
	line-height: 30px;
	text-align: center;
	width: 120px;
}

#basic_info .mawzu input {
	border: 0 none;
	border-radius: 5px;
	height: 25px;
	line-height: 30px;
	padding: 0px;
	width: 600px;
	color: #444;
	outline: medium none;
}

#basic_info label {
	border-bottom-left-radius: 2px;
	border-left: 1px solid #CCC;
	border-top-left-radius: 2px;
	display: inline-block;
	height: 30px;
	padding: 4px;
	line-height: 25px;
	text-align: center;
	width: 80px;
}

.categor {
	margin: 0 15px 0 0;
	width: 728px;
	border: 1px solid #CCC;
	border-radius: 2px;
	position: relative;
	text-indent: 0px;
	display: block;
	float: right;
	margin-bottom: 10px;
}

.categor label {
	margin: 0 0px 0 0;
	border-bottom-left-radius: 2px;
	border-left: 1px solid #CCC;
	border-top-left-radius: 2px;
	display: inline-block;
	height: 30px;
	padding: 4px;
	line-height: 30px;
	text-align: center;
	width: 120px;
}

.categor_title {
	width: 629px;
}

select {
	font-family: 'ALKATIP Yazma Tom';
	-webkit-appearance: menulist;
	box-sizing: border-box;
	-webkit-box-align: center;
	border: 1px solid;
	border-image: initial;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	color: black;
	background-color: white;
	cursor: default;
	border-radius: 2px;
	height: 30px;
	line-height: 30px;
	padding: 7px;
	width: 600px;
	outline: medium none;
}

#basic_info input {
	font-family: 'ALKATIP Yazma Tom';
	border: 0 none;
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
	padding: 4px;
	width: 227px;
	color: #444;
	outline: medium none;
}

#basic_info span {
	width: 360px;
	border: 1px solid #CCC;
	border-radius: 2px;
	position: relative;
	text-indent: 0px;
	display: block;
	float: left;
}

#basic_info span:hover {
	border-color: #BBB;
	box-shadow: 0 0 4px #DDD;
	color: #222;
}

.yolla {
	font-family: 'ALKATIP Yazma Tom';
	background: #1E95E5;
	color: #B7D4EC;
	color: rgba(255, 255, 255, .99);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .05),0 1px 0 rgba(255, 255, 255, .55) inset;
	border: 1px solid #147DCD;
	cursor: pointer;
	display: inline-block;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	padding: 3px 30px 3px 30px;
	text-align: center;
	vertical-align: middle;
	border-radius: 3px;
	-webkit-appearance: none;
}

.yolla:active {
	background: #1d8fdb;
	box-shadow: 0 1px 0 rgba(255,255,255,.15);
}

.yolla:focus {
	box-shadow: 0 0 10px rgba(255,255,255,.5),0 1px 0 rgba(255,255,255,.15) inset
}

.qayta {
	font-family: 'ALKATIP Yazma Tom';
	margin-right: 15px;
	-moz-transition: all 0.1s ease-out 0s;
	background-color: #1E95E5;
	background-image: -moz-linear-gradient(#F9F9F9, #F1F1F1);
	border: 1px solid #147DCD;
	border-radius: 3px;
	box-shadow: 0 1px 1px #E6E6E6, 0 1px 0 #FFF inset;
	color: #B7D4EC;
	color: rgba(255, 255, 255, .99);
	display: inline-block;
	padding: 3px 30px 3px 30px;
	text-align: center;
	text-shadow: 0 0 1px #FEFEFE;
	cursor: pointer;
	margin: 0px 5px 10px 5px;
	width: auto;
}

.author_name,.author_name input,.author_mail,.author_mail input {
	position: relative;
}

.author_name {
	float: right;
}

.author_mail {
	float: left;
	margin-left: 15px;
	font-family: 'ALKATIP Yazma Tom', Arial, Helvetica, sans-serif;
	float: left;
}

.author_name img, .author_mail img {
	position: absolute;
	left: 8px;
	top: 7px;
}

.heqqide {
	padding: 10px 15px 10px 13px;
}

.heqqide p {
	background-color: #ffffff;
	text-align: justify;
	font-size: 16px;
	line-height: 25px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	border: 2px solid #F0F0EE;
	color: #4A24F7;
	width: 100%;
}

.input, textarea {
	font-family: 'ALKATIP Yazma Tom';
	text-rendering: auto;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	margin: 0px 15px 0px 0px;
}