/**
 * Form 1 css 
 */
.ewaypanel input[type="text"], select {height:32px; width:240px;}
.ewaypanel_left {width:45%; float:left;margin-right:30px}
.ewaypanel_right {width:49%; float:left;}
.ewaypanel > div > p{  margin: 0px 0 4px 0;font-size: 12px;color: #000000;} 
.ewaypanel > div > p > input{ 
	 /*border: 1px solid #4d4d4d;
	 margin: 0; color: #000;
	 font-size: 12px;
	 padding: 5px;*/
	 
	  padding: 6px 12px;
	  font-size: 12px;
	  line-height: 1.42857;
	  color: #555555;
	  vertical-align: middle;
	  background-color: #fff;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	 
	 } 
.ewaypanel select, .ewaypanel2_child select {
	 
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		width:240px
	 
}
.ewaypanel2_child{width:78%;}
.ewaypanel2_child label{font-size:12px}
.ewaypanel2_child textarea{border: 1px solid #4d4d4d;margin: 0; color: #000;font-size: 12px;padding: 5px;margin:6px 0px} 
 
 
 
 /*** FORM 2 CSS ***/
 
.small-input{width:130px!important} 

