/* upload.html */

#title_bar h1
{
	text-align: center;
}
#text_box form
{
	margin-top: 20px;
	margin-bottom: 20px;
}
#side_text
{
	position: relative;
	float: right;
	display: inline; /* fix ie6 bug */
	width: 350px;
	margin-right: 0px;
	right: auto;
}
#side_text p
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

#text_box input
{
	display: block;
	height: 14px;
	margin: 0;
}
#text_box #AttachFile
{
	height: 22px;
	/*background-color: #641516;
	color: #fff; /* #9e9e11; */
}
#text_box br
{
	line-height: 9px;
}
#text_box .label
{
	float: left;
	display: inline; /* fix ie6 bug */
	margin-left: 50px;
	width: 180px;
	color: #641516;
}
#text_box input
{
	margin-left: 230px;
}
#text_box #Submit
{
	height: 24px;
	background-color: #641516;
	color: #fff; /* #9e9e11; */
}
#text_box .clear
{
	clear: both;
}
#text_box a
{
	text-decoration: none;
	color: #641516;
}
#text_box a:hover
{
	color: #9e9e11;
}
#captcha_image
{
	float: right;
	display: inline; /* fix ie6 bug */
	margin-right: 25px;
	border: 2px solid #888;
}
