div.order_customer_view_box_form {
  padding:5px;	
}

div.login_form_row {
  padding-top:4px;	
}

div.login_form_row label {
  float:left;
  padding-top:3px;
  width:60px;	
}

div.login_form_row input[type=text], div.login_form_row input[type=password] {
  width:105px;	
}

div.form_row {
  padding-top:4px;	
}

div.form_row label {
  float:left;
  padding-top:3px;
  width:80px;	
}

div.form_row input[type=text], div.form_row input[type=password] {
  width:275px;	
}

div.form_row textarea {
  width:355px;
  height:80px;
}

div.customer_form_row {
  padding-top:4px;	
}

div.customer_form_row label {
  float:left;
  padding-top:3px;
  width:80px;	
}

div.customer_form_row input[type=text], div.customer_form_row input[type=password] {
  width:187px;	
}


div.price_form_row {
	padding-bottom:5px;
}

div.price_form_row label {
  float:left;
  width:70px;	
}

div.price_form_row select {
  width:200px;
}

div.price_form_row input[type=text] {
  width:200px;	
}



div.button {
  height:21px;
}

div.button_left {
	float:left;
	width:10px; height:21px;
  background-image:url('images/btn_left.jpg');	
  background-repeat:no-repeat;
  
}

div.button_right {
	float:left;
	width:10px; height:21px;	
  background-image:url('images/btn_right.jpg');	
  background-repeat:no-repeat;
  
}

div.button_middle {
  float:left;
  height:21px;  
  background-image:url('images/btn_middle.jpg');	
  background-repeat:repeat-x;    
}

div.button input[type=submit], div.button input[type=button] {
	background:none;
	border:0px;
	padding:0px;
	margin:0px;
	padding-top:1px;
	cursor:pointer;
}

div.ajaxButton {
float:left;
  padding:1px 5px 1px 5px;
  margin-right:5px;
  background-color:#ededed;
  border:1px solid #b5b5b5;
  font-weight:bold;
}
