body {
	background-color: #dddddd;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
}
h1 {
	color: red;
	font-size: 15px;
	margin: 0 0 10px;
}
p {
	margin: 0;
}
a {
	color: red;
	text-decoration: none;
}
.wrapper {
	width: 1000px;
	margin: 20px auto;
	background-color: #ffffff;
	min-height: 640px;
	margin: 20px auto 1px;
	width: 850px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#content {
	margin-left: -10px;
	margin-top: -10px;
	max-width: 865px;
	position: absolute;
}
#imagelist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#imagelist li {
	margin: 0 15px 15px 0;
	padding: 0;
	float: left;
	width: 200px;
	height: 135px;
	text-align: center;
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	box-shadow: 3px 3px 4px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#DDDDDD')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#DDDDDD');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#imagelist .imageItemContent {
	width: 385px;
	height: 120px;
	background: #eeeeee;
	padding: 15px 15px 0 15px;
}
#imagelist li:hover {
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	box-shadow: 1px 1px 2px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#DDDDDD')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#DDDDDD');
}
#imagelist li img {
	width: 200px;
	height: 135px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.5s ease;
}
#doLogin, #addImage {
	background: #ffffff;
	border: 1px solid #000;
	padding: 10px 10px 0 10px;
	position: fixed;
	right: 0;
	top: 0;
	margin: 10px;
}
.close {
	display: block;
	width: 13px;
	height: 13px;
	text-align: center;
	padding: 10px;
	background: #000;
	color: #fff;
	position: absolute;
	top: -10px;
	right: -10px;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}
label {
	display: block;
	width: 240px;
	margin-bottom: 1px;
	text-align: left;
}
input {
    margin: 0 0 10px 0;
    padding: 5px;
    width: 240px;
	border: 1px solid #ddd;
}
textarea {
    margin: 0 0 10px 0;
    padding: 5px;
    width: 240px;
	height: 70px;
	border: 1px solid #ddd;
}
input[type="submit"] {
	border: 0;
	background: #000;
	color: #fff;
	width: 100%;
	cursor: pointer;
}
.close:hover, input[type="submit"]:hover {
	background: red;
}
#imagelist li img.openedImage {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: auto !important;
	cursor: pointer;
	outline: 15px solid rgba(0, 0, 0, 0.7);
	outline-offset: -15px;
	transition: all 0.5s ease;
}