#blog-edit-text {
	height: 300px;
}

#blogdescription,
#blogfreetext {
	height: 150px;
}

.formReg .blogField {
	font-size: 1.4em;
	width: 100%;
	padding:2px;
}

.formReg .blogFieldShort {
	font-size: 1.4em;
	padding:2px;
}

.blogurl {
	font-size: 1.4em;
}

.videoField {
	width: 100%;
	height: 80px;
	padding:2px;
}

#selectimagebox {
	position: absolute;
	height: 420px;
	width: 540px;
	top: 100px;
	left: 210px;
	z-index: 99997;
}

#drag {
	position: relative;
	background-color: #ccc;
	height: 20px;
	width: 558px;
	color: #fff;
	cursor: move;
	font-weight: bold;
	padding:0;
	margin:0;
	z-index: 99998;
}

#selectimage {
	position: relative;
	overflow: auto;
	background-color: #fff;
	border: 4px solid #ccc;
	height: 400px;
	width: 520px;
	padding: 15px;
	z-index: 99999;
}

.closebutton {
	float: right;
	border: 0;
	padding: 5px 5px 0 5px;
	margin:0;
}

.blog-img-edit {
	width: 100px;
	height: 185px;
	float: left;
	padding: 4px;
	text-align:center;
	border: 1px solid #eee;
	margin: 4px;
}

.blog-img-edit .img-size select,
.blog-img-edit .img-align select {
	width: 100px;
	margin-bottom: 2px;
	font-size: 0.9em;
}

.blog-img-edit .img-tag input {
	width: 96px;
	text-align:center;
	margin-bottom:2px;
}

.area {
	background: #eee;
	padding: 6px;
	border: 1px solid #ccc;
}

#images-in-article {
	
}

.ava {
	margin-left: 3px;
}

.img-left {
	float: left;
	padding: 4px 8px 4px 0;
}

.img-right {
	float: right;
	padding: 4px 0 4px 8px;
}

.img-center {
	text-align:center;
}

code {
	display:block;
	font: 1.1em 'Courier New', Courier, Fixed;
	border: 1px solid #b5b5b5;
	padding: 4px;
	background: #f2f2f2;
}

blockquote {
	font-style: italic;
	background-color: #fff;
	border: 0;
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

.hide-overflow {
	overflow: hidden;
}

.userBlogHeader {
	position:relative;
	height: 100px;
	width: 756px;
	line-height: 100px;
	font-size: 1px;	/*IEBg*/
	overflow:hidden;
}

.blog-header-img {
	position:absolute;
}

.commentField {
	width: 98%;
	height: 60px;
	padding:2px;
	border: 1px solid #f07b17;
}

.comment {
	width: 99%;
}

.inpost {
	border: 1px solid #F07B17;
	background: #FFF7F0;
}

#buttons {
	padding: 10px 0 10px 0;
}
