form
{
	padding					: 0;
	margin					: 0;
}

a {
	border					: 0px solid #F7C731;
	color					: white;
}

#pager {
	text-align				: center;
	margin					: 0px;
	margin-bottom			: 14px;
	padding					: 2px;
	border					: 1px solid #F7C731;
}

.pagecontent {
	padding					: 2px;
}

.toolline {
	clear					: both;
}

.row {
	clear					: both;
	margin-bottom			: 2px;
	padding					: 2px;
	border-bottom			: 1px solid #F7C731;
}

.gallery_name {
	float					: left;
}

.gallery_buttons {
	float					: right;
}

.pic_name {
	float					: left;
	width					: 490px;
	overflow				: hidden;
}

.pic_buttons {
	float					: left;
}

.pic_pic {
	float					: left;
	margin					: 4px;
}

.pic {
	clear					: both;
	float					: left;
	margin-right			: 0px;
	overflow				: hidden;
	margin-bottom			: 14px;
	padding-bottom			: 4px;
	border-bottom			: 1px solid #F7C731;
}

.backButton {
	float					: right;
	text-align:				center;
	padding-top:			4px;
	background				: url("../icons/button.gif") no-repeat;
	width:					50px;
	height:					22px;
	text-decoration			: none;
	color					: black;
}

.uploadButton {
	/*float					: left;*/
}
.submitButton {
	float					: left;
}
.newButton {
	float					: left;
	text-align				: center;
	padding-top				: 4px;
	background				: url("../icons/button.gif") no-repeat;
	width					: 50px;
	height					: 22px;
	text-decoration			: none;
	color					: black;
}
.editButton {
	float					: left;
	text-align				: center;
	padding-top				: 4px;
	background				: url("../icons/button.gif") no-repeat;
	width					: 50px;
	height					: 22px;
	text-decoration			: none;
	color					: black;
}
.delButton {
	float					: left;
	text-align				: center;
	padding-top				: 4px;
	background				: url("../icons/button.gif") no-repeat;
	width					: 50px;
	height					: 22px;
	text-decoration			: none;
	color					: black;
}

.picUpload {
	clear					: both;
	text-align				: center;
}
.uploadedPic {
	border					: 0px;
	max-height				: 300px;
}
* html .uploadedPic {
	height					: 300px;
}

img {
	border:					0;
}

.error {
	font-size				: 120%;
	color					: red;
	font-weight				: bold;
}

.showcontent {
	margin					: 25px 25%;
	background-color		: #0065AD;
	border					: 1px solid #F7C731;
}
