.style_form
{
	padding: 0px;
	width: 995px;
	display: block;
}

.RowItem
{
	margin-top: 5px;
}

.style_form .input_text,
.style_form .textarea,
.style_form .select
{
	width: 492px;
	background-color: #fff;
	border: 1px solid #E5E5E5;
	color: #3d3d3d;
	margin: 0px;
	padding: 0px;
}

.file_browser
{
	border: 1px solid #E5E5E5;
	background: black;
	color: #3d3d3d;
}

.textarea
{
    width: 450px;
    height: 200px;
}

.RowItemLeft
{
	color: #3d3d3d;
}

.RowItemError
{
	color: red;
	font-weight: bold;
}

.orders-form .RowItem { margin: 0 0 12px 0; }
.orders-form .RowItemLeft { display: inline; }
.orders-form .RowItemRight { float: left; margin-right: 5px; }
.orders-form .RowItemRight input { margin: 0 5px 0 0; }

div.selectbox-wrapper
{
  position:absolute;
  width:490px;
  background-color:black;
  border:1px solid #E5E5E5;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  height:100px;
  overflow: auto;
  color: #3d3d3d;
          z-index: 1500;
}

div.selectbox-wrapper ul
{
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.selectbox-wrapper ul li.selected
{
  background-color: #777777;
}

div.selectbox-wrapper ul li.current
{
  background-color: #999999;
}

div.selectbox-wrapper ul li
{
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  width: 490px;
  #width : 489px;
  display : block;
  text-align:left;
  background: url('images/bg_select.png') right no-repeat;
  background-color: black;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #E5E5E5;
  color: #3d3d3d;
}

#APCUploadProgress {
	background-color: black;
	position: absolute;
	top: 3px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999;
}

#APCUploadProgress div {
	width: 300px;
	height: 130px;
	background-color: #1B1B1B;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20%;
}

#APCUploadProgress span {
	margin-right: 4px;
}

#APCUploadProgress span, #APCUploadProgress p {
	color: #3d3d3d;
}

#APCUploadProgress p {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#APC_SendPercent {
	float: left;
	display: none;
	width: 0px;
	background-color: #DCC86C;
}
