.steps h2
{
	text-align: center;
	margin: 0px;
	text-transform: none;
}
form
{
	padding: 0 0 50px 0;
}
#Content h2
{
	margin: 0 0 0 5px;
}
#Content p
{
	margin: 10px 0 10px 15px;
	width: 650px;
}
#Content a
{
	text-decoration: underline;
	color: #820608;
}
.order-form
{
	position: relative;
	margin: 0 0 0 5px;
}
.order-form td
{
	padding: 0 5px 10px 0;

}
.order-form label
{
	color: #820608;
	display: inline;
	margin: 0px 0 5px 0;
}
.order-form input
{
	border: #bbb 1px solid;
	width: 200px;
	color: #555;
}
.uploaded-files
{
	float: right;
	width: 480px;
	height: 100px;
	overflow: scroll;
	border: #bbb 1px solid;
	display: block;
	margin: 0 20px 0 0;
}
#mUpload
{
	position: relative;
	margin: 0 0 15px 0;
}
textarea
{
	float: right;
	width: 400px;
	height: 100px;
	overflow: scroll;
	border: #bbb 1px solid;
	display: block;
	margin: 0 20px 0 0;
	font-family: arial;
	font-size: 12px;
	color: #555;
}
.info
{
	float: left; 
	width: 180px;
	font-size: 10px;
}
.info ul
{
	margin: 0px;
	padding: 0 0 0 15px;
}
.info li
{
	padding: 0px;
	list-style-type: circle;
}
#uploadFiles
{
	margin: 10px auto 0px;
	width: 645px;
}
#uploadFiles p
{
	margin: 5px 0 10px 5px;
}
#uploadFiles div
{
	margin: 0px 0 0px 5px;
}
input .upload
{
	float: left;
	margin: 0 0 5px 0;
}
#files_list
{
	width: 400px;
	border: #000 0px solid;
	float: right;	
}
#files_list div
{
	position: relative;
	line-height: 30px;
	height: 30px;
	padding: 0 0 0 10px;
}
#files_list .remove
{
	background: url(images/remove_btn_smaller.png) no-repeat center;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	border: #000 0px solid;
}
#mUpload #element_input .upload
{
	width: 50px;
}
#files_list .even
{
	background: #eee;
}
.online-sub
{
	border: #a10908 1px solid;
	padding: 10px 10px 10px 0;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	position: relative;
	overflow: hidden;
}
#submit
{
	background: url(images/submit.png) no-repeat;
	height: 31px;
	width: 77px;
	padding: 0px 0px;
	margin: 5px;
	border: #000 0px solid;
}
.uploading
{
	width: 700px;
	height: 450px;
	background: #fff url(images/highslide/loader.white.gif) no-repeat center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	opacity:0.7;
	filter:alpha(opacity=70);
	display: none;
}
