#articlebody {
overflow:hidden;
}


#articlephoto {
width:210px;
overflow:hidden;
float:left;
margin:5px 10px 10px 0;
}

#articlephoto img {
display:block;
border:1px solid orange;
}



th {
text-align:left;

}

form {
	margin-bottom:20px;
}

form div {
border-bottom:1px solid #eee;
padding:11px 0;
}

* html form div {
height:30px;
}

form div.simple {
	padding:0;
	border:none;
}

form label{
display:block;
float:left;
width:130px;
}

form select {
width:100px;
}

form .cat {
width:204px;
}

form input{
width:310px;
}

form #body {
width:420px;
height:330px;
}

form #gallery {
width:420px;
height:120px;
}

form #submit, form .submit {
margin-left:130px;
height:30px;
width:100px;
}

form fieldset {
	padding: 10px;
}

iframe, #photomanager {
	width:100%;
}



#bydate{
	padding-left:130px;
}

/*
#current_photo {
float:left;
list-style-type:none;
margin:0; padding:4px;
min-height:75px;
margin-bottom:5px;
}

#current_photo li {
width:110px;
float:left;
position:relative;
margin:0 5px 5px 0;
border:1px solid #666;
background:#eee;
text-align:center;
}

#current_photo .thisphoto {
width:100px;
height:100px;
overflow:hidden;
position:relative;
margin: 0 auto;
}

#current_photo li input {
	float:none;
	display:inline;
	margin:0;
	padding:0;
	width: 25px;
}

#current_photo li input.caption {
	width: 100px;
}



#current_document {
list-style-type:none;
margin:0; padding:0;
}

#imageFloatContainer{
	margin:10px;
	float:left;
	width:100%;
	border:1px solid #ccc;
}

#galleryPhoto {
width:100px;
height:100px;
overflow:hidden;
float:left;
margin:0 5px 5px 0;
border:1px solid #666;
background:#eee;
}

div#imageFloatContainer img {
	float: left;
	margin: 10px;
	border: 1px solid #000000;
}

ul.sortableList {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 400px;
	font-family: Arial, sans-serif;
}
ul.sortableList li {
	cursor: move;
	padding: 2px 2px;
	margin: 4px 0px;
	border: 1px solid #666;
	background-color: #eee;
	color: #000;
}
*/
