@charset "utf-8";
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-bottom: 50;
	margin-left: auto;
	background-color:;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}

#container {
	width: 160px;
	height: 140px;
	padding: 15px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: ;
	
	margin-top:10px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
}
#thumbnail {
	margin-top: 1px;
	width: 165px;
	height: 151px;
}
#top {
	margin-top: 0px;
	height: 15px;	
	padding: 3px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	word-wrap: break-word;
	color:#BE1035;
	border:solid 0px black;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}
#info {
	margin-top: 5px;
	height: 15px;	
	padding: 3px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	word-wrap: break-word;
	color:#BE1035;
	border:solid 0px black;
}
#message {
	margin-top: 10px;
	height: 15px;	
	padding: 3px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#000000;
	border:solid 0px black;
}
#infor {
	margin-top: 0px;
	height: 15px;
	width:150px;
	padding: 3px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	word-wrap: break-word;
	color:#BE1035;
	border:solid 0px black;
	margin-bottom: 5px;
}
.clear {
	clear: both;
}

#upload {
	margin-top: 50px;
	width: 500px;
	padding: 10px;
	border: solid thin #999;
}
a:link {
	color: #603;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #06C;
}
a:active {
	text-decoration: underline;
}
.success,.error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url(http://knithorizon.com/maternity/gallery/images/success.png);
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(http://knithorizon.com/maternity/gallery/images/error.png);
}