/****
Random-Anime Forms CSS Sheet

Purpose: Contains the CSS styling for the upload, reply, and other form(s)
****/

/* Shared attributes by Reply/Upload Forms */
#upload-form-wrapper {
	margin: 0 auto;
}

#upload-form {
	padding-left: 5px;
	padding-bottom: 8px;
	margin-left: 185px;
}

#upload-form div {
	margin-bottom: 2px;
}

.upload-form-left {
	float: left;
	width: 100px;
}

.upload-form-right {
	width: 475px;
	text-align: left;
}

.comment-box {
	width: 335px;
	height: 100px;
}

/* Reply Form */
#reply-title {
	background: #ea1428;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 110%;
	color: white;
}

#reply-wrapper {
	border: #ea1428 2px solid;
	margin-bottom: 10px;
}

/* Upload Form */
#upload-title {
	background: #bde13e;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 110%;
	color: white;
}

#upload-wrapper {
	border: #bde13e 2px solid;
	margin-bottom: 10px;
}

